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.
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user