mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-14 05:34:21 -04:00
opt: optimize ws module
This commit is contained in:
parent
d696b763e8
commit
06dd3423a1
4 changed files with 285 additions and 256 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include "wlr_ext_workspace_v1.h"
|
||||
|
||||
#define EXT_WORKSPACE_ENABLE_CAPS \
|
||||
WLR_EXT_WORKSPACE_HANDLE_V1_CAP_ACTIVATE | \
|
||||
WLR_EXT_WORKSPACE_HANDLE_V1_CAP_DEACTIVATE
|
||||
EXT_WORKSPACE_HANDLE_V1_WORKSPACE_CAPABILITIES_ACTIVATE | \
|
||||
EXT_WORKSPACE_HANDLE_V1_WORKSPACE_CAPABILITIES_DEACTIVATE
|
||||
|
||||
typedef struct Monitor Monitor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue