opt: optimize code struct

This commit is contained in:
DreamMaoMao 2025-09-28 21:12:16 +08:00
parent a220a3060f
commit 32476f366b
3 changed files with 5 additions and 4 deletions

View file

@ -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;