diff gui/win32/interface.c @ 34339:f05c75392897

Enable gui slave commands. Allow sending the GUI skin messages which enables operating the GUI with a remote control. Only messages defined in current skin window will be executed, i.e. only messages that could result from mouse clicks as well.
author ib
date Sun, 11 Dec 2011 14:43:16 +0000
parents ecb8df177459
children 6b558b00939a
line wrap: on
line diff
--- a/gui/win32/interface.c	Sat Dec 10 20:55:31 2011 +0000
+++ b/gui/win32/interface.c	Sun Dec 11 14:43:16 2011 +0000
@@ -657,6 +657,8 @@
             }
             break;
         }
+        case GUI_RUN_MESSAGE:
+          break;
         case GUI_HANDLE_EVENTS:
           break;
         case GUI_SET_MIXER: