2002-04-25 22:29:14 +00:00
|
|
|
/*
|
|
|
|
* gdkdisplay-x11.h
|
2010-12-11 05:14:53 +00:00
|
|
|
*
|
|
|
|
* Copyright 2001 Sun Microsystems Inc.
|
2002-04-25 22:29:14 +00:00
|
|
|
*
|
|
|
|
* Erwann Chenede <erwann.chenede@sun.com>
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library 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
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
2012-02-27 13:01:10 +00:00
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
2002-04-25 22:29:14 +00:00
|
|
|
*/
|
|
|
|
|
2010-12-20 18:20:10 +00:00
|
|
|
#ifndef __GDK_X11_DISPLAY__
|
|
|
|
#define __GDK_X11_DISPLAY__
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2010-12-11 05:14:53 +00:00
|
|
|
#include "gdkdisplayprivate.h"
|
|
|
|
#include "gdkkeys.h"
|
2018-03-20 10:46:11 +00:00
|
|
|
#include "gdksurface.h"
|
2010-12-11 05:14:53 +00:00
|
|
|
#include "gdkinternals.h"
|
2017-11-25 13:23:25 +00:00
|
|
|
#include "gdkx11devicemanager.h"
|
2017-12-12 23:43:30 +00:00
|
|
|
#include "gdkx11display.h"
|
|
|
|
#include "gdkx11screen.h"
|
2018-02-07 05:00:01 +00:00
|
|
|
#include "gdkprivate-x11.h"
|
2010-12-11 05:14:53 +00:00
|
|
|
|
2010-10-05 20:11:49 +00:00
|
|
|
#include <X11/X.h>
|
|
|
|
#include <X11/Xlib.h>
|
2002-04-25 22:29:14 +00:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
|
2010-12-20 16:14:04 +00:00
|
|
|
struct _GdkX11Display
|
2002-04-25 22:29:14 +00:00
|
|
|
{
|
|
|
|
GdkDisplay parent_instance;
|
|
|
|
Display *xdisplay;
|
2017-11-17 15:18:20 +00:00
|
|
|
GdkX11Screen *screen;
|
2015-07-28 03:18:27 +00:00
|
|
|
GList *screens;
|
2017-11-13 21:32:34 +00:00
|
|
|
GList *toplevels;
|
2017-11-25 13:23:25 +00:00
|
|
|
GdkX11DeviceManagerCore *device_manager;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2002-08-01 23:43:13 +00:00
|
|
|
GSource *event_source;
|
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
gint grab_count;
|
|
|
|
|
2016-11-03 22:40:54 +00:00
|
|
|
/* Visual infos for creating Windows */
|
|
|
|
int window_depth;
|
|
|
|
Visual *window_visual;
|
|
|
|
Colormap window_colormap;
|
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
/* Keyboard related information */
|
|
|
|
gint xkb_event_type;
|
|
|
|
gboolean use_xkb;
|
2010-12-11 05:14:53 +00:00
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
/* Whether we were able to turn on detectable-autorepeat using
|
|
|
|
* XkbSetDetectableAutorepeat. If FALSE, we'll fall back
|
2010-12-11 05:14:53 +00:00
|
|
|
* to checking the next event with XPending().
|
|
|
|
*/
|
2002-04-25 22:29:14 +00:00
|
|
|
gboolean have_xkb_autorepeat;
|
|
|
|
|
|
|
|
GdkKeymap *keymap;
|
2010-12-11 05:14:53 +00:00
|
|
|
guint keymap_serial;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2004-05-18 20:56:54 +00:00
|
|
|
gboolean have_xfixes;
|
|
|
|
gint xfixes_event_base;
|
|
|
|
|
2007-06-01 12:16:12 +00:00
|
|
|
gboolean have_xcomposite;
|
|
|
|
gboolean have_xdamage;
|
|
|
|
gint xdamage_event_base;
|
|
|
|
|
2010-12-23 12:50:13 +00:00
|
|
|
gboolean have_randr12;
|
2009-02-13 18:12:57 +00:00
|
|
|
gboolean have_randr13;
|
2015-02-02 06:02:04 +00:00
|
|
|
gboolean have_randr15;
|
2007-12-13 18:27:05 +00:00
|
|
|
gint xrandr_event_base;
|
|
|
|
|
2010-12-11 05:14:53 +00:00
|
|
|
/* If the SECURITY extension is in place, whether this client holds
|
|
|
|
* a trusted authorization and so is allowed to make various requests
|
|
|
|
* (grabs, properties etc.) Otherwise always TRUE.
|
|
|
|
*/
|
2006-05-25 05:30:14 +00:00
|
|
|
gboolean trusted_client;
|
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
/* drag and drop information */
|
|
|
|
GdkDragContext *current_dest_drag;
|
|
|
|
|
|
|
|
/* Mapping to/from virtual atoms */
|
|
|
|
GHashTable *atom_from_virtual;
|
|
|
|
GHashTable *atom_to_virtual;
|
|
|
|
|
|
|
|
/* Session Management leader window see ICCCM */
|
2017-11-17 04:18:58 +00:00
|
|
|
char *program_class;
|
2002-04-25 22:29:14 +00:00
|
|
|
Window leader_window;
|
2018-03-20 10:40:08 +00:00
|
|
|
GdkSurface *leader_gdk_surface;
|
2002-11-08 22:29:33 +00:00
|
|
|
gboolean leader_window_title_set;
|
2010-12-11 05:14:53 +00:00
|
|
|
|
2003-07-11 19:57:01 +00:00
|
|
|
/* List of functions to go from extension event => X window */
|
|
|
|
GSList *event_types;
|
2010-12-11 05:14:53 +00:00
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
/* X ID hashtable */
|
|
|
|
GHashTable *xid_ht;
|
|
|
|
|
2017-11-19 17:06:13 +00:00
|
|
|
/* streams reading selections */
|
2017-11-25 20:59:39 +00:00
|
|
|
GSList *streams;
|
2017-11-19 17:06:13 +00:00
|
|
|
|
2018-03-20 10:40:08 +00:00
|
|
|
/* input GdkSurface list */
|
2018-03-20 11:05:26 +00:00
|
|
|
GList *input_surfaces;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2017-11-03 05:01:56 +00:00
|
|
|
/* GdkCursor => XCursor */
|
|
|
|
GHashTable *cursors;
|
|
|
|
|
2016-04-03 04:12:39 +00:00
|
|
|
GPtrArray *monitors;
|
|
|
|
int primary_monitor;
|
|
|
|
|
2002-11-02 05:37:04 +00:00
|
|
|
/* Startup notification */
|
|
|
|
gchar *startup_notification_id;
|
2003-07-05 15:02:35 +00:00
|
|
|
|
2004-04-18 14:33:07 +00:00
|
|
|
/* Time of most recent user interaction. */
|
|
|
|
gulong user_time;
|
|
|
|
|
2003-07-05 15:02:35 +00:00
|
|
|
/* Sets of atoms for DND */
|
|
|
|
guint base_dnd_atoms_precached : 1;
|
|
|
|
guint xdnd_atoms_precached : 1;
|
|
|
|
guint motif_atoms_precached : 1;
|
2004-07-11 13:26:57 +00:00
|
|
|
guint use_sync : 1;
|
2004-11-21 16:24:01 +00:00
|
|
|
|
2006-02-20 09:49:49 +00:00
|
|
|
guint have_shapes : 1;
|
|
|
|
guint have_input_shapes : 1;
|
2010-02-05 00:15:54 +00:00
|
|
|
gint shape_event_base;
|
2006-02-20 09:49:49 +00:00
|
|
|
|
2010-09-18 22:19:27 +00:00
|
|
|
GSList *error_traps;
|
2012-02-01 17:59:23 +00:00
|
|
|
|
|
|
|
gint wm_moveresize_button;
|
2014-10-09 08:45:44 +00:00
|
|
|
|
|
|
|
/* GLX information */
|
|
|
|
gint glx_version;
|
|
|
|
gint glx_error_base;
|
|
|
|
gint glx_event_base;
|
|
|
|
|
2015-07-15 16:38:38 +00:00
|
|
|
/* Translation between X server time and system-local monotonic time */
|
|
|
|
gint64 server_time_query_time;
|
|
|
|
gint64 server_time_offset;
|
|
|
|
|
|
|
|
guint server_time_is_monotonic_time : 1;
|
|
|
|
|
2014-10-09 08:45:44 +00:00
|
|
|
guint have_glx : 1;
|
|
|
|
|
|
|
|
/* GLX extensions we check */
|
|
|
|
guint has_glx_swap_interval : 1;
|
|
|
|
guint has_glx_create_context : 1;
|
|
|
|
guint has_glx_texture_from_pixmap : 1;
|
|
|
|
guint has_glx_video_sync : 1;
|
|
|
|
guint has_glx_buffer_age : 1;
|
|
|
|
guint has_glx_sync_control : 1;
|
2014-10-29 11:35:07 +00:00
|
|
|
guint has_glx_multisample : 1;
|
|
|
|
guint has_glx_visual_rating : 1;
|
2016-04-22 17:01:19 +00:00
|
|
|
guint has_glx_create_es2_context : 1;
|
2002-04-25 22:29:14 +00:00
|
|
|
};
|
|
|
|
|
2010-12-20 16:14:04 +00:00
|
|
|
struct _GdkX11DisplayClass
|
2002-04-25 22:29:14 +00:00
|
|
|
{
|
|
|
|
GdkDisplayClass parent_class;
|
2017-12-12 23:43:30 +00:00
|
|
|
|
2017-12-14 03:20:48 +00:00
|
|
|
gboolean (* xevent) (GdkX11Display *display,
|
|
|
|
const XEvent *event);
|
2002-04-25 22:29:14 +00:00
|
|
|
};
|
|
|
|
|
2017-12-14 03:20:48 +00:00
|
|
|
GdkX11Screen * _gdk_x11_display_screen_for_xrootwin (GdkDisplay *display,
|
|
|
|
Window xrootwin);
|
|
|
|
void _gdk_x11_display_error_event (GdkDisplay *display,
|
|
|
|
XErrorEvent *error);
|
|
|
|
gsize gdk_x11_display_get_max_request_size (GdkDisplay *display);
|
|
|
|
gboolean gdk_x11_display_request_selection_notification (GdkDisplay *display,
|
|
|
|
const char *selection);
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2018-02-07 05:00:01 +00:00
|
|
|
GdkFilterReturn _gdk_wm_protocols_filter (const XEvent *xevent,
|
|
|
|
GdkEvent *event,
|
|
|
|
gpointer data);
|
2011-02-01 04:31:41 +00:00
|
|
|
|
2002-04-25 22:29:14 +00:00
|
|
|
G_END_DECLS
|
|
|
|
|
2010-12-20 18:20:10 +00:00
|
|
|
#endif /* __GDK_X11_DISPLAY__ */
|