Commit a29d93e7 authored by panelpc's avatar panelpc

XXX Brute force hack to stop pop-to-front problems in the panelpc project.

XXX Do not port anywhere.
parent 4801c504
......@@ -2083,6 +2083,9 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
int i_d1, i_d2;
#endif
// XXX Dirty hack for a certain embedded project.
return;
p_vout->b_fullscreen = !p_vout->b_fullscreen;
if( p_vout->b_fullscreen )
......
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