From f2f7090a62339d4fd9904f9900b82bf9f8b02765 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Wed, 31 Oct 2001 21:52:29 +0000 Subject: [PATCH] these should be 31, not 3. Hooray for Xatoms (and not using the XA_* 2001-10-31 jacob berkman * gdk/gdkselection.h (GDK_TARGET_STRING): (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray for Xatoms (and not using the XA_* macros)! --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gdk/gdkselection.h | 4 ++-- 8 files changed, 44 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ffc0cb5c7..15d78f8f6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2001-10-31 jacob berkman + + * gdk/gdkselection.h (GDK_TARGET_STRING): + (GDK_SELECTION_TYPE_STRING): these should be 31, not 3. Hooray + for Xatoms (and not using the XA_* macros)! + Wed Oct 31 15:38:14 2001 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a diff --git a/gdk/gdkselection.h b/gdk/gdkselection.h index 8659f3795..03832944b 100644 --- a/gdk/gdkselection.h +++ b/gdk/gdkselection.h @@ -17,7 +17,7 @@ extern "C" { #define GDK_TARGET_COLORMAP _GDK_MAKE_ATOM (7) #define GDK_TARGET_DRAWABLE _GDK_MAKE_ATOM (17) #define GDK_TARGET_PIXMAP _GDK_MAKE_ATOM (20) -#define GDK_TARGET_STRING _GDK_MAKE_ATOM (3) +#define GDK_TARGET_STRING _GDK_MAKE_ATOM (31) #define GDK_SELECTION_TYPE_ATOM _GDK_MAKE_ATOM (4) #define GDK_SELECTION_TYPE_BITMAP _GDK_MAKE_ATOM (5) #define GDK_SELECTION_TYPE_COLORMAP _GDK_MAKE_ATOM (7) @@ -25,7 +25,7 @@ extern "C" { #define GDK_SELECTION_TYPE_INTEGER _GDK_MAKE_ATOM (19) #define GDK_SELECTION_TYPE_PIXMAP _GDK_MAKE_ATOM (20) #define GDK_SELECTION_TYPE_WINDOW _GDK_MAKE_ATOM (33) -#define GDK_SELECTION_TYPE_STRING _GDK_MAKE_ATOM (3) +#define GDK_SELECTION_TYPE_STRING _GDK_MAKE_ATOM (31) #ifndef GDK_DISABLE_DEPRECATED -- 2.43.2