Remove MetaAltTabHandler
gnome-shell is no longer using MetaAltTabHandler, so there's no need to keep that abstraction around. This reverts commit1d5117a6
(and a comment from7b0ba87b
), with a bit of rebasing and whitespace cleanup. https://bugzilla.gnome.org/show_bug.cgi?id=596210
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include "screen.h"
|
||||
#include <X11/Xutil.h>
|
||||
#include "stack-tracker.h"
|
||||
#include "alttabhandler.h"
|
||||
#include "ui.h"
|
||||
|
||||
typedef struct _MetaMonitorInfo MetaMonitorInfo;
|
||||
@@ -82,9 +81,8 @@ struct _MetaScreen
|
||||
Visual *default_xvisual;
|
||||
MetaRectangle rect; /* Size of screen; rect.x & rect.y are always 0 */
|
||||
MetaUI *ui;
|
||||
MetaAltTabHandler *tab_handler;
|
||||
MetaTabPopup *ws_popup;
|
||||
|
||||
MetaTabPopup *tab_popup, *ws_popup;
|
||||
|
||||
MetaWorkspace *active_workspace;
|
||||
|
||||
/* This window holds the focus when we don't want to focus
|
||||
|
Reference in New Issue
Block a user