Commit 07c309d8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed a minor variable conflict

parent 2bf29865
...@@ -102,9 +102,9 @@ ...@@ -102,9 +102,9 @@
[o_slider setEnabled: b_seekable]; [o_slider setEnabled: b_seekable];
} }
- (void)setFullscreen:(BOOL)b_fullscreen - (void)setFullscreen:(BOOL)b_fullscreen_state
{ {
[o_btn_fullscreen setState: b_fullscreen]; [o_btn_fullscreen setState: b_fullscreen_state];
} }
- (void)zoom:(id)sender - (void)zoom:(id)sender
......
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