summaryrefslogtreecommitdiff
path: root/gtk/gtkquartz.h
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2015-07-24 15:28:27 +0200
committerChristoph Reiter <creiter@src.gnome.org>2015-07-27 17:28:36 +0200
commit048d710d676f79784502ee86fefd3b4c9993014e (patch)
tree4e2fd98721795abe16d990b9aaec6795589099c7 /gtk/gtkquartz.h
parent4b23ba53c51a087851788c67f852281b085c9c33 (diff)
downloadgtk+-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.h2
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