summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-07-04 04:33:31 +0000
committerrhp <rhp>2001-07-04 04:33:31 +0000
commit73b7323d844089a877133d0b818ef6da53ed516c (patch)
tree6f7900ba93e9ec650a1c120141ba84860efa8bcd /src/screen.h
parentec00c9852d57b812a78d242fffe1d1d52f272427 (diff)
downloadmetacity-73b7323d844089a877133d0b818ef6da53ed516c.tar.gz
...
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 6879e6e5..c733d635 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -36,6 +36,8 @@ struct _MetaScreen
char *screen_name;
Screen *xscreen;
Window xroot;
+ int width;
+ int height;
MetaUI *ui;
MetaWorkspace *active_workspace;