diff options
author | Paul D'Pong | 2020-08-07 19:43:19 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-08-08 06:38:00 +0000 |
commit | e844a17b14d8981a2d4dad5e75ce53aa14c8546f (patch) | |
tree | a96820f4d65add88836994adcc8a872c0eec2eb9 | |
parent | 4b8804178234527403f1259196b4775a7b8cdbed (diff) | |
download | eclipse.platform.swt-e844a17b14d8981a2d4dad5e75ce53aa14c8546f.tar.gz eclipse.platform.swt-e844a17b14d8981a2d4dad5e75ce53aa14c8546f.tar.xz eclipse.platform.swt-e844a17b14d8981a2d4dad5e75ce53aa14c8546f.zip |
Bug 565904 - [GTK4] Remove functions that rely on GdkAtom in GTK4I20200808-0230
For the time being no replacement of the function is required. Just
adding #define in os.h in order to eliminate compile time errors.
Change-Id: I54be8e5043f5728f3a1167c993472722e332c5d4
Signed-off-by: Paul D'Pong <sdamrong@redhat.com>
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h index bff7db678f..32521bbc58 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h @@ -462,6 +462,11 @@ #define NO_gtk_1selection_1data_1get_1target #define NO_gtk_1selection_1data_1set +// GdkAtom removed +#define NO_gtk_1drag_1get_1data__JJJ +#define NO_gdk_1text_1property_1to_1utf8_1list_1for_1display +#define NO_gdk_1x11_1display_1utf8_1to_1compound_1text + #else /** |