Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-10-15 17:41:34 +0000
committerSilenio Quarti2012-10-15 17:41:34 +0000
commit0f40a9c9a066f78320b6db0a64cadcf2dbf73034 (patch)
treeaa7539e16453e96b72780060534573d248ca0135 /bundles
parent7d5f16454127161499a284d38d4f95f0f3b49fdd (diff)
downloadrt.equinox.framework-0f40a9c9a066f78320b6db0a64cadcf2dbf73034.tar.gz
rt.equinox.framework-0f40a9c9a066f78320b6db0a64cadcf2dbf73034.tar.xz
rt.equinox.framework-0f40a9c9a066f78320b6db0a64cadcf2dbf73034.zip
Bug 391795 - [launcher][gtk] Usability: Insufficient error reporting on startup when DISPLAY is not set or not accessible (GOptionEntry is not define in RHEL4)
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/gtk/eclipseGtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/gtk/eclipseGtk.h b/bundles/org.eclipse.equinox.executable/library/gtk/eclipseGtk.h
index 82832acbe..05af20700 100644
--- a/bundles/org.eclipse.equinox.executable/library/gtk/eclipseGtk.h
+++ b/bundles/org.eclipse.equinox.executable/library/gtk/eclipseGtk.h
@@ -25,7 +25,7 @@ struct GTK_PTRS {
void (*gtk_fixed_set_has_window) (GtkFixed *, gboolean);
GtkWidget* (*gtk_image_new_from_pixbuf)(GdkPixbuf*);
gboolean (*gtk_init_check) (int*, char***);
- gboolean (*gtk_init_with_args) (int*, char***, const char *, GOptionEntry *, const char *, GError **);
+ gboolean (*gtk_init_with_args) (int*, char***, const char *, void *, const char *, GError **);
GtkWidget* (*gtk_message_dialog_new) (GtkWindow*, GtkDialogFlags, GtkMessageType, GtkButtonsType, const gchar*, ...);
void (*gtk_scrolled_window_set_policy)(GtkScrolledWindow*, GtkPolicyType, GtkPolicyType);
GtkWidget* (*gtk_scrolled_window_new) (GtkAdjustment*, GtkAdjustment*);

Back to the top