diff options
Diffstat (limited to 'pugl/pugl_win.c')
-rw-r--r-- | pugl/pugl_win.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pugl/pugl_win.c b/pugl/pugl_win.c index e9fecac..9d5b124 100644 --- a/pugl/pugl_win.c +++ b/pugl/pugl_win.c @@ -636,7 +636,6 @@ handleCrossing(PuglView* view, const PuglEventType type, POINT pos) const PuglEventCrossing ev = { type, - view, 0, GetMessageTime() / 1e3, (double)pos.x, @@ -670,7 +669,6 @@ handleMessage(PuglView* view, UINT message, WPARAM wParam, LPARAM lParam) memset(&event, 0, sizeof(event)); event.any.type = PUGL_NOTHING; - event.any.view = view; if (InSendMessageEx(dummy_ptr)) { event.any.flags |= PUGL_IS_SEND_EVENT; } |