summaryrefslogtreecommitdiff
path: root/src/xeventhandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xeventhandler.cc')
-rw-r--r--src/xeventhandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc
index f41d9ba9..ca9be143 100644
--- a/src/xeventhandler.cc
+++ b/src/xeventhandler.cc
@@ -168,7 +168,7 @@ static void manageWindow(Window window)
/// XMapSubwindows(otk::OBDisplay::display, FRAMEWINDOW);
XMapWindow(otk::OBDisplay::display, window);
- // handle any requested states such as shaded/maximized
+ // XXX: handle any requested states such as shaded/maximized
}
// XXX: move this to the OBScreen or OBClient class!