mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 05:38:14 +00:00
feat: Add atom constants for XA_CARDINAL and XA_INTEGER
XA_CARDINAL is used in particular for frame extents.
This commit is contained in:
2
vendor/x11/xlib/xlib_const.odin
vendored
2
vendor/x11/xlib/xlib_const.odin
vendored
@@ -110,6 +110,8 @@ PropModePrepend :: 1
|
||||
PropModeAppend :: 2
|
||||
|
||||
XA_ATOM :: Atom(4)
|
||||
XA_CARDINAL :: Atom(6)
|
||||
XA_INTEGER :: Atom(19)
|
||||
XA_WM_CLASS :: Atom(67)
|
||||
XA_WM_CLIENT_MACHINE :: Atom(36)
|
||||
XA_WM_COMMAND :: Atom(34)
|
||||
|
||||
Reference in New Issue
Block a user