aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Window.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-10-25 17:23:00 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-10-27 21:04:07 +0200
commit2769cbb9d35980c0a4f0038df53b7706f71f12d8 (patch)
treed586c4e3e0b9567fe8bff873b4fb75af91ebe2fb /nx-X11/programs/Xserver/hw/nxagent/Window.c
parente8c6a741866b00756747878bc796f99c1987faab (diff)
downloadnx-libs-2769cbb9d35980c0a4f0038df53b7706f71f12d8.tar.gz
nx-libs-2769cbb9d35980c0a4f0038df53b7706f71f12d8.tar.bz2
nx-libs-2769cbb9d35980c0a4f0038df53b7706f71f12d8.zip
Window.c: indent FIXMEs
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 5f9dc45af..949b8635f 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -306,9 +306,9 @@ Bool nxagentCreateWindow(WindowPtr pWin)
(void*)pWin, attributes.backing_store);
#endif
-/*
-FIXME: We need to set save under on the real display?
-*/
+ /*
+ FIXME: We need to set save under on the real display?
+ */
if (nxagentSaveUnder)
{
mask |= CWSaveUnder;
@@ -461,10 +461,10 @@ FIXME: We need to set save under on the real display?
* memory, if the composite extension is
* supported on the display.
*/
-/*
-FIXME: Do all the windows for which nxagentWindowTopLevel(pWin)
- returns true need to be redirected?
-*/
+ /*
+ FIXME: Do all the windows for which nxagentWindowTopLevel(pWin)
+ returns true need to be redirected?
+ */
nxagentRedirectWindow(pWin);
}
@@ -1753,10 +1753,10 @@ Bool nxagentChangeWindowAttributes(WindowPtr pWin, unsigned long mask)
attributes.win_gravity = pWin -> winGravity;
}
-/*
-FIXME: Do we need to set the attribute on the
- remote display?
-*/
+ /*
+ FIXME: Do we need to set the attribute on the
+ remote display?
+ */
if (mask & CWBackingStore)
{
attributes.backing_store = pWin -> backingStore;
@@ -1796,10 +1796,10 @@ FIXME: Do we need to set the attribute on the
attributes.override_redirect = pWin -> overrideRedirect;
}
-/*
-FIXME: Do we need to set the attribute on the
- remote display?
-*/
+ /*
+ FIXME: Do we need to set the attribute on the
+ remote display?
+ */
if (mask & CWSaveUnder)
{
attributes.save_under = pWin -> saveUnder;
@@ -1825,11 +1825,11 @@ FIXME: Do we need to set the attribute on the
pCmap = (ColormapPtr) LookupIDByType(wColormap(pWin), RT_COLORMAP);
-/*
-FIXME: When the caller is nxagentReconfigureWindow
- sometimes wColormap(pWin) is 0. Could a window
- have no colormap?
-*/
+ /*
+ FIXME: When the caller is nxagentReconfigureWindow
+ sometimes wColormap(pWin) is 0. Could a window
+ have no colormap?
+ */
if (pCmap != NULL)
{
attributes.colormap = nxagentColormap(pCmap);
@@ -2647,7 +2647,7 @@ Bool nxagentDisconnectAllWindows(void)
/*
* FIXME: We are giving up reconnecting those void *
* that are not resource, and we are just disconnecting them.
- * perhaps we could do better and reconnect them.
+ * Perhaps we could do better and reconnect them.
*/
void nxagentDisconnectWindow(void * p0, XID x1, void * p2)
@@ -2921,9 +2921,9 @@ static void nxagentReconnectWindow(void * param0, XID param1, void * data_buffer
attributes.backing_pixel = pWin->optional->backingPixel;
}
-/*
-FIXME: Do we need to set save unders attribute here?
-*/
+ /*
+ FIXME: Do we need to set save unders attribute here?
+ */
if (nxagentSaveUnder)
{
mask |= CWSaveUnder;
@@ -3528,11 +3528,11 @@ void nxagentFlushConfigureWindow(void)
void nxagentPostValidateTree(WindowPtr pParent, WindowPtr pChild, VTKind kind)
{
-/*
-FIXME: Do we need this here?
+ /*
+ FIXME: Do we need this here?
nxagentFlushConfigureWindow();
-*/
+ */
return;
}