Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
index 2b956a92d..66c1a3b62 100644
--- a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
+++ b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
@@ -53,6 +53,8 @@ static FN_TABLE gdkFunctions[] = {
FN_TABLE_ENTRY(gdk_set_program_class, 1),
FN_TABLE_ENTRY(gdk_display_get_default, 1),
FN_TABLE_ENTRY(gdk_x11_display_get_xdisplay, 1),
+ FN_TABLE_ENTRY(gdk_screen_get_default, 1),
+ FN_TABLE_ENTRY(gdk_screen_get_resolution, 1),
{ NULL, NULL }
};
/* functions from libgdk_pixbuf-2.0 */
@@ -60,6 +62,7 @@ static FN_TABLE pixFunctions[] = {
FN_TABLE_ENTRY(gdk_pixbuf_new_from_file, 1),
FN_TABLE_ENTRY(gdk_pixbuf_get_width, 1),
FN_TABLE_ENTRY(gdk_pixbuf_get_height, 1),
+ FN_TABLE_ENTRY(gdk_pixbuf_scale_simple, 1),
{ NULL, NULL }
};
/* functions from libgobject-2.0 */

Back to the top