Commit 82c4c28e authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c/Events.c: add some FIXMEs

parent 9937fbdf
...@@ -3248,6 +3248,7 @@ int nxagentHandleConfigureNotify(XEvent* X) ...@@ -3248,6 +3248,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
pClient = wClient(pWinWindow); pClient = wClient(pWinWindow);
/* FIXME: override_redirect is always FALSE here */
if (X -> xconfigure.send_event || !nxagentWMIsRunning || if (X -> xconfigure.send_event || !nxagentWMIsRunning ||
X -> xconfigure.override_redirect) X -> xconfigure.override_redirect)
{ {
......
...@@ -1891,6 +1891,7 @@ N/A ...@@ -1891,6 +1891,7 @@ N/A
if (nxagentUserGeometry.flag & WidthValue || nxagentUserGeometry.flag & HeightValue) if (nxagentUserGeometry.flag & WidthValue || nxagentUserGeometry.flag & HeightValue)
sizeHints.flags |= USSize; sizeHints.flags |= USSize;
/* FIXME: deprecated, replaced by XSetWmProperties() */
XSetStandardProperties(nxagentDisplay, XSetStandardProperties(nxagentDisplay,
nxagentDefaultWindows[pScreen->myNum], nxagentDefaultWindows[pScreen->myNum],
nxagentWindowName, nxagentWindowName,
...@@ -1976,6 +1977,8 @@ N/A ...@@ -1976,6 +1977,8 @@ N/A
deleteWMatom); deleteWMatom);
#endif #endif
/* FIXME: This doing the same thing in both cases. The
comments do not seem accurate (anymore?) */
if (nxagentOption(Rootless) == False) if (nxagentOption(Rootless) == False)
{ {
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment