]> Pileus Git - ~andy/gtk/commit
Add a --screen option for setting the default screen. (Based on a patch
authorOwen Taylor <otaylor@redhat.com>
Thu, 31 Oct 2002 21:12:23 +0000 (21:12 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 31 Oct 2002 21:12:23 +0000 (21:12 +0000)
commit550bf181d2e754425aa592f61108a0a0c9139256
tree82047181585ec2c8cc9bf85b8d35a88e27fc93ee
parent089a38826365adbd8153318eb740c6b44cb9c49d
Add a --screen option for setting the default screen. (Based on a patch

Thu Oct 31 12:40:39 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdk.[ch] gdk/gdkglobals.c gdk/gdkinternals.h
        gdk/{x11,win32,linux-fb}/gdkscreen-{x11,win32,linux-fb}.c:
        Add a --screen option for setting the default screen.
        (Based on a patch from Balamurali Viswanathan, #81145)

        * gdk/gdk.c gdkdisplay.h gtk/gtkmain.c: Add
        gdk_display_open_default_libgtk_only(), so gtk_init_check()
        and gdk_init_check() can share the same behavior w.r.t.
        --screen.

        * gdk/gdk.[ch]: Make gdk_get_display_arg_name() G_CONST_RETURN.

        * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
        Suppress a spurious warning.

        * tests/testgtkrc: Remove someleft-over commented out
        includes that could be confusing.
12 files changed:
gdk/gdk.c
gdk/gdk.h
gdk/gdkdisplay.h
gdk/gdkglobals.c
gdk/gdkinternals.h
gdk/gdkscreen.h
gdk/linux-fb/gdkscreen-fb.c
gdk/win32/gdkscreen-win32.c
gdk/x11/gdkscreen-x11.c
gdk/x11/gdkselection-x11.c
gtk/gtkmain.c
tests/testgtkrc