Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
2769cbb9
Commit
2769cbb9
authored
Oct 25, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
Oct 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Window.c: indent FIXMEs
parent
e8c6a741
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
Window.c
nx-X11/programs/Xserver/hw/nxagent/Window.c
+27
-27
No files found.
nx-X11/programs/Xserver/hw/nxagent/Window.c
View file @
2769cbb9
...
...
@@ -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.
*
p
erhaps we could do better and reconnect them.
*
P
erhaps 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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment