From kde-commits Sat Aug 31 22:37:35 2002 From: Fredrik "Höglund" Date: Sat, 31 Aug 2002 22:37:35 +0000 To: kde-commits Subject: kdebase/kwin/clients/keramik X-MARC-Message: https://marc.info/?l=kde-commits&m=103083349228642 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.