2008-07-01 22:57:50 +00:00
|
|
|
|
/* GDK - The GIMP Drawing Kit
|
2002-06-20 23:59:27 +00:00
|
|
|
|
* Copyright (C) 2000 Red Hat, Inc.
|
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2012-02-27 13:01:10 +00:00
|
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
|
|
|
|
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
|
|
|
* files for a list of changes. These files are distributed with
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2008-06-22 14:28:52 +00:00
|
|
|
|
#include "config.h"
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
2010-12-11 00:42:09 +00:00
|
|
|
|
#include "gdkconfig.h"
|
2010-12-11 05:14:53 +00:00
|
|
|
|
#include "gdkdisplaymanagerprivate.h"
|
2013-04-09 11:32:03 +00:00
|
|
|
|
#include "gdkdisplayprivate.h"
|
2002-06-20 23:59:27 +00:00
|
|
|
|
#include "gdkinternals.h"
|
2011-10-07 14:10:19 +00:00
|
|
|
|
#include "gdkkeysprivate.h"
|
2002-06-20 23:59:27 +00:00
|
|
|
|
#include "gdkmarshalers.h"
|
|
|
|
|
#include "gdkintl.h"
|
|
|
|
|
|
2010-12-21 04:14:47 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_X11
|
|
|
|
|
#include "x11/gdkx.h"
|
2013-04-19 20:17:17 +00:00
|
|
|
|
#include "x11/gdkprivate-x11.h"
|
2010-12-21 04:14:47 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2010-12-22 15:14:09 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_QUARTZ
|
2013-04-22 22:38:46 +00:00
|
|
|
|
/* When the gdk_quartz_display_open function is removed We can
|
|
|
|
|
* immediately include gdkquartzdisplaymanager.h here instead of
|
2014-02-07 18:32:47 +00:00
|
|
|
|
* gdkprivate-quartz.h so that we won’t have to enable -xobjective-c
|
2014-02-05 19:50:22 +00:00
|
|
|
|
* for the “generic” GDK source code.
|
2013-04-22 22:38:46 +00:00
|
|
|
|
* #include "quartz/gdkquartzdisplaymanager.h"
|
2010-12-23 11:59:26 +00:00
|
|
|
|
*/
|
2013-04-19 20:17:17 +00:00
|
|
|
|
#include "quartz/gdkprivate-quartz.h"
|
2010-12-22 15:14:09 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2011-01-06 22:36:44 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_BROADWAY
|
2013-04-19 20:17:17 +00:00
|
|
|
|
#include "broadway/gdkprivate-broadway.h"
|
2011-01-06 22:36:44 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2011-01-02 10:51:25 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_WIN32
|
|
|
|
|
#include "win32/gdkwin32.h"
|
2013-04-19 20:17:17 +00:00
|
|
|
|
#include "win32/gdkprivate-win32.h"
|
2011-01-02 10:51:25 +00:00
|
|
|
|
#endif
|
2005-03-16 03:17:27 +00:00
|
|
|
|
|
2010-12-18 20:38:49 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_WAYLAND
|
2013-04-19 20:17:17 +00:00
|
|
|
|
#include "wayland/gdkprivate-wayland.h"
|
2010-12-18 20:38:49 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
2010-11-15 02:43:54 +00:00
|
|
|
|
/**
|
|
|
|
|
* SECTION:gdkdisplaymanager
|
|
|
|
|
* @Short_description: Maintains a list of all open GdkDisplays
|
|
|
|
|
* @Title: GdkDisplayManager
|
|
|
|
|
*
|
|
|
|
|
* The purpose of the #GdkDisplayManager singleton object is to offer
|
|
|
|
|
* notification when displays appear or disappear or the default display
|
|
|
|
|
* changes.
|
2011-02-09 06:32:24 +00:00
|
|
|
|
*
|
2014-05-17 03:12:51 +00:00
|
|
|
|
* You can use gdk_display_manager_get() to obtain the #GdkDisplayManager
|
2011-02-09 06:32:24 +00:00
|
|
|
|
* singleton, but that should be rarely necessary. Typically, initializing
|
|
|
|
|
* GTK+ opens a display that you can work with without ever accessing the
|
2014-05-17 03:12:51 +00:00
|
|
|
|
* #GdkDisplayManager.
|
2011-02-09 06:32:24 +00:00
|
|
|
|
*
|
|
|
|
|
* The GDK library can be built with support for multiple backends.
|
2014-05-17 03:12:51 +00:00
|
|
|
|
* The #GdkDisplayManager object determines which backend is used
|
2011-02-09 06:32:24 +00:00
|
|
|
|
* at runtime.
|
|
|
|
|
*
|
|
|
|
|
* When writing backend-specific code that is supposed to work with
|
|
|
|
|
* multiple GDK backends, you have to consider both compile time and
|
|
|
|
|
* runtime. At compile time, use the #GDK_WINDOWING_X11, #GDK_WINDOWING_WIN32
|
|
|
|
|
* macros, etc. to find out which backends are present in the GDK library
|
|
|
|
|
* you are building your application against. At runtime, use type-check
|
|
|
|
|
* macros like GDK_IS_X11_DISPLAY() to find out which backend is in use:
|
|
|
|
|
*
|
2014-02-04 21:57:57 +00:00
|
|
|
|
* ## Backend-specific code ## {#backend-specific}
|
|
|
|
|
*
|
2014-01-27 19:55:18 +00:00
|
|
|
|
* |[<!-- language="C" -->
|
2011-02-09 06:32:24 +00:00
|
|
|
|
* #ifdef GDK_WINDOWING_X11
|
|
|
|
|
* if (GDK_IS_X11_DISPLAY (display))
|
|
|
|
|
* {
|
2014-02-15 04:34:22 +00:00
|
|
|
|
* // make X11-specific calls here
|
2011-02-09 06:32:24 +00:00
|
|
|
|
* }
|
|
|
|
|
* else
|
|
|
|
|
* #endif
|
|
|
|
|
* #ifdef GDK_WINDOWING_QUARTZ
|
|
|
|
|
* if (GDK_IS_QUARTZ_DISPLAY (display))
|
|
|
|
|
* {
|
2014-02-15 04:34:22 +00:00
|
|
|
|
* // make Quartz-specific calls here
|
2011-02-09 06:32:24 +00:00
|
|
|
|
* }
|
|
|
|
|
* else
|
|
|
|
|
* #endif
|
|
|
|
|
* g_error ("Unsupported GDK backend");
|
2014-01-27 17:12:55 +00:00
|
|
|
|
* ]|
|
2010-11-15 02:43:54 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
|
|
|
|
enum {
|
|
|
|
|
PROP_0,
|
|
|
|
|
PROP_DEFAULT_DISPLAY
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
enum {
|
|
|
|
|
DISPLAY_OPENED,
|
|
|
|
|
LAST_SIGNAL
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static void gdk_display_manager_class_init (GdkDisplayManagerClass *klass);
|
|
|
|
|
static void gdk_display_manager_set_property (GObject *object,
|
2010-12-11 00:42:09 +00:00
|
|
|
|
guint prop_id,
|
|
|
|
|
const GValue *value,
|
|
|
|
|
GParamSpec *pspec);
|
2002-06-20 23:59:27 +00:00
|
|
|
|
static void gdk_display_manager_get_property (GObject *object,
|
2010-12-11 00:42:09 +00:00
|
|
|
|
guint prop_id,
|
|
|
|
|
GValue *value,
|
|
|
|
|
GParamSpec *pspec);
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
|
|
|
|
static guint signals[LAST_SIGNAL] = { 0 };
|
|
|
|
|
|
2013-05-02 14:17:30 +00:00
|
|
|
|
G_DEFINE_TYPE (GdkDisplayManager, gdk_display_manager, G_TYPE_OBJECT)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdk_display_manager_class_init (GdkDisplayManagerClass *klass)
|
|
|
|
|
{
|
|
|
|
|
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
|
|
|
|
|
|
|
|
|
object_class->set_property = gdk_display_manager_set_property;
|
|
|
|
|
object_class->get_property = gdk_display_manager_get_property;
|
|
|
|
|
|
2003-09-30 00:36:29 +00:00
|
|
|
|
/**
|
|
|
|
|
* GdkDisplayManager::display-opened:
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* @manager: the object on which the signal is emitted
|
2003-09-30 00:36:29 +00:00
|
|
|
|
* @display: the opened display
|
|
|
|
|
*
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* The ::display-opened signal is emitted when a display is opened.
|
2003-09-30 00:36:29 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
|
|
|
|
*/
|
2002-06-20 23:59:27 +00:00
|
|
|
|
signals[DISPLAY_OPENED] =
|
2008-08-11 09:15:37 +00:00
|
|
|
|
g_signal_new (g_intern_static_string ("display-opened"),
|
2010-12-11 00:42:09 +00:00
|
|
|
|
G_OBJECT_CLASS_TYPE (object_class),
|
|
|
|
|
G_SIGNAL_RUN_LAST,
|
|
|
|
|
G_STRUCT_OFFSET (GdkDisplayManagerClass, display_opened),
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
_gdk_marshal_VOID__OBJECT,
|
|
|
|
|
G_TYPE_NONE,
|
|
|
|
|
1,
|
|
|
|
|
GDK_TYPE_DISPLAY);
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
|
|
|
|
g_object_class_install_property (object_class,
|
2010-12-11 00:42:09 +00:00
|
|
|
|
PROP_DEFAULT_DISPLAY,
|
|
|
|
|
g_param_spec_object ("default-display",
|
|
|
|
|
P_("Default Display"),
|
|
|
|
|
P_("The default display for GDK"),
|
|
|
|
|
GDK_TYPE_DISPLAY,
|
|
|
|
|
G_PARAM_READWRITE|G_PARAM_STATIC_NAME|
|
|
|
|
|
G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB));
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
2006-04-04 14:02:03 +00:00
|
|
|
|
static void
|
|
|
|
|
gdk_display_manager_init (GdkDisplayManager *manager)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
2002-06-20 23:59:27 +00:00
|
|
|
|
static void
|
|
|
|
|
gdk_display_manager_set_property (GObject *object,
|
2010-12-11 00:42:09 +00:00
|
|
|
|
guint prop_id,
|
|
|
|
|
const GValue *value,
|
|
|
|
|
GParamSpec *pspec)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
|
|
|
|
switch (prop_id)
|
|
|
|
|
{
|
|
|
|
|
case PROP_DEFAULT_DISPLAY:
|
2005-12-30 06:32:30 +00:00
|
|
|
|
gdk_display_manager_set_default_display (GDK_DISPLAY_MANAGER (object),
|
2010-12-11 00:42:09 +00:00
|
|
|
|
g_value_get_object (value));
|
2002-06-20 23:59:27 +00:00
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdk_display_manager_get_property (GObject *object,
|
2010-12-11 00:42:09 +00:00
|
|
|
|
guint prop_id,
|
|
|
|
|
GValue *value,
|
|
|
|
|
GParamSpec *pspec)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
|
|
|
|
switch (prop_id)
|
|
|
|
|
{
|
|
|
|
|
case PROP_DEFAULT_DISPLAY:
|
2010-12-11 00:42:09 +00:00
|
|
|
|
g_value_set_object (value,
|
|
|
|
|
gdk_display_manager_get_default_display (GDK_DISPLAY_MANAGER (object)));
|
2002-06-20 23:59:27 +00:00
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-23 04:16:24 +00:00
|
|
|
|
static const gchar *allowed_backends;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_set_allowed_backends:
|
|
|
|
|
* @backends: a comma-separated list of backends
|
|
|
|
|
*
|
|
|
|
|
* Sets a list of backends that GDK should try to use.
|
|
|
|
|
*
|
|
|
|
|
* This can be be useful if your application does not
|
|
|
|
|
* work with certain GDK backends.
|
|
|
|
|
*
|
|
|
|
|
* By default, GDK tries all included backends.
|
|
|
|
|
*
|
|
|
|
|
* For example,
|
2014-01-27 19:55:18 +00:00
|
|
|
|
* |[<!-- language="C" -->
|
2013-03-23 04:16:24 +00:00
|
|
|
|
* gdk_set_allowed_backends ("wayland,quartz,*");
|
2014-01-27 17:12:55 +00:00
|
|
|
|
* ]|
|
2013-03-23 04:16:24 +00:00
|
|
|
|
* instructs GDK to try the Wayland backend first,
|
|
|
|
|
* followed by the Quartz backend, and then all
|
|
|
|
|
* others.
|
|
|
|
|
*
|
2014-02-03 21:20:00 +00:00
|
|
|
|
* If the `GDK_BACKEND` environment variable
|
2013-03-23 04:16:24 +00:00
|
|
|
|
* is set, it determines what backends are tried in what
|
|
|
|
|
* order, while still respecting the set of allowed backends
|
|
|
|
|
* that are specified by this function.
|
|
|
|
|
*
|
|
|
|
|
* The possible backend names are x11, win32, quartz,
|
|
|
|
|
* broadway, wayland. You can also include a * in the
|
|
|
|
|
* list to try all remaining backends.
|
|
|
|
|
*
|
|
|
|
|
* This call must happen prior to gdk_display_open(),
|
|
|
|
|
* gtk_init(), gtk_init_with_args() or gtk_init_check()
|
|
|
|
|
* in order to take effect.
|
|
|
|
|
*
|
|
|
|
|
* Since: 3.10
|
|
|
|
|
*/
|
|
|
|
|
void
|
|
|
|
|
gdk_set_allowed_backends (const gchar *backends)
|
|
|
|
|
{
|
|
|
|
|
allowed_backends = g_strdup (backends);
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-16 15:29:05 +00:00
|
|
|
|
typedef struct _GdkBackend GdkBackend;
|
|
|
|
|
|
|
|
|
|
struct _GdkBackend {
|
|
|
|
|
const char *name;
|
2013-04-19 20:17:17 +00:00
|
|
|
|
GdkDisplay * (* open_display) (const char *name);
|
2013-04-16 15:29:05 +00:00
|
|
|
|
};
|
|
|
|
|
|
2013-05-01 12:46:50 +00:00
|
|
|
|
static GdkBackend gdk_backends[] = {
|
2013-04-16 15:29:05 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_QUARTZ
|
2013-05-02 14:09:09 +00:00
|
|
|
|
{ "quartz", _gdk_quartz_display_open },
|
2013-04-16 15:29:05 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifdef GDK_WINDOWING_WIN32
|
2013-05-02 14:09:09 +00:00
|
|
|
|
{ "win32", _gdk_win32_display_open },
|
2013-04-16 15:29:05 +00:00
|
|
|
|
#endif
|
2013-08-10 00:50:57 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_X11
|
|
|
|
|
{ "x11", _gdk_x11_display_open },
|
|
|
|
|
#endif
|
2013-09-16 12:24:39 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_WAYLAND
|
|
|
|
|
{ "wayland", _gdk_wayland_display_open },
|
|
|
|
|
#endif
|
2013-04-16 15:29:05 +00:00
|
|
|
|
#ifdef GDK_WINDOWING_BROADWAY
|
2013-05-02 14:09:09 +00:00
|
|
|
|
{ "broadway", _gdk_broadway_display_open },
|
2013-04-16 15:29:05 +00:00
|
|
|
|
#endif
|
|
|
|
|
/* NULL-terminating this array so we can use commas above */
|
|
|
|
|
{ NULL, NULL }
|
|
|
|
|
};
|
|
|
|
|
|
2013-03-23 23:39:58 +00:00
|
|
|
|
/**
|
2013-05-02 14:27:47 +00:00
|
|
|
|
* gdk_display_manager_get:
|
2013-03-23 23:39:58 +00:00
|
|
|
|
*
|
2013-05-02 14:27:47 +00:00
|
|
|
|
* Gets the singleton #GdkDisplayManager object.
|
|
|
|
|
*
|
|
|
|
|
* When called for the first time, this function consults the
|
2014-02-03 21:20:00 +00:00
|
|
|
|
* `GDK_BACKEND` environment variable to find out which
|
2013-05-02 14:27:47 +00:00
|
|
|
|
* of the supported GDK backends to use (in case GDK has been compiled
|
|
|
|
|
* with multiple backends). Applications can use gdk_set_allowed_backends()
|
|
|
|
|
* to limit what backends can be used.
|
2013-03-23 23:39:58 +00:00
|
|
|
|
*
|
2013-05-02 14:27:47 +00:00
|
|
|
|
* Returns: (transfer none): The global #GdkDisplayManager singleton;
|
|
|
|
|
* gdk_parse_args(), gdk_init(), or gdk_init_check() must have
|
|
|
|
|
* been called first.
|
2013-03-23 23:39:58 +00:00
|
|
|
|
*
|
2013-05-02 14:27:47 +00:00
|
|
|
|
* Since: 2.2
|
|
|
|
|
**/
|
|
|
|
|
GdkDisplayManager*
|
|
|
|
|
gdk_display_manager_get (void)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
2013-05-02 14:27:47 +00:00
|
|
|
|
static GdkDisplayManager *manager = NULL;
|
|
|
|
|
|
2013-03-23 04:16:24 +00:00
|
|
|
|
if (manager == NULL)
|
2013-05-02 14:09:09 +00:00
|
|
|
|
manager = g_object_new (GDK_TYPE_DISPLAY_MANAGER, NULL);
|
|
|
|
|
|
2010-12-11 00:42:09 +00:00
|
|
|
|
return manager;
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_display_manager_get_default_display:
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* @manager: a #GdkDisplayManager
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*
|
2009-08-18 18:35:10 +00:00
|
|
|
|
* Gets the default #GdkDisplay.
|
|
|
|
|
*
|
2014-05-08 19:55:50 +00:00
|
|
|
|
* Returns: (nullable) (transfer none): a #GdkDisplay, or %NULL if
|
|
|
|
|
* there is no default display.
|
2002-11-28 00:33:17 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*/
|
|
|
|
|
GdkDisplay *
|
2010-12-11 00:42:09 +00:00
|
|
|
|
gdk_display_manager_get_default_display (GdkDisplayManager *manager)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
2013-04-09 11:25:31 +00:00
|
|
|
|
return manager->default_display;
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_display_get_default:
|
|
|
|
|
*
|
|
|
|
|
* Gets the default #GdkDisplay. This is a convenience
|
2014-02-04 23:21:13 +00:00
|
|
|
|
* function for:
|
|
|
|
|
* `gdk_display_manager_get_default_display (gdk_display_manager_get ())`.
|
2009-08-18 18:35:10 +00:00
|
|
|
|
*
|
2014-05-08 19:55:50 +00:00
|
|
|
|
* Returns: (nullable) (transfer none): a #GdkDisplay, or %NULL if
|
|
|
|
|
* there is no default display.
|
2002-11-28 00:33:17 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*/
|
|
|
|
|
GdkDisplay *
|
|
|
|
|
gdk_display_get_default (void)
|
|
|
|
|
{
|
2010-12-11 00:42:09 +00:00
|
|
|
|
return gdk_display_manager_get_default_display (gdk_display_manager_get ());
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_screen_get_default:
|
|
|
|
|
*
|
|
|
|
|
* Gets the default screen for the default display. (See
|
|
|
|
|
* gdk_display_get_default ()).
|
2009-08-18 18:35:10 +00:00
|
|
|
|
*
|
2014-05-08 19:55:50 +00:00
|
|
|
|
* Returns: (nullable) (transfer none): a #GdkScreen, or %NULL if
|
|
|
|
|
* there is no default display.
|
2002-11-28 00:33:17 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*/
|
|
|
|
|
GdkScreen *
|
|
|
|
|
gdk_screen_get_default (void)
|
|
|
|
|
{
|
2010-12-11 00:42:09 +00:00
|
|
|
|
GdkDisplay *default_display;
|
|
|
|
|
|
|
|
|
|
default_display = gdk_display_get_default ();
|
|
|
|
|
|
2002-08-01 23:43:13 +00:00
|
|
|
|
if (default_display)
|
|
|
|
|
return gdk_display_get_default_screen (default_display);
|
|
|
|
|
else
|
|
|
|
|
return NULL;
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_display_manager_set_default_display:
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* @manager: a #GdkDisplayManager
|
2002-06-20 23:59:27 +00:00
|
|
|
|
* @display: a #GdkDisplay
|
|
|
|
|
*
|
|
|
|
|
* Sets @display as the default display.
|
2002-11-28 00:33:17 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
2002-06-20 23:59:27 +00:00
|
|
|
|
**/
|
|
|
|
|
void
|
2010-12-11 00:42:09 +00:00
|
|
|
|
gdk_display_manager_set_default_display (GdkDisplayManager *manager,
|
|
|
|
|
GdkDisplay *display)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
2013-04-09 11:25:31 +00:00
|
|
|
|
manager->default_display = display;
|
|
|
|
|
|
2013-04-09 11:32:03 +00:00
|
|
|
|
if (display)
|
|
|
|
|
GDK_DISPLAY_GET_CLASS (display)->make_default (display);
|
2002-06-20 23:59:27 +00:00
|
|
|
|
|
2010-12-11 00:42:09 +00:00
|
|
|
|
g_object_notify (G_OBJECT (manager), "default-display");
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* gdk_display_manager_list_displays:
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* @manager: a #GdkDisplayManager
|
2002-06-20 23:59:27 +00:00
|
|
|
|
*
|
|
|
|
|
* List all currently open displays.
|
2010-12-11 00:42:09 +00:00
|
|
|
|
*
|
2014-02-19 23:49:43 +00:00
|
|
|
|
* Returns: (transfer container) (element-type GdkDisplay): a newly
|
2010-12-11 00:42:09 +00:00
|
|
|
|
* allocated #GSList of #GdkDisplay objects. Free with g_slist_free()
|
|
|
|
|
* when you are done with it.
|
2002-11-28 00:33:17 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 2.2
|
2002-06-20 23:59:27 +00:00
|
|
|
|
**/
|
|
|
|
|
GSList *
|
2010-12-11 00:42:09 +00:00
|
|
|
|
gdk_display_manager_list_displays (GdkDisplayManager *manager)
|
|
|
|
|
{
|
2013-04-10 21:11:52 +00:00
|
|
|
|
return g_slist_copy (manager->displays);
|
2010-12-11 00:42:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-12-25 05:02:39 +00:00
|
|
|
|
/**
|
|
|
|
|
* gdk_display_manager_open_display:
|
|
|
|
|
* @manager: a #GdkDisplayManager
|
|
|
|
|
* @name: the name of the display to open
|
|
|
|
|
*
|
|
|
|
|
* Opens a display.
|
|
|
|
|
*
|
2014-05-08 19:55:50 +00:00
|
|
|
|
* Returns: (nullable) (transfer none): a #GdkDisplay, or %NULL if the
|
|
|
|
|
* display could not be opened
|
2010-12-25 05:02:39 +00:00
|
|
|
|
*
|
|
|
|
|
* Since: 3.0
|
|
|
|
|
*/
|
2010-12-11 00:42:09 +00:00
|
|
|
|
GdkDisplay *
|
|
|
|
|
gdk_display_manager_open_display (GdkDisplayManager *manager,
|
|
|
|
|
const gchar *name)
|
2002-06-20 23:59:27 +00:00
|
|
|
|
{
|
2013-05-02 14:06:21 +00:00
|
|
|
|
const gchar *backend_list;
|
|
|
|
|
GdkDisplay *display;
|
|
|
|
|
gchar **backends;
|
|
|
|
|
gint i, j;
|
|
|
|
|
gboolean allow_any;
|
2013-04-19 20:17:17 +00:00
|
|
|
|
|
2013-05-02 14:06:21 +00:00
|
|
|
|
if (allowed_backends == NULL)
|
|
|
|
|
allowed_backends = "*";
|
|
|
|
|
allow_any = strstr (allowed_backends, "*") != NULL;
|
|
|
|
|
|
|
|
|
|
backend_list = g_getenv ("GDK_BACKEND");
|
|
|
|
|
if (backend_list == NULL)
|
|
|
|
|
backend_list = allowed_backends;
|
|
|
|
|
backends = g_strsplit (backend_list, ",", 0);
|
|
|
|
|
|
|
|
|
|
display = NULL;
|
|
|
|
|
|
|
|
|
|
for (i = 0; display == NULL && backends[i] != NULL; i++)
|
2013-04-19 20:17:17 +00:00
|
|
|
|
{
|
2013-05-02 14:06:21 +00:00
|
|
|
|
const gchar *backend = backends[i];
|
|
|
|
|
gboolean any = g_str_equal (backend, "*");
|
|
|
|
|
|
|
|
|
|
if (!allow_any && !any && !strstr (allowed_backends, backend))
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
for (j = 0; gdk_backends[j].name != NULL; j++)
|
2013-04-19 20:17:17 +00:00
|
|
|
|
{
|
2013-05-02 14:06:21 +00:00
|
|
|
|
if ((any && allow_any) ||
|
|
|
|
|
(any && strstr (allowed_backends, gdk_backends[j].name)) ||
|
|
|
|
|
g_str_equal (backend, gdk_backends[j].name))
|
|
|
|
|
{
|
|
|
|
|
GDK_NOTE (MISC, g_message ("Trying %s backend", gdk_backends[j].name));
|
|
|
|
|
display = gdk_backends[j].open_display (name);
|
|
|
|
|
if (display)
|
|
|
|
|
break;
|
|
|
|
|
}
|
2013-04-19 20:17:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-02 14:06:21 +00:00
|
|
|
|
g_strfreev (backends);
|
2013-04-19 20:17:17 +00:00
|
|
|
|
|
2013-05-02 14:06:21 +00:00
|
|
|
|
return display;
|
2002-06-20 23:59:27 +00:00
|
|
|
|
}
|
2010-12-16 05:37:39 +00:00
|
|
|
|
|
2013-04-10 21:11:52 +00:00
|
|
|
|
void
|
|
|
|
|
_gdk_display_manager_add_display (GdkDisplayManager *manager,
|
|
|
|
|
GdkDisplay *display)
|
|
|
|
|
{
|
|
|
|
|
if (manager->displays == NULL)
|
|
|
|
|
gdk_display_manager_set_default_display (manager, display);
|
|
|
|
|
|
|
|
|
|
manager->displays = g_slist_prepend (manager->displays, display);
|
2013-04-17 22:04:05 +00:00
|
|
|
|
|
|
|
|
|
g_signal_emit (manager, signals[DISPLAY_OPENED], 0, display);
|
2013-04-10 21:11:52 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* NB: This function can be called multiple times per display. */
|
|
|
|
|
void
|
|
|
|
|
_gdk_display_manager_remove_display (GdkDisplayManager *manager,
|
|
|
|
|
GdkDisplay *display)
|
|
|
|
|
{
|
|
|
|
|
manager->displays = g_slist_remove (manager->displays, display);
|
|
|
|
|
|
|
|
|
|
if (manager->default_display == display)
|
|
|
|
|
{
|
|
|
|
|
if (manager->displays)
|
|
|
|
|
gdk_display_manager_set_default_display (manager, manager->displays->data);
|
|
|
|
|
else
|
|
|
|
|
gdk_display_manager_set_default_display (manager, NULL);
|
|
|
|
|
}
|
|
|
|
|
}
|