99e23ca6f7
a number identifying north/south/west/east and a screen coord) will appear with a slide animation. used for popups that come out of panels svn path=/trunk/KDE/kdebase/workspace/; revision=1001604
12 lines
295 B
CMake
12 lines
295 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
slidingpopups/slidingpopups.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
slidingpopups/slidingpopups.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|