diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 21:50:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 21:50:33 -0600 |
commit | 0b6057404f65218182ab27a9483a21065ef61fca (patch) | |
tree | b8b06dfa2deb965bebfbe131a772124e3e693a96 /kwin/clients/REQUIREMENTS_FOR_CVS | |
parent | 43d99cc2477266cb9072e179137f0e8485370b3d (diff) | |
download | tdebase-0b6057404f65218182ab27a9483a21065ef61fca.tar.gz tdebase-0b6057404f65218182ab27a9483a21065ef61fca.zip |
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'kwin/clients/REQUIREMENTS_FOR_CVS')
-rw-r--r-- | kwin/clients/REQUIREMENTS_FOR_CVS | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kwin/clients/REQUIREMENTS_FOR_CVS b/kwin/clients/REQUIREMENTS_FOR_CVS deleted file mode 100644 index 778e2fe2d..000000000 --- a/kwin/clients/REQUIREMENTS_FOR_CVS +++ /dev/null @@ -1,20 +0,0 @@ -If you are looking to include a C++ KWin style client in CVS make sure you -follow the following requirements: - -A) You must follow the current color scheme for all decorations. *No* fixed -pixmaps are allowed for the clients. If you wish to draw your decorations -use as few shades as possible, then use kpixmap2bitmap in kdegraphics -to convert them into individual bitmaps. Once this is done you can -draw the bitmaps using a colorgroup with kColorBitmaps. - -If your client is just a set of pixmaps that doesn't follow any of the options -I suggest you make a KWM theme so the user gets those options to -configure the pixmaps and look. Making a plain pixmapped dedicated style -makes no sense since it is less configurable than KWM themes and cannot follow -client plugin options. - -B) You must follow at least the color settings in the Options class. - -Daniel M. Duley - |