diff options
author | Arun Thondapu <arunkumar.thondapu@in.ibm.com> | 2012-10-15 18:17:03 +0530 |
---|---|---|
committer | Arun Thondapu <arunkumar.thondapu@in.ibm.com> | 2012-10-15 18:17:03 +0530 |
commit | 90beec4af69432d76fc877e39fc80aef43f9b1ce (patch) | |
tree | 47f1a99fd5a2ecb73dcaa5ac2cb62a5a00b80558 | |
parent | 2c265bf08a5ee6cfef4b73291f906166838b69b6 (diff) | |
download | eclipse.platform.swt-90beec4af69432d76fc877e39fc80aef43f9b1ce.tar.gz eclipse.platform.swt-90beec4af69432d76fc877e39fc80aef43f9b1ce.tar.xz eclipse.platform.swt-90beec4af69432d76fc877e39fc80aef43f9b1ce.zip |
Bug 388883 fix LIB_GTK repetition in os_custom.h
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h | 4 |
1 files changed, 2 insertions, 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 65837501a2..33e91aa518 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 @@ -326,7 +326,7 @@ #define gtk_paint_vline_LIB LIB_GTK #define gtk_paint_flat_box_LIB LIB_GTK #define gtk_paint_check_LIB LIB_GTK -#define gtk_paint_option_LIB LIB_GTK LIB_GTK +#define gtk_paint_option_LIB LIB_GTK #define gtk_paint_layout_LIB LIB_GTK #define gtk_page_setup_get_bottom_margin_LIB LIB_GTK #define gtk_page_setup_get_left_margin_LIB LIB_GTK @@ -405,7 +405,7 @@ #define gtk_render_frame_LIB LIB_GTK #define gtk_render_frame_gap_LIB LIB_GTK #define gtk_render_background_LIB LIB_GTK -#define gtk_render_option_LIB LIB_GTK LIB_GTK +#define gtk_render_option_LIB LIB_GTK #define gtk_render_layout_LIB LIB_GTK #define gtk_progress_bar_set_inverted_LIB LIB_GTK #define gtk_progress_bar_set_orientation_LIB LIB_GTK |