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|contrast] Explicitly check for openglCompositing in ::supported() 11 years ago
blur [blur|contrast] Explicitly check for openglCompositing in ::supported() 11 years ago
coverswitch SVN_SILENT made messages (.desktop file) 11 years ago
cube SVN_SILENT made messages (.desktop file) 11 years ago
dashboard SVN_SILENT made messages (.desktop file) 11 years ago
desktopgrid SVN_SILENT made messages (.desktop file) 11 years ago
dialogparent SVN_SILENT made messages (.desktop file) 11 years ago
diminactive SVN_SILENT made messages (.desktop file) 11 years ago
dimscreen SVN_SILENT made messages (.desktop file) 11 years ago
fade SVN_SILENT made messages (.desktop file) 11 years ago
fadedesktop SVN_SILENT made messages (.desktop file) 11 years ago
fallapart SVN_SILENT made messages (.desktop file) 11 years ago
flipswitch SVN_SILENT made messages (.desktop file) 11 years ago
glide [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
highlightwindow SVN_SILENT made messages (.desktop file) 11 years ago
invert SVN_SILENT made messages (.desktop file) 11 years ago
kscreen [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
login SVN_SILENT made messages (.desktop file) 11 years ago
logout [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
lookingglass SVN_SILENT made messages (.desktop file) 11 years ago
magiclamp SVN_SILENT made messages (.desktop file) 11 years ago
magnifier [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
maximize SVN_SILENT made messages (.desktop file) 11 years ago
minimizeanimation SVN_SILENT made messages (.desktop file) 11 years ago
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 SVN_SILENT made messages (.desktop file) 11 years ago
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 SVN_SILENT made messages (.desktop file) 11 years ago
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 SVN_SILENT made messages (.desktop file) 11 years ago
slideback SVN_SILENT made messages (.desktop file) 11 years ago
slidingpopups [effects/slidingpopups] Don't update property on window closed 11 years ago
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 SVN_SILENT made messages (.desktop file) 11 years ago
trackmouse [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
translucency SVN_SILENT made messages (.desktop file) 11 years ago
windowgeometry SVN_SILENT made messages (.desktop file) 11 years ago
wobblywindows SVN_SILENT made messages (.desktop file) 11 years ago
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 SVN_SILENT made messages (.desktop file) 11 years ago
logging.cpp