[vlc-devel] commit: x11: compilation warnings. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Jan 24 12:59:11 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jan 24 11:25:35 2009 +0100| [0af542a34a81f1bb38c047701dcd4ee0c69a2bb6] | committer: Rémi Duraffort
x11: compilation warnings.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0af542a34a81f1bb38c047701dcd4ee0c69a2bb6
---
modules/video_output/x11/xcommon.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 1d0771d..fd4548c 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -1323,8 +1323,6 @@ static int ManageVideo( vout_thread_t *p_vout )
case Button3:
{
- intf_thread_t *p_intf;
-
var_Get( p_vout, "mouse-button-down", &val );
val.i_int &= ~4;
var_Set( p_vout, "mouse-button-down", val );
@@ -2110,7 +2108,7 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
/* Getting current window position */
Window root_win;
Window* child_windows;
- int num_child_windows;
+ unsigned int num_child_windows;
Window parent_win;
Window child_win;
XWindowAttributes win_attr;
More information about the vlc-devel
mailing list