diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-10-27 20:20:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 20:20:32 +1000 |
commit | 266b3df6781409facd679d680f7335e156446d17 (patch) | |
tree | a585e60fce6f3cc3a94a922ef7931e63c921dc90 /include | |
parent | c55d1542fe30ea7872a60a732fa88028cd4d4b06 (diff) | |
parent | f745befc06b07c3835d20f6143668f23da25d318 (diff) |
Merge pull request #1335 from emersion/fucking-transparency
xwayland: fix typo to enable transparency
Diffstat (limited to 'include')
-rw-r--r-- | include/xwayland/xwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 3536bbc8..dc40cc3e 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -30,7 +30,7 @@ enum atom_name { UTF8_STRING, WM_S0, NET_SUPPORTED, - NET_WM_S0, + NET_WM_CM_S0, NET_WM_PID, NET_WM_NAME, NET_WM_STATE, |