-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace GTK glue wherever possible #1995
Comments
May become more pressing due to issues such as #3822 and the fact that we can't use GTK4. |
A lot of progress has been made and #3822 is mostly resolved, at least in git master. New issues:
|
and remove the now unused GdkX11.x11_get_server_time function
@borneoa had reported this in #3822:
Then again, later:
Should be fixed in 08cf69d |
That's enough for V5, will follow up in #3871 |
When we drop support for Python2 / GTK2, it will be easier to replace some of the GTK X11 glue code with pure Cython code. (see #1977 for GTK4 problems)
For example, composite and damage classes should handle raw X11 windows using their xid, the
add_event_receiver
/remove_event_receiver
functions can just use the xid directly.The text was updated successfully, but these errors were encountered: