1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-13 02:40:52 +02:00

This really is an integer, not a boolean

This commit is contained in:
Rémi Denis-Courmont 2008-02-10 12:02:30 +00:00
parent e3548f5343
commit 7503582fd1

View 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)