diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2015-07-24 15:28:27 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2015-07-27 17:28:36 +0200 |
commit | 048d710d676f79784502ee86fefd3b4c9993014e (patch) | |
tree | 4e2fd98721795abe16d990b9aaec6795589099c7 /gtk/gtkquartz.h | |
parent | 4b23ba53c51a087851788c67f852281b085c9c33 (diff) | |
download | gtk+-048d710d676f79784502ee86fefd3b4c9993014e.tar.gz |
quartz app menu: add hidpi support for menu icons
Use the new cairo to NSImage converter function
to set the device scale.
Remove the pixbuf converter function as this was
the last user.
Diffstat (limited to 'gtk/gtkquartz.h')
-rw-r--r-- | gtk/gtkquartz.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkquartz.h b/gtk/gtkquartz.h index e7395082cc..120168af16 100644 --- a/gtk/gtkquartz.h +++ b/gtk/gtkquartz.h @@ -37,8 +37,6 @@ GtkSelectionData *_gtk_quartz_get_selection_data_from_pasteboard (NSPasteboard * void _gtk_quartz_set_selection_data_for_pasteboard (NSPasteboard *pasteboard, GtkSelectionData *selection_data); -NSImage *_gtk_quartz_create_image_from_pixbuf (GdkPixbuf *pixbuf); - NSImage *_gtk_quartz_create_image_from_surface (cairo_surface_t *surface); G_END_DECLS |