This repository was archived by the owner on Jun 8, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Clean up ciaro interactions #308
Comments
|
Thanks! Will get a MR for this later today |
This was referenced Aug 14, 2019
Long day :) I've created #312 for this now, please review if you have some time |
Thanks for taking the time to fix it. Completely forgot about it |
GuillaumeGomez
pushed a commit
to gtk-rs/gtk3-rs
that referenced
this issue
Oct 23, 2020
- Remove duplicated ContextExt::cairo_surface_create_from_pixbuf(). It already exists as PixbufExt::create_surface() - Rename ContextExt::cairo_draw_from_gl() to draw_from_gl() and take the context as &self - Mark ContextExt::draw_from_gl as unsafe! It takes random integers for GL resources, which are basically like pointers and must be taken care of to be correct and valid. - Change all functions taking a gdk::Window to take a IsA<gdk::Window> - Rename all traits to include the Gdk prefix for preventing naming conflicts. Fixes gtk-rs/gdk#308
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, some methods are implemented as part of the ContextExt which shouldn't be the case.
The PixbufExt isn't loaded on prelude either.
The text was updated successfully, but these errors were encountered: