a4cd66f599
Wedging override-redirect windows into the constraint code in stack.c results in Mutter getting confused about the stacking order of these windows with respect to other windows, and may also in some cases cause Mutter to restack override-redirect windows. core/stack-tracker.c core/stack-tracker.h: MetaStackTracker - combine events received from the X server with local changes we have made to come up with the best possible idea of what the stacking order is at any one point in time. core/screen.c core/screen-private.h: Create a MetaStackTracker for the screen. core/display.c: Feed relevant events to MetaStackTracker core/frame.c core/screen.c core/stack.c: When we make changes to the stacking order or add windows, record those changes immediatley in MetaStackTracker so we have the information without waiting for a round-trip. include/ui.h ui/ui.c: meta_ui_create_frame_window add a return value for the X request serial used to create the window. http://bugzilla.gnome.org/show_bug.cgi?id=585984 |
||
---|---|---|
.. | ||
draw-workspace.c | ||
draw-workspace.h | ||
fixedtip.c | ||
fixedtip.h | ||
frames.c | ||
frames.h | ||
gradient.c | ||
gradient.h | ||
menu.c | ||
menu.h | ||
metaaccellabel.c | ||
metaaccellabel.h | ||
preview-widget.c | ||
preview-widget.h | ||
resizepopup.c | ||
tabpopup.c | ||
testgradient.c | ||
theme-parser.c | ||
theme-parser.h | ||
theme-viewer.c | ||
theme.c | ||
theme.h | ||
themewidget.c | ||
themewidget.h | ||
ui.c |