4036f179fc
* this effect is way cheaper than blur, don't cache it * use its own atom * also pass the matrix in the x property * remove remnants of the cache * do just a single pass * get rid of config ui remnants
14 lines
437 B
CMake
14 lines
437 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
backgroundcontrast/contrast.cpp
|
|
backgroundcontrast/contrastshader.cpp )
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources backgroundcontrast/contrastconfig.kcfgc)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
backgroundcontrast/contrast.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|