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
0a2a9da3
Commit
0a2a9da3
authored
Jan 05, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
Feb 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Splash.c: Fix wrong function names in TEST/DEBUG output
parent
0e54be63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Splash.c
nx-X11/programs/Xserver/hw/nxagent/Splash.c
+6
-6
No files found.
nx-X11/programs/Xserver/hw/nxagent/Splash.c
View file @
0a2a9da3
...
...
@@ -86,14 +86,14 @@ int nxagentShowSplashWindow(Window parentWindow)
GC
gc
;
#ifdef TEST
fprintf
(
stderr
,
"nxagentShowSplash: Got called.
\n
"
);
fprintf
(
stderr
,
"nxagentShowSplash
Window
: Got called.
\n
"
);
#endif
#ifdef NXAGENT_TIMESTAMP
{
extern
unsigned
long
startTime
;
fprintf
(
stderr
,
"nxagentShowSplash: Initializing splash start at [%d] milliseconds.
\n
"
,
fprintf
(
stderr
,
"nxagentShowSplash
Window
: Initializing splash start at [%d] milliseconds.
\n
"
,
GetTimeInMillis
()
-
startTime
);
}
#endif
...
...
@@ -133,7 +133,7 @@ int nxagentShowSplashWindow(Window parentWindow)
getAttributes
.
height
=
nxagentOption
(
RootHeight
);
#ifdef TEST
fprintf
(
stderr
,
"nxagentShowSplash: Going to create new splash window.
\n
"
);
fprintf
(
stderr
,
"nxagentShowSplash
Window
: Going to create new splash window.
\n
"
);
#endif
nxagentSplashWindow
=
...
...
@@ -146,7 +146,7 @@ int nxagentShowSplashWindow(Window parentWindow)
BlackPixel
(
nxagentDisplay
,
0
));
#ifdef TEST
fprintf
(
stderr
,
"nxagentShowSplash: Created new splash window with id [%ld].
\n
"
,
fprintf
(
stderr
,
"nxagentShowSplash
Window
: Created new splash window with id [%ld].
\n
"
,
nxagentSplashWindow
);
#endif
...
...
@@ -162,7 +162,7 @@ int nxagentShowSplashWindow(Window parentWindow)
#ifdef NXAGENT_TIMESTAMP
{
extern
unsigned
long
startTime
;
fprintf
(
stderr
,
"nxagentShowSplash: Splash ends [%d] milliseconds.
\n
"
,
fprintf
(
stderr
,
"nxagentShowSplash
Window
: Splash ends [%d] milliseconds.
\n
"
,
GetTimeInMillis
()
-
startTime
);
}
#endif
...
...
@@ -185,7 +185,7 @@ void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height)
}
#ifdef DEBUG
fprintf
(
stderr
,
"nxagen
Show
tLogo: Got called.
\n
"
);
fprintf
(
stderr
,
"nxagen
tPain
tLogo: Got called.
\n
"
);
#endif
#ifdef NXAGENT_LOGO_DEBUG
...
...
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