summaryrefslogtreecommitdiffstats
path: root/kwin
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-04-27 18:37:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-04-27 20:35:02 +0200
commit2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce (patch)
tree4bf3f2523ed515f267692a65d78ee5092def1b73 /kwin
parentb19304461285cbf4416d93e68c41e97f1c2bef74 (diff)
downloadtdebase-2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce.tar.gz
tdebase-2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce.zip
Cleanup output clutter
(cherry picked from commit 74b1fc6576fa920094463e6e4f1528bc7a25d6d0)
Diffstat (limited to 'kwin')
-rw-r--r--kwin/geometry.cpp4
-rw-r--r--kwin/kompmgr/kompmgr.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/kwin/geometry.cpp b/kwin/geometry.cpp
index 782a05e6f..4d477526b 100644
--- a/kwin/geometry.cpp
+++ b/kwin/geometry.cpp
@@ -41,7 +41,7 @@ namespace KWinInternal
*/
void Workspace::desktopResized()
{
- //printf("Workspace::desktopResized()\n\r");
+ //printf("Workspace::desktopResized()\n");
TQRect geom = KApplication::desktop()->geometry();
NETSize desktop_geometry;
desktop_geometry.width = geom.width();
@@ -57,7 +57,7 @@ void Workspace::desktopResized()
*/
void Workspace::kDestopResized()
{
- //printf("Workspace::kDesktopResized()\n\r");
+ //printf("Workspace::kDesktopResized()\n");
TQRect geom = KApplication::desktop()->geometry();
NETSize desktop_geometry;
desktop_geometry.width = geom.width();
diff --git a/kwin/kompmgr/kompmgr.c b/kwin/kompmgr/kompmgr.c
index 82166766e..4434ab3bd 100644
--- a/kwin/kompmgr/kompmgr.c
+++ b/kwin/kompmgr/kompmgr.c
@@ -392,7 +392,7 @@ void delete_pid_file()
#if WORK_AROUND_FGLRX
if ((my_exit_code == 3) && (restartOnSigterm)) {
- printf("kompmgr lost connection to X server, restarting...\n\r"); fflush(stdout);
+ printf("kompmgr lost connection to X server, restarting...\n"); fflush(stdout);
sleep(1);
char me[2048];
int chars = readlink("/proc/self/exe", me, sizeof(me));
@@ -413,7 +413,7 @@ void handle_siguser (int sig)
if (sig == SIGUSR1) {
char newuid[1024];
#ifndef NDEBUG
- printf("Enter the new user ID:\n\r"); fflush(stdout);
+ printf("Enter the new user ID:\n"); fflush(stdout);
#endif
char *eof;
newuid[0] = '\0';
@@ -421,7 +421,7 @@ void handle_siguser (int sig)
eof = fgets(newuid, sizeof(newuid), stdin);
uidnum = atoi(newuid);
#ifndef NDEBUG
- printf("Setting kompmgr process uid to %d...\n\r", uidnum); fflush(stdout);
+ printf("Setting kompmgr process uid to %d...\n", uidnum); fflush(stdout);
#endif
my_exit_code=4;
@@ -1425,7 +1425,7 @@ paint_all (Display *dpy, XserverRegion region)
t = w;
}
#if DEBUG_WINDOWS
- printf("window count: %d\n\r", window_count);
+ printf("window count: %d\n", window_count);
#endif
#if DEBUG_REPAINT
printf ("\n");