Commit b9f216c1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Macosx video output: remove trailing spaces

parent 7f78e6b4
...@@ -335,7 +335,7 @@ static int Control (vout_display_t *vd, int query, va_list ap) ...@@ -335,7 +335,7 @@ static int Control (vout_display_t *vd, int query, va_list ap)
case VOUT_DISPLAY_CHANGE_WINDOW_STATE: case VOUT_DISPLAY_CHANGE_WINDOW_STATE:
{ {
unsigned state = va_arg (ap, unsigned); unsigned state = va_arg (ap, unsigned);
return vout_window_SetState (sys->embed, state); return vout_window_SetState (sys->embed, state);
} }
case VOUT_DISPLAY_CHANGE_DISPLAY_FILLED: case VOUT_DISPLAY_CHANGE_DISPLAY_FILLED:
case VOUT_DISPLAY_CHANGE_ZOOM: case VOUT_DISPLAY_CHANGE_ZOOM:
...@@ -374,7 +374,7 @@ static int Control (vout_display_t *vd, int query, va_list ap) ...@@ -374,7 +374,7 @@ static int Control (vout_display_t *vd, int query, va_list ap)
[o_pool release]; [o_pool release];
return VLC_EGENERIC; return VLC_EGENERIC;
} }
/* we always use our current frame here, because we have some size constraints /* we always use our current frame here, because we have some size constraints
in the ui vout provider */ in the ui vout provider */
vout_display_cfg_t cfg_tmp = *cfg; vout_display_cfg_t cfg_tmp = *cfg;
...@@ -639,7 +639,7 @@ static void OpenglSwap (vlc_gl_t *gl) ...@@ -639,7 +639,7 @@ static void OpenglSwap (vlc_gl_t *gl)
else else
bounds = [self bounds]; bounds = [self bounds];
vout_display_place_t place; vout_display_place_t place;
@synchronized(self) { @synchronized(self) {
if (vd) { if (vd) {
vout_display_cfg_t cfg_tmp = *(vd->cfg); vout_display_cfg_t cfg_tmp = *(vd->cfg);
...@@ -783,7 +783,7 @@ static void OpenglSwap (vlc_gl_t *gl) ...@@ -783,7 +783,7 @@ static void OpenglSwap (vlc_gl_t *gl)
s_rect = [self bounds]; s_rect = [self bounds];
ml = [self convertPoint: [o_event locationInWindow] fromView: nil]; ml = [self convertPoint: [o_event locationInWindow] fromView: nil];
b_inside = [self mouse: ml inRect: s_rect]; b_inside = [self mouse: ml inRect: s_rect];
if (b_inside) { if (b_inside) {
@synchronized (self) { @synchronized (self) {
if (vd) { if (vd) {
......
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