Commit 0af542a3 authored by Rémi Duraffort's avatar Rémi Duraffort

x11: compilation warnings.

parent d08176fa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment