forked from AuroraMiddleware/gtk
Fix the build
This commit is contained in:
parent
c2a38612a9
commit
a8a156e63c
@ -662,7 +662,7 @@ main (int argc, char **argv)
|
||||
gtk_drag_source_set_icon_surface (button, surface);
|
||||
gdk_content_formats_unref (targets);
|
||||
|
||||
cairo_destroy (surface);
|
||||
cairo_surface_destroy (surface);
|
||||
|
||||
gtk_widget_set_hexpand (button, TRUE);
|
||||
gtk_widget_set_vexpand (button, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user