diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-05 13:02:30 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-05 13:02:30 +0100 |
commit | b1c42dc98bea8b99eb8a2b1618421bdb698cf690 (patch) | |
tree | 4425126f0e53713d613274f209494be9e51534d7 /nx-X11/programs/Xserver/hw/nxagent/Splash.c | |
parent | 995350d14335d8b5ef52dba47c7ae8d942901b10 (diff) | |
parent | 7db6cff1cd9f4f7c7ae8b34866dd921bddf31642 (diff) | |
download | nx-libs-b1c42dc98bea8b99eb8a2b1618421bdb698cf690.tar.gz nx-libs-b1c42dc98bea8b99eb8a2b1618421bdb698cf690.tar.bz2 nx-libs-b1c42dc98bea8b99eb8a2b1618421bdb698cf690.zip |
Merge branch 'uli42-pr/some_cleanups' into 3.6.x
Attributes GH PR #626: https://github.com/ArcticaProject/nx-libs/pull/626
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Splash.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Splash.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c index 0d3c2ff22..bc86fed36 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c @@ -86,14 +86,14 @@ int nxagentShowSplashWindow(Window parentWindow) GC gc; #ifdef TEST - fprintf(stderr, "nxagentShowSplash: Got called.\n"); + fprintf(stderr, "nxagentShowSplashWindow: Got called.\n"); #endif #ifdef NXAGENT_TIMESTAMP { extern unsigned long startTime; - fprintf(stderr, "nxagentShowSplash: Initializing splash start at [%d] milliseconds.\n", + fprintf(stderr, "nxagentShowSplashWindow: 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, "nxagentShowSplashWindow: 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, "nxagentShowSplashWindow: 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, "nxagentShowSplashWindow: 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, "nxagenShowtLogo: Got called.\n"); + fprintf(stderr, "nxagentPaintLogo: Got called.\n"); #endif #ifdef NXAGENT_LOGO_DEBUG |