1
0
Fork 0
mutter-performance-source/src/x11
Jasper St. Pierre d7519f4ebc Remove any possibility for zaphod mode
We previously separated out MetaDisplay and MetaScreen. mutter
would only manage one screen, but we still kept a list of screens
for simplicity.

With Wayland support, we no longer care about the ability to
manage more than one screen at a time. Remove this by killing
the list of screens, in favor of having just one MetaScreen
in MetaDisplay.

We also kill off active_screen at the same time, since it's
not necessary anymore.

A future cleanup should merge MetaDisplay and MetaScreen. To avoid
breaking API, we should probably keep MetaScreen around as a dummy
type.
2014-03-26 12:04:48 -04:00
..
async-getprop.c Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
async-getprop.h Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
group-private.h Revert "Move MetaGroup to be X11-specific" 2014-03-19 09:12:48 -04:00
group-props.c Revert "Move MetaGroup to be X11-specific" 2014-03-19 09:12:48 -04:00
group-props.h Revert "Move MetaGroup to be X11-specific" 2014-03-19 09:12:48 -04:00
group.c Revert "Move MetaGroup to be X11-specific" 2014-03-19 09:12:48 -04:00
iconcache.c Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
iconcache.h Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
session.c Remove any possibility for zaphod mode 2014-03-26 12:04:48 -04:00
session.h Move session to x11/ 2014-03-18 22:04:36 -04:00
testasyncgetprop.c Move testasyncgetprop.c to x11/ 2014-03-18 22:04:27 -04:00
window-props.c Revert "Move MetaGroup to be X11-specific" 2014-03-19 09:12:48 -04:00
window-props.h Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
window-x11-private.h window: Remove support for _NET_WM_ICON_NAME 2014-03-18 22:04:36 -04:00
window-x11.c Remove any possibility for zaphod mode 2014-03-26 12:04:48 -04:00
window-x11.h Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
xprops.c Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00
xprops.h Start moving X11 implementation to its own subdirectory 2014-03-18 15:44:11 -04:00