aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/win.c')
-rw-r--r--pugl/detail/win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/detail/win.c b/pugl/detail/win.c
index bacc72f..4b73c99 100644
--- a/pugl/detail/win.c
+++ b/pugl/detail/win.c
@@ -1102,7 +1102,6 @@ puglWinStubLeave(PuglView* view, const PuglEventExpose* expose)
if (expose) {
PAINTSTRUCT ps;
EndPaint(view->impl->hwnd, &ps);
- SwapBuffers(view->impl->hdc);
}
return PUGL_SUCCESS;