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"
|
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;
|
2017-11-13 21:32:34 +00:00
|
|
|
GList *toplevels;
|
2019-05-14 22:18:38 +00:00
|
|
|
GdkX11DeviceManagerXI2 *device_manager;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
2002-08-01 23:43:13 +00:00
|
|
|
GSource *event_source;
|
|
|
|
|
2020-07-24 13:54:49 +00:00
|
|
|
int grab_count;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
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 */
|
2020-07-24 13:54:49 +00:00
|
|
|
int xkb_event_type;
|
2002-04-25 22:29:14 +00:00
|
|
|
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;
|
2020-07-24 13:54:49 +00:00
|
|
|
int xfixes_event_base;
|
2004-05-18 20:56:54 +00:00
|
|
|
|
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;
|
2020-07-24 13:54:49 +00:00
|
|
|
int xrandr_event_base;
|
2007-12-13 18:27:05 +00:00
|
|
|
|
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 */
|
2018-06-13 03:32:08 +00:00
|
|
|
GdkDrop *current_drop;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
|
|
|
/* Mapping to/from virtual atoms */
|
2020-02-23 00:33:56 +00:00
|
|
|
GHashTable *atom_from_string;
|
|
|
|
GHashTable *atom_to_string;
|
2002-04-25 22:29:14 +00:00
|
|
|
|
|
|
|
/* 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
|
|
|
|
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
|
|
|
|
2017-11-03 05:01:56 +00:00
|
|
|
/* GdkCursor => XCursor */
|
|
|
|
GHashTable *cursors;
|
|
|
|
|
2020-05-12 17:46:40 +00:00
|
|
|
GListStore *monitors;
|
2016-04-03 04:12:39 +00:00
|
|
|
int primary_monitor;
|
|
|
|
|
2002-11-02 05:37:04 +00:00
|
|
|
/* Startup notification */
|
2020-07-24 18:40:36 +00:00
|
|
|
char *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 */
|
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;
|
2020-07-24 13:54:49 +00:00
|
|
|
int 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
|
|
|
|
2020-07-24 13:54:49 +00:00
|
|
|
int wm_moveresize_button;
|
2014-10-09 08:45:44 +00:00
|
|
|
|
2021-05-10 17:11:05 +00:00
|
|
|
#ifdef HAVE_XDAMAGE
|
|
|
|
int damage_event_base;
|
|
|
|
int damage_error_base;
|
|
|
|
guint have_damage;
|
|
|
|
#endif
|
|
|
|
|
2021-07-02 01:21:14 +00:00
|
|
|
/* If GL is not supported, store the error here */
|
|
|
|
GError *gl_error;
|
|
|
|
|
2014-10-09 08:45:44 +00:00
|
|
|
/* GLX information */
|
2021-06-29 20:10:48 +00:00
|
|
|
/* GLXFBConfig */ gpointer glx_config;
|
2020-07-24 13:54:49 +00:00
|
|
|
int glx_version;
|
2014-10-09 08:45:44 +00:00
|
|
|
|
2021-05-10 17:11:05 +00:00
|
|
|
/* EGL information */
|
|
|
|
int egl_version;
|
|
|
|
|
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
|
|
|
/* 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;
|
2020-05-27 19:12:35 +00:00
|
|
|
guint has_async_glx_swap_buffers : 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
|
|
|
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,
|
2020-02-15 15:43:29 +00:00
|
|
|
GdkSurface *win,
|
|
|
|
GdkEvent **event,
|
2018-02-07 05:00:01 +00:00
|
|
|
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__ */
|