mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-25 01:40:24 -05:00
opt: optimize code struct
This commit is contained in:
parent
365854ccf6
commit
a06552b670
3 changed files with 5 additions and 4 deletions
|
|
@ -164,6 +164,7 @@ enum {
|
|||
enum { UP, DOWN, LEFT, RIGHT, UNDIR }; /* smartmovewin */
|
||||
enum { NONE, OPEN, MOVE, CLOSE, TAG };
|
||||
enum { UNFOLD, FOLD, INVALIDFOLD };
|
||||
enum { PREV, NEXT };
|
||||
|
||||
typedef struct Pertag Pertag;
|
||||
typedef struct Monitor Monitor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue