Thu Jun 20 19:41:09 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
        tests/*.c: Renames:

         gdk_get_default_display => gdk_display_get_default
         gdk_get_default_screen  => gdk_screen_get_default
         gdk_open_display        => gdk_display_open
This commit is contained in:
Owen Taylor
2002-06-20 23:59:27 +00:00
committed by Owen Taylor
parent 5830bf89b5
commit 28c2b0a31f
74 changed files with 573 additions and 182 deletions

View File

@ -113,7 +113,7 @@ gdk_set_locale (void)
static GdkDisplay *
find_a_display ()
{
GdkDisplay *display = gdk_get_default_display ();
GdkDisplay *display = gdk_display_get_default ();
if (!display)
display = _gdk_displays->data;