diff gui/win32/interface.c @ 33732:90c992ac5011

Make guiEventHandling() a gui() call. The new parameter to use is GUI_HANDLE_EVENTS.
author ib
date Tue, 05 Jul 2011 13:48:55 +0000
parents 81f71d910333
children 1fbe7adc4eaf
line wrap: on
line diff
--- a/gui/win32/interface.c	Tue Jul 05 12:05:06 2011 +0000
+++ b/gui/win32/interface.c	Tue Jul 05 13:48:55 2011 +0000
@@ -680,6 +680,8 @@
             if(gtkAutoSyncOn) autosync = gtkAutoSync;
             break;
         }
+        case GUI_HANDLE_EVENTS:
+          break;
         case GUI_SET_MIXER:
         {
             if(audio_out)
@@ -911,5 +913,3 @@
     SendMessage(mygui->subwindow, WM_WINDOWPOSCHANGED, 0, (LPARAM)&wp);
     return 0;
 }
-
-void guiEventHandling(void) {}