diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-04 16:08:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-04 16:08:19 +0000 |
commit | ba768cd33198c997e4b1d170110f97a1f2fb0654 (patch) | |
tree | ace630d6ba55a5e67622caf323f9cf493d0967be | |
parent | 8555f42715e83e3016fd8a36ee3a99f8d405509f (diff) | |
download | gtk+-ba768cd33198c997e4b1d170110f97a1f2fb0654.tar.gz |
Get the name right.
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
name right.
* gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init):
Fix function that should have been static.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 8 | ||||
-rw-r--r-- | gdk/gdkscreen.c | 4 | ||||
-rw-r--r-- | gdk/x11/gdkscreen-x11.c | 2 |
8 files changed, 51 insertions, 3 deletions
@@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c7858fc597..558aa84453 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c7858fc597..558aa84453 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c7858fc597..558aa84453 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c7858fc597..558aa84453 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c7858fc597..558aa84453 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkscreen.c (gdk_screen_class_init): Get the + name right. + + * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_class_init): + Fix function that should have been static. + Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 12cd13fb58..508803e412 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -64,8 +64,8 @@ gdk_screen_get_type (void) return object_type; } -void -gdk_screen_x11_class_init (GdkScreenClass *klass) +static void +gdk_screen_class_init (GdkScreenClass *klass) { signals[SIZE_CHANGED] = g_signal_new ("size_changed", diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index dc408adee8..ceaa314630 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -82,7 +82,7 @@ _gdk_screen_x11_get_type () return object_type; } -void +static void gdk_screen_x11_class_init (GdkScreenX11Class *klass) { GObjectClass *object_class = G_OBJECT_CLASS (klass); |