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:
@ -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