summaryrefslogtreecommitdiff
path: root/src/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display.h b/src/display.h
index 45be6ae8..1b3ef03d 100644
--- a/src/display.h
+++ b/src/display.h
@@ -50,6 +50,8 @@ struct _MetaDisplay
Atom atom_net_wm_state_shaded;
Atom atom_net_wm_state_maximized_horz;
Atom atom_net_wm_state_maximized_vert;
+ Atom atom_net_wm_desktop;
+ Atom atom_net_number_of_desktops;
/* This is the actual window from focus events,
* not the one we last set
@@ -106,5 +108,4 @@ MetaWorkspace* meta_display_get_workspace_by_screen_index (MetaDisplay *displa
MetaScreen *screen,
int index);
-
#endif