]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.h
Qt: input manager: allow updating art for not current input_item
[vlc] / modules / video_output / msw / events.h
index 80eb9b67dbf68c647884d8b03ed3d8fb8f32521e..ac0e41840618dbe0ca9879bd654f344333e6ed0d 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * event.h: Windows video output header file
+ * events.h: Windows video output header file
  *****************************************************************************
  * Copyright (C) 2001-2009 the VideoLAN team
  * $Id$
@@ -49,12 +49,11 @@ void            EventThreadDestroy( event_thread_t * );
 int             EventThreadStart( event_thread_t *, event_hwnd_t *, const event_cfg_t * );
 void            EventThreadStop( event_thread_t * );
 
-void            EventThreadMouseAutoHide( event_thread_t * );
-void            EventThreadMouseShow( event_thread_t * );
+void            EventThreadMouseHide( event_thread_t * );
 void            EventThreadUpdateTitle( event_thread_t *, const char *psz_fallback );
 int             EventThreadGetWindowStyle( event_thread_t * );
-void            EventThreadUpdateWindowPosition( event_thread_t *, bool *pb_changed,
-                                                 int x, int y, int w, int h );
+void            EventThreadUpdateWindowPosition( event_thread_t *, bool *pb_moved, bool *pb_resized,
+                                                 int x, int y, unsigned w, unsigned h );
 void            EventThreadUpdateSourceAndPlace( event_thread_t *p_event,
                                                  const video_format_t *p_source,
                                                  const vout_display_place_t *p_place );