49fea7de58
Saves an image of the active window into the home directory when triggered. It uses an OpenGL FBO and by that can include the alpha channel and the decoration shadows. svn path=/trunk/KDE/kdebase/workspace/; revision=1157682
12 lines
283 B
CMake
12 lines
283 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
screenshot/screenshot.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
screenshot/screenshot.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|