mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
Add xwayland activate and fix EGL bug
This commit is contained in:
parent
906a816abf
commit
220a6e9bf6
8 changed files with 36 additions and 4 deletions
|
|
@ -52,7 +52,8 @@ enum atom_name {
|
|||
NET_SUPPORTED,
|
||||
NET_WM_S0,
|
||||
NET_WM_STATE,
|
||||
ATOM_LAST
|
||||
ATOM_LAST,
|
||||
WM_TAKE_FOCUS,
|
||||
};
|
||||
|
||||
static const char * const atom_map[ATOM_LAST] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue