x11-cr
x11-cr copied to clipboard
X11 bindings for Crystal language.
I'm using x11-cr to write a window manager and I'm trying to grab left click but #grab_button doesn't seem to work, it seems to be accepting different types from what...
Hello, https://github.com/TamasSzekeres/x11-cr/blob/2f83a3301e836efc7ebd437b8eccc33c59d0d3fd/src/x11/c/X.cr#L7 Could this be avoided? It pollutes the global type system when you `include X11`. Otherwise, thanks for these bindings, they work great.
These variables were being set with i64 type, now changed to u64.
Currently, `display.window_property(...)` always ever returns the property value as a String, but there seem to be cases where this is not right. For example, I'm working with `_NET_ACTIVE_WINDOW` https://specifications.freedesktop.org/wm-spec/latest/ar01s03.html#idm45374033238240 similar...