d072b5d1b7
perfectionist people that want to move a window to the exact center of the screen but can never get close enough to it for the automatic snapping to trigger. OpenGL-only for now, gave up on XRender, if anyone can get it to work go for it. svn path=/trunk/KDE/kdebase/workspace/; revision=926393
12 lines
283 B
CMake
12 lines
283 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
snaphelper/snaphelper.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
snaphelper/snaphelper.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|