from the KStyle aqua theme - color reduced, converted to bitmaps, and drawn using the color scheme. The buttons in different color schemes shows why it's really cool to support dynamic C++ engines as well as pixmap themes ;-) Also uses a small frame with a resize handle and mac-like (hehe - of course ;-) drawing for everything else. Preliminary screenshots with different color schemes are at: http://www.mosfet.org/modern-0428.html svn path=/trunk/kdebase/kwin/; revision=47624
21 lines
435 B
Makefile
21 lines
435 B
Makefile
SUBDIRS=applytheme defaultpics
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkwinkwmtheme.la
|
|
|
|
libkwinkwmtheme_la_SOURCES = kwmthemeclient.cpp
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kwmthemeclient.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = kwmtheme.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
libkwinkwmtheme_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module -rdynamic
|
|
|
|
###KMAKE-start (don't edit or delete this block)
|
|
|
|
###KMAKE-end
|