SVN_SILENT Correcting the encoding in KDE source code

svn path=/trunk/KDE/kdebase/workspace/; revision=485904

The following changes were in SVN, but were removed from git:

M	wallpapers/CREDITS
This commit is contained in:
Thiago Macieira 2005-12-06 04:21:02 +00:00
parent 13911a64f5
commit 6844010935
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
*
* Keramik KWin client configuration module
*
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
*
* Based on the Quartz configuration module,
* Copyright (c) 2001 Karol Szwed <gallium@kde.org>

View file

@ -1,7 +1,7 @@
/*
* Keramik KWin client configuration module
*
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
*
* Based on the Quartz configuration module,
* Copyright (c) 2001 Karol Szwed <gallium@kde.org>

View file

@ -2,7 +2,7 @@
*
* Keramik KWin client (version 0.8)
*
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
* Copyright (C) 2002 Fredrik Höglund <fredrik@kde.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View file

@ -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
@ -2254,7 +2254,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);