[MPlayer-cvslog] r38323 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Mon Oct 25 16:11:28 EEST 2021
Author: ib
Date: Mon Oct 25 16:11:27 2021
New Revision: 38323
Log:
Revert r38322.
It broke the ability to switch to full screen mode.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Tue Oct 5 13:02:45 2021 (r38322)
+++ trunk/gui/wm/ws.c Mon Oct 25 16:11:27 2021 (r38323)
@@ -1311,9 +1311,8 @@ void wsWindowVisibility(wsWindow *win, i
*/
void wsWindowRaiseTop(Display *display, Window Win)
{
- XUnmapWindow(display, Win);
- XMapRaised(display, Win);
- XRaiseWindow(display, Win);
+ XMapRaised(display, Win); // NOTE TO MYSELF: is that really enough?
+ XRaiseWindow(display, Win); // NOTE TO MYSELF: is that really enough?
}
// ----------------------------------------------------------------------------------------------
More information about the MPlayer-cvslog
mailing list