You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Gräßlin 4230a0d331 [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API
So far the effects could just use the connection() and rootWindow()
provided by kwinglobals. Thus an internal detail from KWin core is
accessed directly.

To be more consistent with the rest of the API it's wrapped through the
EffectsHandler and with a convenient method in Effect.

The connection() is provided as xcbConnection() to free the very generic
name connection which could create confusion once we provide a wayland
connection to the Effects.

The rootWindow() is provided as x11RootWindow() to indicate that it is
for the X11 world.

REVIEW: 117597
11 years ago
..
backgroundcontrast
blur
coverswitch
cube
dashboard
desktopgrid
dialogparent
diminactive
dimscreen
fade
fadedesktop
fallapart
flipswitch
glide [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
highlightwindow
invert
kscreen [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
login
logout [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
lookingglass
magiclamp
magnifier [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
maximize
minimizeanimation
mouseclick [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
mousemark [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
presentwindows SVN_SILENT made messages (.desktop file) 11 years ago
resize [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
scalein
screenedge [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
screenshot [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
sheet
showfps [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
showpaint [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
slide
slideback
slidingpopups
snaphelper [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
startupfeedback SVN_SILENT made messages (.desktop file) 11 years ago
thumbnailaside
trackmouse [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
translucency
windowgeometry
wobblywindows
zoom [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
CMakeLists.txt
Messages.sh
effect_builtins.cpp
effect_builtins.h
kwineffect.desktop
logging.cpp