kdebase/kwin/clients/keramik embedtool.cpp,NONE,1.1 Makefile.am,1.4,1.5 keramik.cpp,1.12,1.13 keramik.h,1.5,1.6 tiles.h,1.3,NONE Author: fredrik Modified Files: Makefile.am keramik.cpp keramik.h Added Files: embedtool.cpp Removed Files: tiles.h Log Message: - Attempting to fix a problem reported by Eugenia about the white borders appearing to be wider on the sides than on the titlebar with dark color schemes. - Switched to using a custom embed tool that generates code without global static objects and that further reduces the risk of namespace collisions. - Fixed an off-by-one error in the mouse position code.