Commit 7df9f826 authored by Patrice Mandin's avatar Patrice Mandin

Forgot to initialize maximum position for mouse

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40929
parent beeb3936
No related merge requests found
......@@ -302,6 +302,8 @@ static void do_mouse(_THIS, short mx, short my, short mb, short ks)
/* Retrieve window coords, and generate mouse events accordingly */
x2 = y2 = 0;
w2 = VDI_w;
h2 = VDI_h;
if ((!GEM_fullscreen) && (GEM_handle>=0)) {
wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment