diff options
| author | rsc <devnull@localhost> | 2004-04-19 19:35:17 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-19 19:35:17 +0000 |
| commit | aa8086853b3826d0d03aa04154d32396b4807a84 (patch) | |
| tree | c82d83fc9748b6dd8ae8d83cb4cff6f28dd73c68 /src/cmd/rio/dat.h | |
| parent | c2a9c3bb4efbad76a7971e314bdd791bbe5044ae (diff) | |
| download | plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.tar.gz plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.zip | |
x
Diffstat (limited to 'src/cmd/rio/dat.h')
| -rw-r--r-- | src/cmd/rio/dat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/rio/dat.h b/src/cmd/rio/dat.h index afa9bb91..df4f1ea5 100644 --- a/src/cmd/rio/dat.h +++ b/src/cmd/rio/dat.h @@ -3,7 +3,7 @@ #define BORDER _border #define CORNER _corner #define INSET _inset -#define MAXHIDDEN 32 +#define MAXHIDDEN 128 #define B3FIXED 5 #define AllButtonMask (Button1Mask|Button2Mask|Button3Mask \ @@ -147,11 +147,11 @@ extern int curtime; extern int debug; extern int solidsweep; -extern Atom exit_9wm; -extern Atom restart_9wm; +extern Atom exit_rio; +extern Atom restart_rio; extern Atom wm_state; extern Atom wm_change_state; -extern Atom _9wm_hold_mode; +extern Atom _rio_hold_mode; extern Atom wm_protocols; extern Atom wm_delete; extern Atom wm_take_focus; |
