summaryrefslogtreecommitdiffstats
path: root/kwin
diff options
context:
space:
mode:
Diffstat (limited to 'kwin')
-rw-r--r--kwin/kompmgr/kompmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/kompmgr/kompmgr.c b/kwin/kompmgr/kompmgr.c
index a91d0a3d6..713752ee1 100644
--- a/kwin/kompmgr/kompmgr.c
+++ b/kwin/kompmgr/kompmgr.c
@@ -30,7 +30,7 @@
/* Modified by Dan Doel*/
/*
-Version 2.x of xcompmgr, kompmgr changes by Thomas Lübking and Heiko Przybyl
+Version 2.x of xcompmgr, kompmgr changes by Thomas L�bking and Heiko Przybyl
check baghira.sf.net for more infos
*/
#define _VERSION_ 2.02
@@ -2265,7 +2265,7 @@ ev_window (XEvent *ev)
}
void
-setShadowColor(char *value){ /*format nach #xxxxxx (html) ändern?*/
+setShadowColor(char *value){ /*format nach #xxxxxx (html) �ndern?*/
unsigned int tmp;
char **res = NULL;
tmp = strtoul(value, res, 16);