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
b91135b0
Commit
b91135b0
authored
Apr 19, 2016
by
Mihai Moldovan
Committed by
Mike Gabriel
May 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hw/nxagent/Events.c: Avoid '#endif <empty line> #ifdef DEBUG' blocks.
parent
c2de5f19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
Events.c
nx-X11/programs/Xserver/hw/nxagent/Events.c
+0
-12
No files found.
nx-X11/programs/Xserver/hw/nxagent/Events.c
View file @
b91135b0
...
...
@@ -1834,9 +1834,7 @@ FIXME: Don't enqueue the KeyRelease event if the key was
{
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: Going to handle new Expose event.
\n
"
);
#endif
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: WARNING! Received Expose event "
"for drawable [%lx] geometry [%d, %d, %d, %d] count [%d].
\n
"
,
X
.
xexpose
.
window
,
X
.
xexpose
.
x
,
X
.
xexpose
.
y
,
X
.
xexpose
.
width
,
...
...
@@ -1851,9 +1849,7 @@ FIXME: Don't enqueue the KeyRelease event if the key was
{
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: Going to handle new GraphicsExpose event.
\n
"
);
#endif
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: WARNING! Received GraphicsExpose event "
"for drawable [%lx] geometry [%d, %d, %d, %d] count [%d].
\n
"
,
X
.
xgraphicsexpose
.
drawable
,
X
.
xgraphicsexpose
.
x
,
X
.
xgraphicsexpose
.
y
,
...
...
@@ -1869,9 +1865,7 @@ FIXME: Don't enqueue the KeyRelease event if the key was
{
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: Going to handle new NoExpose event.
\n
"
);
#endif
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentDispatchEvents: WARNING! Received NoExpose event for "
"drawable [%lx].
\n
"
,
X
.
xnoexpose
.
drawable
);
#endif
...
...
@@ -2401,9 +2395,7 @@ int nxagentHandleExposeEvent(XEvent *X)
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentHandleExposeEvent: Checking remote expose events.
\n
"
);
#endif
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentHandleExposeEvent: Looking for window id [%ld].
\n
"
,
X
->
xexpose
.
window
);
#endif
...
...
@@ -4287,9 +4279,7 @@ int nxagentClipAndSendExpose(WindowPtr pWin, void * ptr)
#ifdef DEBUG
BoxRec
box
;
#endif
#ifdef DEBUG
fprintf
(
stderr
,
"nxagentClipAndSendExpose: Called.
\n
"
);
#endif
...
...
@@ -4304,9 +4294,7 @@ int nxagentClipAndSendExpose(WindowPtr pWin, void * ptr)
fprintf
(
stderr
,
"nxagentClipAndSendExpose: Root expose extents: [%d] [%d] [%d] [%d].
\n
"
,
box
.
x1
,
box
.
y1
,
box
.
x2
,
box
.
y2
);
#endif
#ifdef DEBUG
box
=
*
RegionExtents
(
&
pWin
->
clipList
);
fprintf
(
stderr
,
"nxagentClipAndSendExpose: Clip list extents for window at [%p]: [%d] [%d] [%d] [%d].
\n
"
,
...
...
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