Commit 757bc459 authored by Patrice Mandin's avatar Patrice Mandin

Forgot variable declaration

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401093
parent 04f98ae4
......@@ -138,7 +138,7 @@ void GEM_PumpEvents(_THIS)
for (;;)
{
int quit, resultat, event_mask;
int quit, resultat, event_mask, mouse_event;
short buffer[8], kc;
short 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