add cursor autohide
[uwplayer.git] / application / main.c
index 43d6c05..028a163 100644 (file)
@@ -176,7 +176,7 @@ void AppMainLoop(XtAppContext app) {
         XtAppNextEvent(app, &event);
         
         if(app_player_window != 0 && event.xany.window == app_player_window) {
-            WindowPlayerWidgetEvent(GetMainWindow(), &event);
+            WindowHandlePlayerEvent(GetMainWindow(), &event);
         } else {
             XtDispatchEvent(&event);
         }