diff options
Diffstat (limited to 'hw/xwin')
-rw-r--r-- | hw/xwin/winclipboardthread.c | 2 | ||||
-rw-r--r-- | hw/xwin/winmultiwindowwm.c | 8 | ||||
-rw-r--r-- | hw/xwin/winscrinit.c | 2 | ||||
-rw-r--r-- | hw/xwin/winshaddd.c | 2 | ||||
-rw-r--r-- | hw/xwin/winshadddnl.c | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/hw/xwin/winclipboardthread.c b/hw/xwin/winclipboardthread.c index a3809034e..5d2b9487e 100644 --- a/hw/xwin/winclipboardthread.c +++ b/hw/xwin/winclipboardthread.c @@ -453,7 +453,7 @@ winClipboardErrorHandler (Display *pDisplay, XErrorEvent *pErr) static int winClipboardIOErrorHandler (Display *pDisplay) { - ErrorF ("\nwinClipboardIOErrorHandler!\n\n"); + ErrorF ("winClipboardIOErrorHandler!\n\n"); /* Restart at the main entry point */ longjmp (g_jmpEntry, WIN_JMP_ERROR_IO); diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index 21d913e5e..2fcad3249 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -944,7 +944,7 @@ winMultiWindowXMsgProc (void *pArg) if (pProcArg->pDisplay == NULL) { ErrorF ("winMultiWindowXMsgProc - Could not open display, try: %d, " - "sleeping: %d\n\f", + "sleeping: %d\n", iRetries + 1, WIN_CONNECT_DELAY); ++iRetries; sleep (WIN_CONNECT_DELAY); @@ -1327,7 +1327,7 @@ winInitMultiWindowWM (WMInfoPtr pWMInfo, WMProcArgPtr pProcArg) if (pWMInfo->pDisplay == NULL) { ErrorF ("winInitMultiWindowWM - Could not open display, try: %d, " - "sleeping: %d\n\f", + "sleeping: %d\n", iRetries + 1, WIN_CONNECT_DELAY); ++iRetries; sleep (WIN_CONNECT_DELAY); @@ -1430,7 +1430,7 @@ winMultiWindowWMErrorHandler (Display *pDisplay, XErrorEvent *pErr) static int winMultiWindowWMIOErrorHandler (Display *pDisplay) { - ErrorF ("\nwinMultiWindowWMIOErrorHandler!\n\n"); + ErrorF ("winMultiWindowWMIOErrorHandler!\n\n"); if (g_shutdown) pthread_exit(NULL); @@ -1470,7 +1470,7 @@ winMultiWindowXMsgProcErrorHandler (Display *pDisplay, XErrorEvent *pErr) static int winMultiWindowXMsgProcIOErrorHandler (Display *pDisplay) { - ErrorF ("\nwinMultiWindowXMsgProcIOErrorHandler!\n\n"); + ErrorF ("winMultiWindowXMsgProcIOErrorHandler!\n\n"); /* Restart at the main entry point */ longjmp (g_jmpXMsgProcEntry, WIN_JMP_ERROR_IO); diff --git a/hw/xwin/winscrinit.c b/hw/xwin/winscrinit.c index 37ec27e08..c8cd64625 100644 --- a/hw/xwin/winscrinit.c +++ b/hw/xwin/winscrinit.c @@ -246,7 +246,7 @@ winScreenInit (int index, dixScreenOrigins[index].x = pScreenInfo->dwInitialX - GetSystemMetrics(SM_XVIRTUALSCREEN); dixScreenOrigins[index].y = pScreenInfo->dwInitialY - GetSystemMetrics(SM_YVIRTUALSCREEN); - ErrorF("Screen %d added at XINERAMA coordinate (%d,%d).\n", + ErrorF("Screen %d added at virtual desktop coordinate (%d,%d).\n", index, dixScreenOrigins[index].x, dixScreenOrigins[index].y); #if CYGDEBUG || YES diff --git a/hw/xwin/winshaddd.c b/hw/xwin/winshaddd.c index 833444177..4f3e89501 100644 --- a/hw/xwin/winshaddd.c +++ b/hw/xwin/winshaddd.c @@ -651,7 +651,7 @@ winShadowUpdateDD (ScreenPtr pScreen, "pixmap header to point to the new address. If you get " "this message and "PROJECT_NAME" freezes or crashes " "after this message then send a problem report and your " - "%s file to " BUILDERADDR, g_pszLogFile); + "%s file to " BUILDERADDR "\n", g_pszLogFile); /* Location of shadow framebuffer has changed */ pScreenInfo->pfb = pScreenPriv->pddsdShadow->lpSurface; diff --git a/hw/xwin/winshadddnl.c b/hw/xwin/winshadddnl.c index ef5c21469..e78fbd9e6 100644 --- a/hw/xwin/winshadddnl.c +++ b/hw/xwin/winshadddnl.c @@ -554,7 +554,7 @@ winFinishCreateWindowsWindowDDNL (WindowPtr pWin) int iWidth, iHeight; int iX, iY; - winDebug ("\nwinFinishCreateWindowsWindowDDNL!\n\n"); + winDebug ("winFinishCreateWindowsWindowDDNL!\n\n"); iX = pWin->drawable.x + GetSystemMetrics (SM_XVIRTUALSCREEN); iY = pWin->drawable.y + GetSystemMetrics (SM_YVIRTUALSCREEN); |