summaryrefslogtreecommitdiffstats
path: root/src/cmd/rio/dat.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-07-09 14:30:30 -0400
committerRuss Cox <rsc@swtch.com>2008-07-09 14:30:30 -0400
commit71f6d60fcf93722d77d1dd52ad5d03c214db879b (patch)
tree8f4dfa72cabda290b1adc76e0553476ef619f893 /src/cmd/rio/dat.h
parent427abd1ebdbd44d5c40936fcd4f3b02fea86f7ec (diff)
downloadplan9port-71f6d60fcf93722d77d1dd52ad5d03c214db879b.tar.gz
plan9port-71f6d60fcf93722d77d1dd52ad5d03c214db879b.zip
rio: stub out _NET_WM_STATE_FULLSCREEN support
Diffstat (limited to 'src/cmd/rio/dat.h')
-rw-r--r--src/cmd/rio/dat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/rio/dat.h b/src/cmd/rio/dat.h
index e56429eb..b91054f2 100644
--- a/src/cmd/rio/dat.h
+++ b/src/cmd/rio/dat.h
@@ -162,7 +162,8 @@ extern Atom wm_delete;
extern Atom wm_take_focus;
extern Atom wm_lose_focus;
extern Atom wm_colormaps;
-
+extern Atom wm_state_fullscreen;
+extern Atom wm_state;
/* client.c */
extern Client *clients;
extern Client *current;