From d47355702acdef06640d631533517b1f7a3bfe38 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Fri, 3 Aug 2012 12:04:25 -0400 Subject: fix unmerged code --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h index 19f89145b3..d90076cca8 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h @@ -376,10 +376,9 @@ #endif #ifndef GTK_WIDGET_SENSITIVE #define GTK_WIDGET_SENSITIVE(arg0) 0 -======= +#endif #ifndef GTK_OBJECT_FLAGS #define GTK_OBJECT_FLAGS(arg0) 0 ->>>>>>> 4bf36e6... Omit use of deprecated GTK_WIDGET_FLAGS #endif #define GTK_WIDGET_HEIGHT(arg0) (arg0)->allocation.height #define GTK_WIDGET_SET_HEIGHT(arg0, arg1) (arg0)->allocation.height = arg1 -- cgit