summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winmultiwindowwindow.c')
-rw-r--r--hw/xwin/winmultiwindowwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winmultiwindowwindow.c b/hw/xwin/winmultiwindowwindow.c
index c2d144447..6371423ce 100644
--- a/hw/xwin/winmultiwindowwindow.c
+++ b/hw/xwin/winmultiwindowwindow.c
@@ -976,7 +976,7 @@ winReorderWindowsMultiWindow(void)
/* Loop through top level Window windows, descending in Z order */
for (hwnd = GetTopWindow(NULL);
hwnd; hwnd = GetNextWindow(hwnd, GW_HWNDNEXT)) {
- /* Don't take care of other Cygwin/X process's windows */
+ /* Don't touch other process's windows */
GetWindowThreadProcessId(hwnd, &dwWindowProcessID);
if (GetProp(hwnd, WIN_WINDOW_PROP)