compositor: Implement super-tab window switching

This commit is contained in:
Kristian Høgsberg 2011-02-06 16:54:59 -05:00
parent f30c67eea6
commit c9824ddf35
2 changed files with 99 additions and 10 deletions

View file

@ -110,6 +110,7 @@ struct wlsc_compositor {
int repaint_on_timeout;
struct timespec previous_swap;
struct wlsc_switcher *switcher;
uint32_t focus;
void (*destroy)(struct wlsc_compositor *ec);