diff gui/interface.c @ 35637:58d55c933757

Remove Display parameter from wsEvents(). It is common practice with the ws functions to use the global wsDisplay.
author ib
date Thu, 10 Jan 2013 19:14:20 +0000
parents 365dc9336f0d
children a30496350cb9
line wrap: on
line diff
--- a/gui/interface.c	Thu Jan 10 15:40:43 2013 +0000
+++ b/gui/interface.c	Thu Jan 10 19:14:20 2013 +0000
@@ -806,7 +806,7 @@
 
     case GUI_HANDLE_X_EVENT:
 
-        wsEvents(wsDisplay, data);
+        wsEvents(data);
         gtkEventHandling();
         break;