Ticket #1620: mplayer.patch
| File mplayer.patch, 386 bytes (added by , 17 years ago) |
|---|
-
MPlayer-1.0rc2_r30099/libvo/x11_common.c
old new int fs_layer = WIN_LAYER_ABOVE_DOCK; 90 90 static int orig_layer = 0; 91 91 static int old_gravity = NorthWestGravity; 92 92 93 int stop_xscreensaver = 0;93 int stop_xscreensaver = 1; 94 94 95 95 static int dpms_disabled = 0; 96 96
