You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gdk4-x11: create type aliases for XID/XWindow/XCursor
if the xlib feature is not used, instead of completely ignoring those functions
that returns a XID (which is an alias of ulong)
let's provide an alias ourselves in that case and hide it in case the xlib feature is enabled.
This should help people using gdk4-x11 use more features without pulling the x11 crate
that doesn't add any useful features as is other than wrapping pointers.
0 commit comments