]> git.sesse.net Git - vlc/commitdiff
This really is an integer, not a boolean
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Feb 2008 12:02:30 +0000 (12:02 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Feb 2008 12:02:30 +0000 (12:02 +0000)
modules/video_output/x11/xcommon.h

index a72c8a885465af9953b0bb573daf641efe2778bf..4e4eeacbd90b4f7191a383a5994aad1e84c11d00 100644 (file)
@@ -107,7 +107,7 @@ struct vout_sys_t
     /* X11 generic properties */
     vlc_bool_t          b_altfullscreen;          /* which fullscreen method */
 #ifdef HAVE_SYS_SHM_H
-    vlc_bool_t          i_shm_opcode;      /* shared memory extension opcode */
+    int                 i_shm_opcode;      /* shared memory extension opcode */
 #endif
 
 #if defined(MODULE_NAME_IS_xvideo) || defined(MODULE_NAME_IS_xvmc)