X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fcaca.c;h=56a140b831cb0ddbd118e5e1f80ada1fb30b78d9;hb=449fd28aaf007c6411251dae9d0dbfdc65b135d1;hp=0b9ac28f66d9b7b164f838805ef018157bdb2bb8;hpb=05eac2dbdf9f3a3231dc2eefda62202837fdeec6;p=vlc diff --git a/modules/video_output/caca.c b/modules/video_output/caca.c index 0b9ac28f66..56a140b831 100644 --- a/modules/video_output/caca.c +++ b/modules/video_output/caca.c @@ -364,11 +364,11 @@ static int Manage( vout_thread_t *p_vout ) * p_vout->render.i_height / cucul_get_canvas_height( p_vout->p_sys->p_cv ); var_Set( p_vout, "mouse-y", val ); - val.b_bool = VLC_TRUE; + val.b_bool = true; var_Set( p_vout, "mouse-moved", val ); break; case CACA_EVENT_MOUSE_RELEASE: - val.b_bool = VLC_TRUE; + val.b_bool = true; var_Set( p_vout, "mouse-clicked", val ); break; case CACA_EVENT_QUIT: