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:
Owen Taylor
2002-10-04 16:08:19 +00:00
committed by Owen Taylor
parent 8555f42715
commit ba768cd331
8 changed files with 51 additions and 3 deletions

View File

@ -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);