[MPlayer-cvslog] r38324 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Mon Oct 25 16:13:43 EEST 2021


Author: ib
Date: Mon Oct 25 16:13:43 2021
New Revision: 38324

Log:
Remove comments.

The statements are the same as in x11_common.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Mon Oct 25 16:11:27 2021	(r38323)
+++ trunk/gui/wm/ws.c	Mon Oct 25 16:13:43 2021	(r38324)
@@ -1311,8 +1311,8 @@ void wsWindowVisibility(wsWindow *win, i
  */
 void wsWindowRaiseTop(Display *display, Window Win)
 {
-    XMapRaised(display, Win);     // NOTE TO MYSELF: is that really enough?
-    XRaiseWindow(display, Win);   // NOTE TO MYSELF: is that really enough?
+    XMapRaised(display, Win);
+    XRaiseWindow(display, Win);
 }
 
 // ----------------------------------------------------------------------------------------------


More information about the MPlayer-cvslog mailing list