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
..
CMakeLists.txt [kwin/effects] Use generated dbus interface to reconfigure effects 11 years ago
showfps.cpp [effects] Get xcb_connection_t* and rootWindow through EffectsHandler API 11 years ago
showfps.desktop SVN_SILENT made messages (.desktop file) 11 years ago
showfps.h
showfps.kcfg
showfps_config.cpp [kwin/effects] Use generated dbus interface to reconfigure effects 11 years ago
showfps_config.desktop SVN_SILENT made messages (.desktop file) 11 years ago
showfps_config.h
showfps_config.ui
showfpsconfig.kcfgc