Mercurial > mplayer.hg
comparison mplayer.c @ 6016:be9cd7d845c2
-zoom, -fs with x[11|mga|v] fix -- round two
author | pontscho |
---|---|
date | Wed, 08 May 2002 20:24:35 +0000 |
parents | 04fe086ae486 |
children | bd016664dc18 |
comparison
equal
deleted
inserted
replaced
6015:04fe086ae486 | 6016:be9cd7d845c2 |
---|---|
353 | 353 |
354 void exit_player(char* how){ | 354 void exit_player(char* how){ |
355 | 355 |
356 uninit_player(INITED_ALL); | 356 uninit_player(INITED_ALL); |
357 #ifdef X11_FULLSCREEN | 357 #ifdef X11_FULLSCREEN |
358 #ifdef HAVE_NEW_GUI | |
359 if ( !use_gui ) | |
360 #endif | |
358 vo_uninit(); // close the X11 connection (if any opened) | 361 vo_uninit(); // close the X11 connection (if any opened) |
359 #endif | 362 #endif |
360 | 363 |
361 current_module="exit_player"; | 364 current_module="exit_player"; |
362 | 365 |