mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
opt: optimize code struct
This commit is contained in:
parent
a220a3060f
commit
32476f366b
3 changed files with 5 additions and 4 deletions
|
|
@ -160,6 +160,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