blob: 85e5de828031c4f435aac9a87cbd251b30562fa1 [file] [log] [blame]
Kristian Høgsbergffd710e2008-12-02 15:15:01 -05001/*
2 * Copyright © 2008 Kristian Høgsberg
Pekka Paalanen4e373742013-02-13 16:17:13 +02003 * Copyright © 2012-2013 Collabora, Ltd.
Kristian Høgsbergffd710e2008-12-02 15:15:01 -05004 *
5 * Permission to use, copy, modify, distribute, and sell this software and its
6 * documentation for any purpose is hereby granted without fee, provided that
7 * the above copyright notice appear in all copies and that both that copyright
8 * notice and this permission notice appear in supporting documentation, and
9 * that the name of the copyright holders not be used in advertising or
10 * publicity pertaining to distribution of the software without specific,
11 * written prior permission. The copyright holders make no representations
12 * about the suitability of this software for any purpose. It is provided "as
13 * is" without express or implied warranty.
14 *
15 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
21 * OF THIS SOFTWARE.
22 */
23
Daniel Stonec228e232013-05-22 18:03:19 +030024#include "config.h"
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -040025
Kristian Høgsberg61017b12008-11-02 18:51:48 -050026#include <stdint.h>
27#include <stdio.h>
28#include <stdlib.h>
Pekka Paalanen71233882013-04-25 13:57:53 +030029#include <stdarg.h>
Kristian Høgsberg61017b12008-11-02 18:51:48 -050030#include <string.h>
Kristian Høgsberg61017b12008-11-02 18:51:48 -050031#include <fcntl.h>
32#include <unistd.h>
Kristian Høgsbergfa80e112012-10-10 21:34:26 -040033#include <errno.h>
Kristian Høgsberg61017b12008-11-02 18:51:48 -050034#include <math.h>
Benjamin Franzke0c991632011-09-27 21:57:31 +020035#include <assert.h>
Kristian Høgsberg61017b12008-11-02 18:51:48 -050036#include <time.h>
37#include <cairo.h>
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -040038#include <sys/mman.h>
Kristian Høgsberg3a696272011-09-14 17:33:48 -040039#include <sys/epoll.h>
Tiago Vignatti82db9d82012-05-23 22:06:27 +030040#include <sys/timerfd.h>
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -040041
Pekka Paalanenfb39d8d2012-10-16 17:27:19 +030042#ifdef HAVE_CAIRO_EGL
Kristian Høgsberg297d6dd2011-02-09 10:51:15 -050043#include <wayland-egl.h>
44
Rob Clark6396ed32012-03-11 19:48:41 -050045#ifdef USE_CAIRO_GLESV2
46#include <GLES2/gl2.h>
47#include <GLES2/gl2ext.h>
48#else
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -040049#include <GL/gl.h>
Rob Clark6396ed32012-03-11 19:48:41 -050050#endif
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -040051#include <EGL/egl.h>
52#include <EGL/eglext.h>
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -040053
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -040054#include <cairo-gl.h>
Pekka Paalanenfb39d8d2012-10-16 17:27:19 +030055#else /* HAVE_CAIRO_EGL */
56typedef void *EGLDisplay;
57typedef void *EGLConfig;
58typedef void *EGLContext;
59#define EGL_NO_DISPLAY ((EGLDisplay)0)
60#endif /* no HAVE_CAIRO_EGL */
Kristian Høgsberg61017b12008-11-02 18:51:48 -050061
Daniel Stone9d4f0302012-02-15 16:33:21 +000062#include <xkbcommon/xkbcommon.h>
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +030063#include <wayland-cursor.h>
Kristian Høgsberg94adf6c2010-06-25 16:50:05 -040064
Kristian Høgsberg5ee1a602008-12-11 23:18:45 -050065#include <linux/input.h>
Pekka Paalanen50719bc2011-11-22 14:18:50 +020066#include <wayland-client.h>
Kristian Høgsberg5a315bc2012-05-15 22:33:43 -040067#include "../shared/cairo-util.h"
Jasper St. Pierre0790e392013-12-09 14:58:00 -050068#include "xdg-shell-client-protocol.h"
Scott Moreau7a1b32a2012-05-27 14:25:02 -060069#include "text-cursor-position-client-protocol.h"
Jonas Ådahl14c92ff2012-08-29 22:13:02 +020070#include "workspaces-client-protocol.h"
Pekka Paalanen647f2bf2012-05-30 15:53:43 +030071#include "../shared/os-compatibility.h"
Kristian Høgsberg2f2cfae2008-11-08 22:46:30 -050072
Kristian Høgsberg0c4457f2008-12-07 19:59:11 -050073#include "window.h"
Kristian Høgsberg8a9cda82008-11-03 15:31:30 -050074
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -070075struct shm_pool;
Ander Conselvan de Oliveira1493d2a2012-05-03 12:29:46 +030076
Kristian Høgsbergfa80e112012-10-10 21:34:26 -040077struct global {
78 uint32_t name;
79 char *interface;
80 uint32_t version;
81 struct wl_list link;
82};
83
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -050084struct display {
Kristian Høgsberg40979232008-11-25 22:40:39 -050085 struct wl_display *display;
Kristian Høgsbergfa80e112012-10-10 21:34:26 -040086 struct wl_registry *registry;
Kristian Høgsbergd2412e22008-12-15 20:35:24 -050087 struct wl_compositor *compositor;
Pekka Paalanen35e82632013-04-25 13:57:48 +030088 struct wl_subcompositor *subcompositor;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -040089 struct wl_shm *shm;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -040090 struct wl_data_device_manager *data_device_manager;
Scott Moreau7a1b32a2012-05-27 14:25:02 -060091 struct text_cursor_position *text_cursor_position;
Jonas Ådahl14c92ff2012-08-29 22:13:02 +020092 struct workspace_manager *workspace_manager;
Jasper St. Pierre0790e392013-12-09 14:58:00 -050093 struct xdg_shell *xdg_shell;
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -040094 EGLDisplay dpy;
Kristian Høgsberg8e81df42012-01-11 14:24:46 -050095 EGLConfig argb_config;
Benjamin Franzke0c991632011-09-27 21:57:31 +020096 EGLContext argb_ctx;
Benjamin Franzke0c991632011-09-27 21:57:31 +020097 cairo_device_t *argb_device;
Kristian Høgsbergeae5de72012-04-11 22:42:15 -040098 uint32_t serial;
Kristian Høgsberg3a696272011-09-14 17:33:48 -040099
100 int display_fd;
U. Artie Eoff44874d92012-10-02 21:12:35 -0700101 uint32_t display_fd_events;
Kristian Høgsberg3a696272011-09-14 17:33:48 -0400102 struct task display_task;
103
104 int epoll_fd;
105 struct wl_list deferred_list;
106
Pekka Paalanen826d7952011-12-15 10:14:07 +0200107 int running;
108
Kristian Høgsbergfa80e112012-10-10 21:34:26 -0400109 struct wl_list global_list;
Kristian Høgsberg478d9262010-06-08 20:34:11 -0400110 struct wl_list window_list;
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400111 struct wl_list input_list;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -0500112 struct wl_list output_list;
Kristian Høgsberg291c69c2012-05-15 22:12:54 -0400113
Kristian Høgsberg5adb4802012-05-15 22:25:28 -0400114 struct theme *theme;
Kristian Høgsberg70163132012-05-08 15:55:39 -0400115
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +0300116 struct wl_cursor_theme *cursor_theme;
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +0300117 struct wl_cursor **cursors;
Kristian Høgsberge9d37bd2010-09-02 20:22:42 -0400118
Pekka Paalanen999c5b52011-11-30 10:52:38 +0200119 display_output_handler_t output_configure_handler;
Kristian Høgsbergfa80e112012-10-10 21:34:26 -0400120 display_global_handler_t global_handler;
Xiong Zhang83d8ee72013-10-23 13:58:35 +0800121 display_global_handler_t global_handler_remove;
Pekka Paalanen999c5b52011-11-30 10:52:38 +0200122
123 void *user_data;
Daniel Stone97f68542012-05-30 16:32:01 +0100124
125 struct xkb_context *xkb_context;
Jonas Ådahl14c92ff2012-08-29 22:13:02 +0200126
127 uint32_t workspace;
128 uint32_t workspace_count;
Pekka Paalanen3cbb0892012-11-19 17:16:01 +0200129
130 /* A hack to get text extents for tooltips */
131 cairo_surface_t *dummy_surface;
132 void *dummy_surface_data;
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200133
134 int has_rgb565;
Rob Bradford08031182013-08-13 20:11:03 +0100135 int seat_version;
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -0500136};
137
Rob Bradford7507b572012-05-15 17:55:34 +0100138struct window_output {
139 struct output *output;
140 struct wl_list link;
141};
142
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200143struct toysurface {
144 /*
145 * Prepare the surface for drawing. Makes sure there is a surface
146 * of the right size available for rendering, and returns it.
147 * dx,dy are the x,y of wl_surface.attach.
Alexander Larsson5e9b6522013-05-22 14:41:28 +0200148 * width,height are the new buffer size.
Pekka Paalanenec076692012-11-30 13:37:27 +0200149 * If flags has SURFACE_HINT_RESIZE set, the user is
150 * doing continuous resizing.
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200151 * Returns the Cairo surface to draw to.
152 */
153 cairo_surface_t *(*prepare)(struct toysurface *base, int dx, int dy,
Alexander Larsson1818e312013-05-22 14:41:31 +0200154 int32_t width, int32_t height, uint32_t flags,
Alexander Larssonedddbd12013-05-24 13:09:43 +0200155 enum wl_output_transform buffer_transform, int32_t buffer_scale);
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200156
157 /*
158 * Post the surface to the server, returning the server allocation
159 * rectangle. The Cairo surface from prepare() must be destroyed
160 * after calling this.
161 */
162 void (*swap)(struct toysurface *base,
Alexander Larssonedddbd12013-05-24 13:09:43 +0200163 enum wl_output_transform buffer_transform, int32_t buffer_scale,
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200164 struct rectangle *server_allocation);
165
166 /*
167 * Make the toysurface current with the given EGL context.
168 * Returns 0 on success, and negative of failure.
169 */
170 int (*acquire)(struct toysurface *base, EGLContext ctx);
171
172 /*
173 * Release the toysurface from the EGL context, returning control
174 * to Cairo.
175 */
176 void (*release)(struct toysurface *base);
177
178 /*
179 * Destroy the toysurface, including the Cairo surface, any
180 * backing storage, and the Wayland protocol objects.
181 */
182 void (*destroy)(struct toysurface *base);
183};
184
Pekka Paalanen4e373742013-02-13 16:17:13 +0200185struct surface {
186 struct window *window;
187
188 struct wl_surface *surface;
Pekka Paalanen35e82632013-04-25 13:57:48 +0300189 struct wl_subsurface *subsurface;
190 int synchronized;
191 int synchronized_default;
Pekka Paalanen811ec4f2013-02-13 16:17:14 +0200192 struct toysurface *toysurface;
Pekka Paalanenac95f3e2013-02-13 16:17:17 +0200193 struct widget *widget;
Pekka Paalanen40cb67b2013-04-25 13:57:49 +0300194 int redraw_needed;
195 struct wl_callback *frame_cb;
Pekka Paalanen7ff7a802013-04-25 13:57:50 +0300196 uint32_t last_time;
Pekka Paalanen811ec4f2013-02-13 16:17:14 +0200197
198 struct rectangle allocation;
199 struct rectangle server_allocation;
Pekka Paalanen02bba7c2013-02-13 16:17:15 +0200200
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +0200201 struct wl_region *input_region;
202 struct wl_region *opaque_region;
203
Pekka Paalanen02bba7c2013-02-13 16:17:15 +0200204 enum window_buffer_type buffer_type;
205 enum wl_output_transform buffer_transform;
Alexander Larssonedddbd12013-05-24 13:09:43 +0200206 int32_t buffer_scale;
Pekka Paalanen89dee002013-02-13 16:17:20 +0200207
208 cairo_surface_t *cairo_surface;
Pekka Paalanen35e82632013-04-25 13:57:48 +0300209
210 struct wl_list link;
Pekka Paalanen4e373742013-02-13 16:17:13 +0200211};
212
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -0500213struct window {
214 struct display *display;
Rob Bradford7507b572012-05-15 17:55:34 +0100215 struct wl_list window_output_list;
Kristian Høgsbergd5fb9cc2011-01-25 12:45:37 -0500216 char *title;
Pekka Paalanen811ec4f2013-02-13 16:17:14 +0200217 struct rectangle saved_allocation;
Kristian Høgsbergd3a19652012-07-20 11:32:51 -0400218 struct rectangle min_allocation;
Kristian Høgsberg0d1c0622012-01-31 15:30:47 -0500219 struct rectangle pending_allocation;
Kristian Høgsberg248c1b62011-01-21 18:03:15 -0500220 int x, y;
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -0400221 int redraw_needed;
Pekka Paalanen40cb67b2013-04-25 13:57:49 +0300222 int redraw_task_scheduled;
Kristian Høgsberg3a696272011-09-14 17:33:48 -0400223 struct task redraw_task;
Kristian Høgsberg42b4f802012-03-26 13:49:29 -0400224 int resize_needed;
Jasper St. Pierre0790e392013-12-09 14:58:00 -0500225 int custom;
226 int focused;
Kristian Høgsberg86adef92012-08-13 22:25:53 -0400227
Pekka Paalanen99436862012-11-19 17:15:59 +0200228 int resizing;
Kristian Høgsberg1103a1a2012-04-03 12:00:48 -0400229
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -0500230 int fullscreen;
231 int maximized;
232
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200233 enum preferred_format preferred_format;
234
Kristian Høgsberg6e83d582008-12-08 00:01:36 -0500235 window_key_handler_t key_handler;
Kristian Høgsberg3c248cc2009-02-22 23:01:35 -0500236 window_keyboard_focus_handler_t keyboard_focus_handler;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -0400237 window_data_handler_t data_handler;
238 window_drop_handler_t drop_handler;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500239 window_close_handler_t close_handler;
Kristian Høgsberg67ace202012-07-23 21:56:31 -0400240 window_fullscreen_handler_t fullscreen_handler;
Ander Conselvan de Oliveira15256f62012-11-30 17:34:25 +0200241 window_output_handler_t output_handler;
Jasper St. Pierrede680992014-04-10 17:23:49 -0700242 window_state_changed_handler_t state_changed_handler;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -0400243
Pekka Paalanen4e373742013-02-13 16:17:13 +0200244 struct surface *main_surface;
Jasper St. Pierre0790e392013-12-09 14:58:00 -0500245 struct xdg_surface *xdg_surface;
246 struct xdg_popup *xdg_popup;
Pekka Vuorela6e1e3852012-09-17 22:15:57 +0300247
Jasper St. Pierrec815d622014-04-10 18:37:54 -0700248 struct window *parent;
Jasper St. Pierre53686042013-12-09 15:26:25 -0500249
Jason Ekstrand3f66cf92013-10-13 19:08:40 -0500250 struct window_frame *frame;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500251
Pekka Paalanen35e82632013-04-25 13:57:48 +0300252 /* struct surface::link, contains also main_surface */
253 struct wl_list subsurface_list;
254
Kristian Høgsberg0c4457f2008-12-07 19:59:11 -0500255 void *user_data;
Kristian Høgsberg478d9262010-06-08 20:34:11 -0400256 struct wl_list link;
Kristian Høgsberg61017b12008-11-02 18:51:48 -0500257};
258
Kristian Høgsbergc51f7992012-01-08 15:09:53 -0500259struct widget {
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -0500260 struct window *window;
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +0200261 struct surface *surface;
Tiago Vignatti82db9d82012-05-23 22:06:27 +0300262 struct tooltip *tooltip;
Kristian Høgsberg441338c2012-01-10 13:52:34 -0500263 struct wl_list child_list;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -0400264 struct wl_list link;
265 struct rectangle allocation;
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -0500266 widget_resize_handler_t resize_handler;
267 widget_redraw_handler_t redraw_handler;
Kristian Høgsbergee143232012-01-09 08:42:24 -0500268 widget_enter_handler_t enter_handler;
269 widget_leave_handler_t leave_handler;
Kristian Høgsberg04e98342012-01-09 09:36:16 -0500270 widget_motion_handler_t motion_handler;
Kristian Høgsberga8a0db32012-01-09 11:12:05 -0500271 widget_button_handler_t button_handler;
Rusty Lynch041815a2013-08-08 21:20:38 -0700272 widget_touch_down_handler_t touch_down_handler;
273 widget_touch_up_handler_t touch_up_handler;
274 widget_touch_motion_handler_t touch_motion_handler;
275 widget_touch_frame_handler_t touch_frame_handler;
276 widget_touch_cancel_handler_t touch_cancel_handler;
Philipp Brüschweiler7e0cc542012-08-14 11:02:41 +0200277 widget_axis_handler_t axis_handler;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -0400278 void *user_data;
Kristian Høgsberg010f98b2012-02-23 17:30:45 -0500279 int opaque;
Tiago Vignatti82db9d82012-05-23 22:06:27 +0300280 int tooltip_count;
Kristian Høgsbergbf74d522012-11-30 14:54:35 -0500281 int default_cursor;
Neil Roberts97b747c2013-12-19 16:17:12 +0000282 /* If this is set to false then no cairo surface will be
283 * created before redrawing the surface. This is useful if the
284 * redraw handler is going to do completely custom rendering
285 * such as using EGL directly */
286 int use_cairo;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -0400287};
288
Rusty Lynch041815a2013-08-08 21:20:38 -0700289struct touch_point {
290 int32_t id;
Kristian Høgsbergef9c8eb2014-01-07 12:57:59 -0800291 float x, y;
Rusty Lynch041815a2013-08-08 21:20:38 -0700292 struct widget *widget;
293 struct wl_list link;
294};
295
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400296struct input {
297 struct display *display;
Daniel Stone37816df2012-05-16 18:45:18 +0100298 struct wl_seat *seat;
299 struct wl_pointer *pointer;
300 struct wl_keyboard *keyboard;
Rusty Lynch041815a2013-08-08 21:20:38 -0700301 struct wl_touch *touch;
302 struct wl_list touch_point_list;
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400303 struct window *pointer_focus;
304 struct window *keyboard_focus;
Rusty Lynch041815a2013-08-08 21:20:38 -0700305 struct window *touch_focus;
Ander Conselvan de Oliveira1493d2a2012-05-03 12:29:46 +0300306 int current_cursor;
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +0300307 uint32_t cursor_anim_start;
308 struct wl_callback *cursor_frame_cb;
Ander Conselvan de Oliveira37ffc3c2012-06-15 17:27:35 +0300309 struct wl_surface *pointer_surface;
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400310 uint32_t modifiers;
Kristian Høgsbergeae5de72012-04-11 22:42:15 -0400311 uint32_t pointer_enter_serial;
Kristian Høgsberg11f600d2012-06-22 10:52:58 -0400312 uint32_t cursor_serial;
Kristian Høgsberg80680c72012-05-10 12:21:37 -0400313 float sx, sy;
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400314 struct wl_list link;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -0400315
Kristian Høgsbergb6323512012-01-11 00:04:42 -0500316 struct widget *focus_widget;
Kristian Høgsberg831dd522012-01-10 23:46:33 -0500317 struct widget *grab;
318 uint32_t grab_button;
319
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -0400320 struct wl_data_device *data_device;
321 struct data_offer *drag_offer;
322 struct data_offer *selection_offer;
Xiong Zhangbf3c1c62013-11-25 18:42:51 +0800323 uint32_t touch_grab;
324 int32_t touch_grab_id;
325 float drag_x, drag_y;
326 struct window *drag_focus;
327 uint32_t drag_enter_serial;
Daniel Stone97f68542012-05-30 16:32:01 +0100328
329 struct {
Daniel Stone97f68542012-05-30 16:32:01 +0100330 struct xkb_keymap *keymap;
331 struct xkb_state *state;
332 xkb_mod_mask_t control_mask;
333 xkb_mod_mask_t alt_mask;
334 xkb_mod_mask_t shift_mask;
335 } xkb;
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -0400336
337 struct task repeat_task;
338 int repeat_timer_fd;
339 uint32_t repeat_sym;
340 uint32_t repeat_key;
341 uint32_t repeat_time;
Kristian Høgsberg808fd412010-07-20 17:06:19 -0400342};
343
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -0500344struct output {
345 struct display *display;
346 struct wl_output *output;
Xiong Zhang83d8ee72013-10-23 13:58:35 +0800347 uint32_t server_output_id;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -0500348 struct rectangle allocation;
349 struct wl_list link;
Scott Moreau4e072362012-09-29 02:03:11 -0600350 int transform;
Alexander Larssonafd319a2013-05-22 14:41:27 +0200351 int scale;
Jason Ekstrand738715d2014-04-02 19:53:50 -0500352 char *make;
353 char *model;
Pekka Paalanen999c5b52011-11-30 10:52:38 +0200354
355 display_output_handler_t destroy_handler;
356 void *user_data;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -0500357};
358
Jason Ekstrand3f66cf92013-10-13 19:08:40 -0500359struct window_frame {
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -0500360 struct widget *widget;
361 struct widget *child;
Jason Ekstrand3f66cf92013-10-13 19:08:40 -0500362 struct frame *frame;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -0500363};
364
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500365struct menu {
Jasper St. Pierredda93132014-03-13 12:06:00 -0400366 void *user_data;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500367 struct window *window;
Kristian Høgsberg75bc6672012-01-10 09:43:58 -0500368 struct widget *widget;
Kristian Høgsberg831dd522012-01-10 23:46:33 -0500369 struct input *input;
Kristian Høgsbergc680e902013-10-23 21:49:30 -0700370 struct frame *frame;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500371 const char **entries;
372 uint32_t time;
373 int current;
374 int count;
Kristian Høgsbergd2fbb382012-10-30 13:45:22 -0400375 int release_count;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -0500376 menu_func_t func;
377};
378
Tiago Vignatti82db9d82012-05-23 22:06:27 +0300379struct tooltip {
380 struct widget *parent;
Tiago Vignatti82db9d82012-05-23 22:06:27 +0300381 struct widget *widget;
382 char *entry;
383 struct task tooltip_task;
384 int tooltip_fd;
385 float x, y;
386};
387
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700388struct shm_pool {
389 struct wl_shm_pool *pool;
390 size_t size;
391 size_t used;
392 void *data;
393};
394
Kristian Høgsberg7d804062010-09-07 21:50:06 -0400395enum {
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +0300396 CURSOR_DEFAULT = 100,
397 CURSOR_UNSET
Kristian Høgsberg7d804062010-09-07 21:50:06 -0400398};
399
Pekka Paalanen32127ca2012-11-19 15:32:51 +0200400static const cairo_user_data_key_t shm_surface_data_key;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400401
Pekka Paalanen97777442013-05-22 10:20:05 +0300402/* #define DEBUG */
403
404#ifdef DEBUG
Pekka Paalanen71233882013-04-25 13:57:53 +0300405
406static void
407debug_print(void *proxy, int line, const char *func, const char *fmt, ...)
408__attribute__ ((format (printf, 4, 5)));
409
410static void
411debug_print(void *proxy, int line, const char *func, const char *fmt, ...)
412{
413 va_list ap;
414 struct timeval tv;
415
416 gettimeofday(&tv, NULL);
417 fprintf(stderr, "%8ld.%03ld ",
418 (long)tv.tv_sec & 0xffff, (long)tv.tv_usec / 1000);
419
420 if (proxy)
421 fprintf(stderr, "%s@%d ",
422 wl_proxy_get_class(proxy), wl_proxy_get_id(proxy));
423
424 /*fprintf(stderr, __FILE__ ":%d:%s ", line, func);*/
425 fprintf(stderr, "%s ", func);
426
427 va_start(ap, fmt);
428 vfprintf(stderr, fmt, ap);
429 va_end(ap);
430}
431
432#define DBG(fmt, ...) \
433 debug_print(NULL, __LINE__, __func__, fmt, ##__VA_ARGS__)
434
435#define DBG_OBJ(obj, fmt, ...) \
436 debug_print(obj, __LINE__, __func__, fmt, ##__VA_ARGS__)
437
438#else
439
440#define DBG(...) do {} while (0)
441#define DBG_OBJ(...) do {} while (0)
442
443#endif
444
Alexander Larsson1818e312013-05-22 14:41:31 +0200445static void
Alexander Larssonedddbd12013-05-24 13:09:43 +0200446surface_to_buffer_size (enum wl_output_transform buffer_transform, int32_t buffer_scale, int32_t *width, int32_t *height)
Alexander Larsson1818e312013-05-22 14:41:31 +0200447{
448 int32_t tmp;
449
450 switch (buffer_transform) {
451 case WL_OUTPUT_TRANSFORM_90:
452 case WL_OUTPUT_TRANSFORM_270:
453 case WL_OUTPUT_TRANSFORM_FLIPPED_90:
454 case WL_OUTPUT_TRANSFORM_FLIPPED_270:
455 tmp = *width;
456 *width = *height;
457 *height = tmp;
458 break;
459 default:
460 break;
461 }
462
463 *width *= buffer_scale;
464 *height *= buffer_scale;
465}
466
467static void
Alexander Larssonedddbd12013-05-24 13:09:43 +0200468buffer_to_surface_size (enum wl_output_transform buffer_transform, int32_t buffer_scale, int32_t *width, int32_t *height)
Alexander Larsson1818e312013-05-22 14:41:31 +0200469{
470 int32_t tmp;
471
472 switch (buffer_transform) {
473 case WL_OUTPUT_TRANSFORM_90:
474 case WL_OUTPUT_TRANSFORM_270:
475 case WL_OUTPUT_TRANSFORM_FLIPPED_90:
476 case WL_OUTPUT_TRANSFORM_FLIPPED_270:
477 tmp = *width;
478 *width = *height;
479 *height = tmp;
480 break;
481 default:
482 break;
483 }
484
485 *width /= buffer_scale;
486 *height /= buffer_scale;
487}
488
Kristian Høgsberg8def2642011-01-14 17:41:33 -0500489#ifdef HAVE_CAIRO_EGL
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400490
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200491struct egl_window_surface {
492 struct toysurface base;
493 cairo_surface_t *cairo_surface;
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100494 struct display *display;
495 struct wl_surface *surface;
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200496 struct wl_egl_window *egl_window;
497 EGLSurface egl_surface;
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100498};
499
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200500static struct egl_window_surface *
501to_egl_window_surface(struct toysurface *base)
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100502{
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200503 return container_of(base, struct egl_window_surface, base);
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100504}
505
506static cairo_surface_t *
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200507egl_window_surface_prepare(struct toysurface *base, int dx, int dy,
Alexander Larsson1818e312013-05-22 14:41:31 +0200508 int32_t width, int32_t height, uint32_t flags,
Alexander Larssonedddbd12013-05-24 13:09:43 +0200509 enum wl_output_transform buffer_transform, int32_t buffer_scale)
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100510{
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200511 struct egl_window_surface *surface = to_egl_window_surface(base);
512
Alexander Larsson1818e312013-05-22 14:41:31 +0200513 surface_to_buffer_size (buffer_transform, buffer_scale, &width, &height);
514
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200515 wl_egl_window_resize(surface->egl_window, width, height, dx, dy);
516 cairo_gl_surface_set_size(surface->cairo_surface, width, height);
517
518 return cairo_surface_reference(surface->cairo_surface);
519}
520
521static void
522egl_window_surface_swap(struct toysurface *base,
Alexander Larssonedddbd12013-05-24 13:09:43 +0200523 enum wl_output_transform buffer_transform, int32_t buffer_scale,
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200524 struct rectangle *server_allocation)
525{
526 struct egl_window_surface *surface = to_egl_window_surface(base);
527
528 cairo_gl_surface_swapbuffers(surface->cairo_surface);
529 wl_egl_window_get_attached_size(surface->egl_window,
530 &server_allocation->width,
531 &server_allocation->height);
Alexander Larsson1818e312013-05-22 14:41:31 +0200532
533 buffer_to_surface_size (buffer_transform, buffer_scale,
534 &server_allocation->width,
535 &server_allocation->height);
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200536}
537
538static int
539egl_window_surface_acquire(struct toysurface *base, EGLContext ctx)
540{
541 struct egl_window_surface *surface = to_egl_window_surface(base);
Benjamin Franzke0c991632011-09-27 21:57:31 +0200542 cairo_device_t *device;
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100543
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200544 device = cairo_surface_get_device(surface->cairo_surface);
545 if (!device)
546 return -1;
547
548 if (!ctx) {
549 if (device == surface->display->argb_device)
550 ctx = surface->display->argb_ctx;
551 else
552 assert(0);
553 }
554
555 cairo_device_flush(device);
556 cairo_device_acquire(device);
557 if (!eglMakeCurrent(surface->display->dpy, surface->egl_surface,
558 surface->egl_surface, ctx))
559 fprintf(stderr, "failed to make surface current\n");
560
561 return 0;
562}
563
564static void
565egl_window_surface_release(struct toysurface *base)
566{
567 struct egl_window_surface *surface = to_egl_window_surface(base);
568 cairo_device_t *device;
569
570 device = cairo_surface_get_device(surface->cairo_surface);
571 if (!device)
572 return;
573
574 if (!eglMakeCurrent(surface->display->dpy, NULL, NULL,
575 surface->display->argb_ctx))
576 fprintf(stderr, "failed to make context current\n");
577
578 cairo_device_release(device);
579}
580
581static void
582egl_window_surface_destroy(struct toysurface *base)
583{
584 struct egl_window_surface *surface = to_egl_window_surface(base);
585 struct display *d = surface->display;
586
587 cairo_surface_destroy(surface->cairo_surface);
588 eglDestroySurface(d->dpy, surface->egl_surface);
589 wl_egl_window_destroy(surface->egl_window);
590 surface->surface = NULL;
591
592 free(surface);
593}
594
595static struct toysurface *
596egl_window_surface_create(struct display *display,
597 struct wl_surface *wl_surface,
598 uint32_t flags,
599 struct rectangle *rectangle)
600{
601 struct egl_window_surface *surface;
602
Pekka Paalanenb3627362012-11-19 17:16:00 +0200603 if (display->dpy == EGL_NO_DISPLAY)
604 return NULL;
605
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200606 surface = calloc(1, sizeof *surface);
607 if (!surface)
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100608 return NULL;
609
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200610 surface->base.prepare = egl_window_surface_prepare;
611 surface->base.swap = egl_window_surface_swap;
612 surface->base.acquire = egl_window_surface_acquire;
613 surface->base.release = egl_window_surface_release;
614 surface->base.destroy = egl_window_surface_destroy;
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100615
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200616 surface->display = display;
617 surface->surface = wl_surface;
Kristian Høgsbergf389cac2011-08-31 16:21:38 -0400618
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200619 surface->egl_window = wl_egl_window_create(surface->surface,
620 rectangle->width,
621 rectangle->height);
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100622
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200623 surface->egl_surface = eglCreateWindowSurface(display->dpy,
624 display->argb_config,
625 surface->egl_window,
626 NULL);
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100627
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200628 surface->cairo_surface =
629 cairo_gl_surface_create_for_egl(display->argb_device,
630 surface->egl_surface,
631 rectangle->width,
632 rectangle->height);
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100633
Pekka Paalanen03fc3162012-11-19 17:15:58 +0200634 return &surface->base;
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100635}
636
Pekka Paalanenb3627362012-11-19 17:16:00 +0200637#else
638
639static struct toysurface *
640egl_window_surface_create(struct display *display,
641 struct wl_surface *wl_surface,
642 uint32_t flags,
643 struct rectangle *rectangle)
644{
645 return NULL;
646}
647
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400648#endif
649
Pekka Paalanen0c6a3432012-11-19 15:32:50 +0200650struct shm_surface_data {
651 struct wl_buffer *buffer;
652 struct shm_pool *pool;
653};
654
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400655struct wl_buffer *
656display_get_buffer_for_surface(struct display *display,
657 cairo_surface_t *surface)
658{
Pekka Paalanen0c6a3432012-11-19 15:32:50 +0200659 struct shm_surface_data *data;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400660
Pekka Paalanen32127ca2012-11-19 15:32:51 +0200661 data = cairo_surface_get_user_data(surface, &shm_surface_data_key);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400662
663 return data->buffer;
664}
665
Kristian Høgsberg06bc2642010-12-01 09:50:16 -0500666static void
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700667shm_pool_destroy(struct shm_pool *pool);
668
669static void
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400670shm_surface_data_destroy(void *p)
671{
672 struct shm_surface_data *data = p;
673
Pekka Paalanen0c6a3432012-11-19 15:32:50 +0200674 wl_buffer_destroy(data->buffer);
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700675 if (data->pool)
676 shm_pool_destroy(data->pool);
Ander Conselvan de Oliveira2a3cd282012-06-19 13:45:55 +0300677
678 free(data);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400679}
680
Kristian Høgsberg16626282012-04-03 11:21:27 -0400681static struct wl_shm_pool *
682make_shm_pool(struct display *display, int size, void **data)
683{
Kristian Høgsberg16626282012-04-03 11:21:27 -0400684 struct wl_shm_pool *pool;
685 int fd;
686
Pekka Paalanen1da1b8f2012-06-06 16:59:43 +0300687 fd = os_create_anonymous_file(size);
Kristian Høgsberg16626282012-04-03 11:21:27 -0400688 if (fd < 0) {
Pekka Paalanen1da1b8f2012-06-06 16:59:43 +0300689 fprintf(stderr, "creating a buffer file for %d B failed: %m\n",
690 size);
Kristian Høgsberg16626282012-04-03 11:21:27 -0400691 return NULL;
692 }
693
694 *data = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
Kristian Høgsberg16626282012-04-03 11:21:27 -0400695 if (*data == MAP_FAILED) {
696 fprintf(stderr, "mmap failed: %m\n");
697 close(fd);
698 return NULL;
699 }
700
701 pool = wl_shm_create_pool(display->shm, fd, size);
702
703 close(fd);
704
705 return pool;
706}
707
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700708static struct shm_pool *
709shm_pool_create(struct display *display, size_t size)
710{
711 struct shm_pool *pool = malloc(sizeof *pool);
712
713 if (!pool)
714 return NULL;
715
716 pool->pool = make_shm_pool(display, size, &pool->data);
717 if (!pool->pool) {
718 free(pool);
719 return NULL;
720 }
721
722 pool->size = size;
723 pool->used = 0;
724
725 return pool;
726}
727
728static void *
729shm_pool_allocate(struct shm_pool *pool, size_t size, int *offset)
730{
731 if (pool->used + size > pool->size)
732 return NULL;
733
734 *offset = pool->used;
735 pool->used += size;
736
737 return (char *) pool->data + *offset;
738}
739
740/* destroy the pool. this does not unmap the memory though */
741static void
742shm_pool_destroy(struct shm_pool *pool)
743{
744 munmap(pool->data, pool->size);
745 wl_shm_pool_destroy(pool->pool);
746 free(pool);
747}
748
749/* Start allocating from the beginning of the pool again */
750static void
751shm_pool_reset(struct shm_pool *pool)
752{
753 pool->used = 0;
754}
755
756static int
757data_length_for_shm_surface(struct rectangle *rect)
758{
759 int stride;
760
761 stride = cairo_format_stride_for_width (CAIRO_FORMAT_ARGB32,
762 rect->width);
763 return stride * rect->height;
764}
765
Kristian Høgsberg06bc2642010-12-01 09:50:16 -0500766static cairo_surface_t *
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700767display_create_shm_surface_from_pool(struct display *display,
768 struct rectangle *rectangle,
769 uint32_t flags, struct shm_pool *pool)
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400770{
771 struct shm_surface_data *data;
Kristian Høgsbergf389cac2011-08-31 16:21:38 -0400772 uint32_t format;
Kristian Høgsberg3be87d12011-05-13 13:45:17 -0400773 cairo_surface_t *surface;
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200774 cairo_format_t cairo_format;
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700775 int stride, length, offset;
Kristian Høgsberg1103a1a2012-04-03 12:00:48 -0400776 void *map;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400777
778 data = malloc(sizeof *data);
779 if (data == NULL)
780 return NULL;
781
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200782 if (flags & SURFACE_HINT_RGB565 && display->has_rgb565)
783 cairo_format = CAIRO_FORMAT_RGB16_565;
784 else
785 cairo_format = CAIRO_FORMAT_ARGB32;
786
787 stride = cairo_format_stride_for_width (cairo_format, rectangle->width);
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700788 length = stride * rectangle->height;
789 data->pool = NULL;
790 map = shm_pool_allocate(pool, length, &offset);
791
792 if (!map) {
793 free(data);
794 return NULL;
Kristian Høgsberg1103a1a2012-04-03 12:00:48 -0400795 }
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400796
Kristian Høgsberg1103a1a2012-04-03 12:00:48 -0400797 surface = cairo_image_surface_create_for_data (map,
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200798 cairo_format,
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400799 rectangle->width,
800 rectangle->height,
801 stride);
802
Pekka Paalanen32127ca2012-11-19 15:32:51 +0200803 cairo_surface_set_user_data(surface, &shm_surface_data_key,
804 data, shm_surface_data_destroy);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400805
Tomeu Vizosobee45a12013-08-06 20:05:54 +0200806 if (flags & SURFACE_HINT_RGB565 && display->has_rgb565)
807 format = WL_SHM_FORMAT_RGB565;
808 else {
809 if (flags & SURFACE_OPAQUE)
810 format = WL_SHM_FORMAT_XRGB8888;
811 else
812 format = WL_SHM_FORMAT_ARGB8888;
813 }
Kristian Høgsberg3be87d12011-05-13 13:45:17 -0400814
Pekka Paalanen0c6a3432012-11-19 15:32:50 +0200815 data->buffer = wl_shm_pool_create_buffer(pool->pool, offset,
816 rectangle->width,
817 rectangle->height,
818 stride, format);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400819
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700820 return surface;
821}
822
823static cairo_surface_t *
824display_create_shm_surface(struct display *display,
825 struct rectangle *rectangle, uint32_t flags,
Pekka Paalanen99436862012-11-19 17:15:59 +0200826 struct shm_pool *alternate_pool,
827 struct shm_surface_data **data_ret)
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700828{
829 struct shm_surface_data *data;
830 struct shm_pool *pool;
831 cairo_surface_t *surface;
832
Pekka Paalanen99436862012-11-19 17:15:59 +0200833 if (alternate_pool) {
834 shm_pool_reset(alternate_pool);
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700835 surface = display_create_shm_surface_from_pool(display,
836 rectangle,
837 flags,
Pekka Paalanen99436862012-11-19 17:15:59 +0200838 alternate_pool);
839 if (surface) {
840 data = cairo_surface_get_user_data(surface,
841 &shm_surface_data_key);
842 goto out;
843 }
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700844 }
845
846 pool = shm_pool_create(display,
847 data_length_for_shm_surface(rectangle));
848 if (!pool)
849 return NULL;
850
851 surface =
852 display_create_shm_surface_from_pool(display, rectangle,
853 flags, pool);
854
855 if (!surface) {
856 shm_pool_destroy(pool);
857 return NULL;
858 }
859
860 /* make sure we destroy the pool when the surface is destroyed */
Pekka Paalanen32127ca2012-11-19 15:32:51 +0200861 data = cairo_surface_get_user_data(surface, &shm_surface_data_key);
Ander Conselvan de Oliveira001de542012-05-07 11:34:26 -0700862 data->pool = pool;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400863
Pekka Paalanen99436862012-11-19 17:15:59 +0200864out:
865 if (data_ret)
866 *data_ret = data;
867
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400868 return surface;
869}
870
nobled7b87cb02011-02-01 18:51:47 +0000871static int
872check_size(struct rectangle *rect)
873{
874 if (rect->width && rect->height)
875 return 0;
876
877 fprintf(stderr, "tried to create surface of "
878 "width: %d, height: %d\n", rect->width, rect->height);
879 return -1;
880}
881
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400882cairo_surface_t *
883display_create_surface(struct display *display,
Benjamin Franzke6693ac22011-02-10 12:04:30 +0100884 struct wl_surface *surface,
Kristian Høgsberg3be87d12011-05-13 13:45:17 -0400885 struct rectangle *rectangle,
886 uint32_t flags)
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -0400887{
nobled7b87cb02011-02-01 18:51:47 +0000888 if (check_size(rectangle) < 0)
889 return NULL;
Pekka Paalanen768117f2012-11-19 17:15:57 +0200890
891 assert(flags & SURFACE_SHM);
Pekka Paalanen99436862012-11-19 17:15:59 +0200892 return display_create_shm_surface(display, rectangle, flags,
893 NULL, NULL);
894}
895
Pekka Paalanena4eda732012-11-19 17:16:02 +0200896struct shm_surface_leaf {
897 cairo_surface_t *cairo_surface;
898 /* 'data' is automatically destroyed, when 'cairo_surface' is */
899 struct shm_surface_data *data;
900
901 struct shm_pool *resize_pool;
902 int busy;
903};
904
905static void
906shm_surface_leaf_release(struct shm_surface_leaf *leaf)
907{
908 if (leaf->cairo_surface)
909 cairo_surface_destroy(leaf->cairo_surface);
910 /* leaf->data already destroyed via cairo private */
911
912 if (leaf->resize_pool)
913 shm_pool_destroy(leaf->resize_pool);
Pekka Paalanen550d66b2013-02-13 16:17:12 +0200914
915 memset(leaf, 0, sizeof *leaf);
Pekka Paalanena4eda732012-11-19 17:16:02 +0200916}
917
Pekka Paalanenaef02542013-04-25 13:57:47 +0300918#define MAX_LEAVES 3
919
Pekka Paalanen99436862012-11-19 17:15:59 +0200920struct shm_surface {
921 struct toysurface base;
922 struct display *display;
923 struct wl_surface *surface;
924 uint32_t flags;
925 int dx, dy;
926
Pekka Paalanenaef02542013-04-25 13:57:47 +0300927 struct shm_surface_leaf leaf[MAX_LEAVES];
Pekka Paalanena4eda732012-11-19 17:16:02 +0200928 struct shm_surface_leaf *current;
Pekka Paalanen99436862012-11-19 17:15:59 +0200929};
930
931static struct shm_surface *
932to_shm_surface(struct toysurface *base)
933{
934 return container_of(base, struct shm_surface, base);
935}
936
Pekka Paalanena4eda732012-11-19 17:16:02 +0200937static void
Pekka Paalanen97777442013-05-22 10:20:05 +0300938shm_surface_buffer_state_debug(struct shm_surface *surface, const char *msg)
939{
940#ifdef DEBUG
941 struct shm_surface_leaf *leaf;
942 char bufs[MAX_LEAVES + 1];
943 int i;
944
945 for (i = 0; i < MAX_LEAVES; i++) {
946 leaf = &surface->leaf[i];
947
948 if (leaf->busy)
949 bufs[i] = 'b';
950 else if (leaf->cairo_surface)
951 bufs[i] = 'a';
952 else
953 bufs[i] = ' ';
954 }
955
956 bufs[MAX_LEAVES] = '\0';
957 DBG_OBJ(surface->surface, "%s, leaves [%s]\n", msg, bufs);
958#endif
959}
960
961static void
Pekka Paalanena4eda732012-11-19 17:16:02 +0200962shm_surface_buffer_release(void *data, struct wl_buffer *buffer)
963{
Pekka Paalanen550d66b2013-02-13 16:17:12 +0200964 struct shm_surface *surface = data;
Pekka Paalanenaef02542013-04-25 13:57:47 +0300965 struct shm_surface_leaf *leaf;
966 int i;
967 int free_found;
Pekka Paalanen97777442013-05-22 10:20:05 +0300968
969 shm_surface_buffer_state_debug(surface, "buffer_release before");
Pekka Paalanena4eda732012-11-19 17:16:02 +0200970
Pekka Paalanenaef02542013-04-25 13:57:47 +0300971 for (i = 0; i < MAX_LEAVES; i++) {
972 leaf = &surface->leaf[i];
973 if (leaf->data && leaf->data->buffer == buffer) {
974 leaf->busy = 0;
975 break;
976 }
977 }
978 assert(i < MAX_LEAVES && "unknown buffer released");
Pekka Paalanen4dd0c412012-12-04 16:01:16 +0200979
Pekka Paalanenaef02542013-04-25 13:57:47 +0300980 /* Leave one free leaf with storage, release others */
981 free_found = 0;
982 for (i = 0; i < MAX_LEAVES; i++) {
983 leaf = &surface->leaf[i];
984
985 if (!leaf->cairo_surface || leaf->busy)
986 continue;
987
988 if (!free_found)
989 free_found = 1;
Pekka Paalanen97777442013-05-22 10:20:05 +0300990 else
Pekka Paalanenaef02542013-04-25 13:57:47 +0300991 shm_surface_leaf_release(leaf);
992 }
Pekka Paalanen71233882013-04-25 13:57:53 +0300993
Pekka Paalanen97777442013-05-22 10:20:05 +0300994 shm_surface_buffer_state_debug(surface, "buffer_release after");
Pekka Paalanena4eda732012-11-19 17:16:02 +0200995}
996
997static const struct wl_buffer_listener shm_surface_buffer_listener = {
998 shm_surface_buffer_release
999};
1000
Pekka Paalanen99436862012-11-19 17:15:59 +02001001static cairo_surface_t *
1002shm_surface_prepare(struct toysurface *base, int dx, int dy,
Alexander Larsson1818e312013-05-22 14:41:31 +02001003 int32_t width, int32_t height, uint32_t flags,
Alexander Larssonedddbd12013-05-24 13:09:43 +02001004 enum wl_output_transform buffer_transform, int32_t buffer_scale)
Pekka Paalanen99436862012-11-19 17:15:59 +02001005{
Pekka Paalanenec076692012-11-30 13:37:27 +02001006 int resize_hint = !!(flags & SURFACE_HINT_RESIZE);
Pekka Paalanen99436862012-11-19 17:15:59 +02001007 struct shm_surface *surface = to_shm_surface(base);
Alexander Larsson1818e312013-05-22 14:41:31 +02001008 struct rectangle rect = { 0};
Pekka Paalanenaef02542013-04-25 13:57:47 +03001009 struct shm_surface_leaf *leaf = NULL;
1010 int i;
Pekka Paalanen99436862012-11-19 17:15:59 +02001011
1012 surface->dx = dx;
1013 surface->dy = dy;
1014
Pekka Paalanenaef02542013-04-25 13:57:47 +03001015 /* pick a free buffer, preferrably one that already has storage */
1016 for (i = 0; i < MAX_LEAVES; i++) {
1017 if (surface->leaf[i].busy)
1018 continue;
Pekka Paalanen4dd0c412012-12-04 16:01:16 +02001019
Pekka Paalanenaef02542013-04-25 13:57:47 +03001020 if (!leaf || surface->leaf[i].cairo_surface)
1021 leaf = &surface->leaf[i];
1022 }
Pekka Paalanen71233882013-04-25 13:57:53 +03001023 DBG_OBJ(surface->surface, "pick leaf %d\n",
1024 (int)(leaf - &surface->leaf[0]));
1025
Pekka Paalanenaef02542013-04-25 13:57:47 +03001026 if (!leaf) {
1027 fprintf(stderr, "%s: all buffers are held by the server.\n",
Pekka Paalanena4eda732012-11-19 17:16:02 +02001028 __func__);
Pekka Paalanen71233882013-04-25 13:57:53 +03001029 exit(1);
Pekka Paalanena4eda732012-11-19 17:16:02 +02001030 return NULL;
Pekka Paalanen99436862012-11-19 17:15:59 +02001031 }
1032
Pekka Paalanena4eda732012-11-19 17:16:02 +02001033 if (!resize_hint && leaf->resize_pool) {
1034 cairo_surface_destroy(leaf->cairo_surface);
1035 leaf->cairo_surface = NULL;
1036 shm_pool_destroy(leaf->resize_pool);
1037 leaf->resize_pool = NULL;
1038 }
1039
Alexander Larsson1818e312013-05-22 14:41:31 +02001040 surface_to_buffer_size (buffer_transform, buffer_scale, &width, &height);
1041
Pekka Paalanena4eda732012-11-19 17:16:02 +02001042 if (leaf->cairo_surface &&
1043 cairo_image_surface_get_width(leaf->cairo_surface) == width &&
1044 cairo_image_surface_get_height(leaf->cairo_surface) == height)
Pekka Paalanen99436862012-11-19 17:15:59 +02001045 goto out;
1046
Pekka Paalanena4eda732012-11-19 17:16:02 +02001047 if (leaf->cairo_surface)
1048 cairo_surface_destroy(leaf->cairo_surface);
Pekka Paalanen99436862012-11-19 17:15:59 +02001049
Louis-Francis Ratté-Boulianne6cd1de32013-05-22 18:03:11 +03001050#ifdef USE_RESIZE_POOL
Pekka Paalanena4eda732012-11-19 17:16:02 +02001051 if (resize_hint && !leaf->resize_pool) {
Pekka Paalanen99436862012-11-19 17:15:59 +02001052 /* Create a big pool to allocate from, while continuously
1053 * resizing. Mmapping a new pool in the server
1054 * is relatively expensive, so reusing a pool performs
1055 * better, but may temporarily reserve unneeded memory.
1056 */
1057 /* We should probably base this number on the output size. */
Pekka Paalanena4eda732012-11-19 17:16:02 +02001058 leaf->resize_pool = shm_pool_create(surface->display,
1059 6 * 1024 * 1024);
Pekka Paalanen99436862012-11-19 17:15:59 +02001060 }
Louis-Francis Ratté-Boulianne6cd1de32013-05-22 18:03:11 +03001061#endif
Pekka Paalanen99436862012-11-19 17:15:59 +02001062
Alexander Larsson1818e312013-05-22 14:41:31 +02001063 rect.width = width;
1064 rect.height = height;
1065
Pekka Paalanena4eda732012-11-19 17:16:02 +02001066 leaf->cairo_surface =
Pekka Paalanen99436862012-11-19 17:15:59 +02001067 display_create_shm_surface(surface->display, &rect,
1068 surface->flags,
Pekka Paalanena4eda732012-11-19 17:16:02 +02001069 leaf->resize_pool,
1070 &leaf->data);
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02001071 if (!leaf->cairo_surface)
1072 return NULL;
1073
Pekka Paalanena4eda732012-11-19 17:16:02 +02001074 wl_buffer_add_listener(leaf->data->buffer,
Pekka Paalanen550d66b2013-02-13 16:17:12 +02001075 &shm_surface_buffer_listener, surface);
Pekka Paalanen99436862012-11-19 17:15:59 +02001076
1077out:
Pekka Paalanena4eda732012-11-19 17:16:02 +02001078 surface->current = leaf;
1079
1080 return cairo_surface_reference(leaf->cairo_surface);
Pekka Paalanen99436862012-11-19 17:15:59 +02001081}
1082
1083static void
1084shm_surface_swap(struct toysurface *base,
Alexander Larssonedddbd12013-05-24 13:09:43 +02001085 enum wl_output_transform buffer_transform, int32_t buffer_scale,
Pekka Paalanen99436862012-11-19 17:15:59 +02001086 struct rectangle *server_allocation)
1087{
1088 struct shm_surface *surface = to_shm_surface(base);
Pekka Paalanena4eda732012-11-19 17:16:02 +02001089 struct shm_surface_leaf *leaf = surface->current;
Pekka Paalanen99436862012-11-19 17:15:59 +02001090
1091 server_allocation->width =
Pekka Paalanena4eda732012-11-19 17:16:02 +02001092 cairo_image_surface_get_width(leaf->cairo_surface);
Pekka Paalanen99436862012-11-19 17:15:59 +02001093 server_allocation->height =
Pekka Paalanena4eda732012-11-19 17:16:02 +02001094 cairo_image_surface_get_height(leaf->cairo_surface);
Pekka Paalanen99436862012-11-19 17:15:59 +02001095
Alexander Larsson1818e312013-05-22 14:41:31 +02001096 buffer_to_surface_size (buffer_transform, buffer_scale,
1097 &server_allocation->width,
1098 &server_allocation->height);
1099
Pekka Paalanena4eda732012-11-19 17:16:02 +02001100 wl_surface_attach(surface->surface, leaf->data->buffer,
Pekka Paalanen99436862012-11-19 17:15:59 +02001101 surface->dx, surface->dy);
1102 wl_surface_damage(surface->surface, 0, 0,
1103 server_allocation->width, server_allocation->height);
1104 wl_surface_commit(surface->surface);
Pekka Paalanena4eda732012-11-19 17:16:02 +02001105
Pekka Paalanen71233882013-04-25 13:57:53 +03001106 DBG_OBJ(surface->surface, "leaf %d busy\n",
1107 (int)(leaf - &surface->leaf[0]));
1108
Pekka Paalanena4eda732012-11-19 17:16:02 +02001109 leaf->busy = 1;
1110 surface->current = NULL;
Pekka Paalanen99436862012-11-19 17:15:59 +02001111}
1112
1113static int
1114shm_surface_acquire(struct toysurface *base, EGLContext ctx)
1115{
1116 return -1;
1117}
1118
1119static void
1120shm_surface_release(struct toysurface *base)
1121{
1122}
1123
1124static void
1125shm_surface_destroy(struct toysurface *base)
1126{
1127 struct shm_surface *surface = to_shm_surface(base);
Pekka Paalanenaef02542013-04-25 13:57:47 +03001128 int i;
Pekka Paalanen99436862012-11-19 17:15:59 +02001129
Pekka Paalanenaef02542013-04-25 13:57:47 +03001130 for (i = 0; i < MAX_LEAVES; i++)
1131 shm_surface_leaf_release(&surface->leaf[i]);
Pekka Paalanen99436862012-11-19 17:15:59 +02001132
1133 free(surface);
1134}
1135
1136static struct toysurface *
1137shm_surface_create(struct display *display, struct wl_surface *wl_surface,
1138 uint32_t flags, struct rectangle *rectangle)
1139{
1140 struct shm_surface *surface;
Pekka Paalanen71233882013-04-25 13:57:53 +03001141 DBG_OBJ(wl_surface, "\n");
Pekka Paalanen99436862012-11-19 17:15:59 +02001142
Brian Lovinbc919262013-08-07 15:34:59 -07001143 surface = xmalloc(sizeof *surface);
1144 memset(surface, 0, sizeof *surface);
1145
Pekka Paalanen99436862012-11-19 17:15:59 +02001146 if (!surface)
1147 return NULL;
1148
1149 surface->base.prepare = shm_surface_prepare;
1150 surface->base.swap = shm_surface_swap;
1151 surface->base.acquire = shm_surface_acquire;
1152 surface->base.release = shm_surface_release;
1153 surface->base.destroy = shm_surface_destroy;
1154
1155 surface->display = display;
1156 surface->surface = wl_surface;
1157 surface->flags = flags;
Pekka Paalanen99436862012-11-19 17:15:59 +02001158
1159 return &surface->base;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04001160}
1161
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001162/*
1163 * The following correspondences between file names and cursors was copied
1164 * from: https://bugs.kde.org/attachment.cgi?id=67313
1165 */
1166
1167static const char *bottom_left_corners[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001168 "bottom_left_corner",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001169 "sw-resize",
1170 "size_bdiag"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001171};
1172
1173static const char *bottom_right_corners[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001174 "bottom_right_corner",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001175 "se-resize",
1176 "size_fdiag"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001177};
1178
1179static const char *bottom_sides[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001180 "bottom_side",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001181 "s-resize",
1182 "size_ver"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001183};
1184
1185static const char *grabbings[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001186 "grabbing",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001187 "closedhand",
1188 "208530c400c041818281048008011002"
1189};
1190
1191static const char *left_ptrs[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001192 "left_ptr",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001193 "default",
1194 "top_left_arrow",
1195 "left-arrow"
1196};
1197
1198static const char *left_sides[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001199 "left_side",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001200 "w-resize",
1201 "size_hor"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001202};
1203
1204static const char *right_sides[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001205 "right_side",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001206 "e-resize",
1207 "size_hor"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001208};
1209
1210static const char *top_left_corners[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001211 "top_left_corner",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001212 "nw-resize",
1213 "size_fdiag"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001214};
1215
1216static const char *top_right_corners[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001217 "top_right_corner",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001218 "ne-resize",
1219 "size_bdiag"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001220};
1221
1222static const char *top_sides[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001223 "top_side",
Dima Ryazanovf6128fc2013-05-13 23:51:11 -07001224 "n-resize",
1225 "size_ver"
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001226};
1227
1228static const char *xterms[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001229 "xterm",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001230 "ibeam",
1231 "text"
1232};
1233
1234static const char *hand1s[] = {
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001235 "hand1",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001236 "pointer",
1237 "pointing_hand",
1238 "e29285e634086352946a0e7090d73106"
1239};
1240
1241static const char *watches[] = {
Kristian Høgsberg8591dbf2012-06-04 16:10:40 -04001242 "watch",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001243 "wait",
1244 "0426c94ea35c87780ff01dc239897213"
1245};
1246
1247struct cursor_alternatives {
1248 const char **names;
1249 size_t count;
1250};
1251
1252static const struct cursor_alternatives cursors[] = {
1253 {bottom_left_corners, ARRAY_LENGTH(bottom_left_corners)},
1254 {bottom_right_corners, ARRAY_LENGTH(bottom_right_corners)},
1255 {bottom_sides, ARRAY_LENGTH(bottom_sides)},
1256 {grabbings, ARRAY_LENGTH(grabbings)},
1257 {left_ptrs, ARRAY_LENGTH(left_ptrs)},
1258 {left_sides, ARRAY_LENGTH(left_sides)},
1259 {right_sides, ARRAY_LENGTH(right_sides)},
1260 {top_left_corners, ARRAY_LENGTH(top_left_corners)},
1261 {top_right_corners, ARRAY_LENGTH(top_right_corners)},
1262 {top_sides, ARRAY_LENGTH(top_sides)},
1263 {xterms, ARRAY_LENGTH(xterms)},
1264 {hand1s, ARRAY_LENGTH(hand1s)},
1265 {watches, ARRAY_LENGTH(watches)},
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001266};
1267
1268static void
1269create_cursors(struct display *display)
1270{
Kristian Høgsberg8c079ae2013-09-21 22:26:10 -07001271 struct weston_config *config;
1272 struct weston_config_section *s;
Kristian Høgsberg1abe0482013-09-21 23:02:31 -07001273 int size;
Christopher Michaelac3e5f22012-08-11 15:12:09 +01001274 char *theme = NULL;
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001275 unsigned int i, j;
1276 struct wl_cursor *cursor;
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001277
Kristian Høgsberg1abe0482013-09-21 23:02:31 -07001278 config = weston_config_parse("weston.ini");
Kristian Høgsberg8c079ae2013-09-21 22:26:10 -07001279 s = weston_config_get_section(config, "shell", NULL, NULL);
1280 weston_config_section_get_string(s, "cursor-theme", &theme, NULL);
1281 weston_config_section_get_int(s, "cursor-size", &size, 32);
1282 weston_config_destroy(config);
1283
Emilio Pozuelo Monfortab44b0c2013-03-14 17:23:37 +01001284 display->cursor_theme = wl_cursor_theme_load(theme, size, display->shm);
Hardening842a36a2014-03-18 14:12:50 +01001285 if (!display->cursor_theme) {
1286 fprintf(stderr, "could not load theme '%s'\n", theme);
1287 return;
1288 }
Kristian Høgsbergb5c973c2013-10-09 13:02:04 -07001289 free(theme);
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001290 display->cursors =
Brian Lovinbc919262013-08-07 15:34:59 -07001291 xmalloc(ARRAY_LENGTH(cursors) * sizeof display->cursors[0]);
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001292
Pekka Paalanene288a0f2012-07-31 13:21:09 +03001293 for (i = 0; i < ARRAY_LENGTH(cursors); i++) {
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001294 cursor = NULL;
1295 for (j = 0; !cursor && j < cursors[i].count; ++j)
1296 cursor = wl_cursor_theme_get_cursor(
1297 display->cursor_theme, cursors[i].names[j]);
1298
1299 if (!cursor)
Pekka Paalanene288a0f2012-07-31 13:21:09 +03001300 fprintf(stderr, "could not load cursor '%s'\n",
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001301 cursors[i].names[0]);
1302
1303 display->cursors[i] = cursor;
Pekka Paalanene288a0f2012-07-31 13:21:09 +03001304 }
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001305}
1306
1307static void
1308destroy_cursors(struct display *display)
1309{
1310 wl_cursor_theme_destroy(display->cursor_theme);
Yan Wanga261f7e2012-05-28 14:07:25 +08001311 free(display->cursors);
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03001312}
1313
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +03001314struct wl_cursor_image *
1315display_get_pointer_image(struct display *display, int pointer)
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04001316{
Philipp Brüschweilerbd3f2192012-08-21 20:36:16 +02001317 struct wl_cursor *cursor = display->cursors[pointer];
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04001318
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +03001319 return cursor ? cursor->images[0] : NULL;
Kristian Høgsberg9a686242010-08-18 15:28:04 -04001320}
1321
Kristian Høgsberg9d69f8e2010-09-03 14:46:38 -04001322static void
Pekka Paalanen89dee002013-02-13 16:17:20 +02001323surface_flush(struct surface *surface)
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001324{
Pekka Paalanen89dee002013-02-13 16:17:20 +02001325 if (!surface->cairo_surface)
1326 return;
1327
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02001328 if (surface->opaque_region) {
1329 wl_surface_set_opaque_region(surface->surface,
1330 surface->opaque_region);
1331 wl_region_destroy(surface->opaque_region);
1332 surface->opaque_region = NULL;
1333 }
1334
1335 if (surface->input_region) {
1336 wl_surface_set_input_region(surface->surface,
1337 surface->input_region);
1338 wl_region_destroy(surface->input_region);
1339 surface->input_region = NULL;
1340 }
1341
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001342 surface->toysurface->swap(surface->toysurface,
Alexander Larsson1818e312013-05-22 14:41:31 +02001343 surface->buffer_transform, surface->buffer_scale,
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001344 &surface->server_allocation);
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001345
Pekka Paalanen89dee002013-02-13 16:17:20 +02001346 cairo_surface_destroy(surface->cairo_surface);
1347 surface->cairo_surface = NULL;
Kristian Høgsberg6a1b2012009-12-16 14:43:37 -05001348}
1349
Kristian Høgsberg86adef92012-08-13 22:25:53 -04001350int
1351window_has_focus(struct window *window)
1352{
Jasper St. Pierre0790e392013-12-09 14:58:00 -05001353 return window->focused;
Kristian Høgsberga341fa02010-01-24 18:10:15 -05001354}
1355
Jasper St. Pierre2097fe12014-02-01 18:17:34 -05001356static void
1357window_close(struct window *window)
1358{
1359 if (window->close_handler)
1360 window->close_handler(window->user_data);
1361 else
1362 display_exit(window->display);
1363}
1364
Kristian Høgsbergbcee9a42011-10-12 00:36:16 -04001365struct display *
1366window_get_display(struct window *window)
1367{
1368 return window->display;
1369}
1370
Pekka Paalanen89dee002013-02-13 16:17:20 +02001371static void
Jasper St. Pierree81a1752014-03-10 11:35:48 -04001372surface_create_surface(struct surface *surface, uint32_t flags)
Kristian Høgsberg012a0072010-10-26 00:02:20 -04001373{
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001374 struct display *display = surface->window->display;
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001375 struct rectangle allocation = surface->allocation;
Pekka Paalanen03fc3162012-11-19 17:15:58 +02001376
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001377 if (!surface->toysurface && display->dpy &&
1378 surface->buffer_type == WINDOW_BUFFER_TYPE_EGL_WINDOW) {
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001379 surface->toysurface =
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001380 egl_window_surface_create(display,
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001381 surface->surface,
Pekka Paalanen4e373742013-02-13 16:17:13 +02001382 flags,
Ander Conselvan de Oliveira6d4cb4e2012-11-30 17:34:24 +02001383 &allocation);
Pekka Paalanenb3627362012-11-19 17:16:00 +02001384 }
Pekka Paalanen03fc3162012-11-19 17:15:58 +02001385
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001386 if (!surface->toysurface)
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001387 surface->toysurface = shm_surface_create(display,
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001388 surface->surface,
1389 flags, &allocation);
Kristian Høgsberg012a0072010-10-26 00:02:20 -04001390
Pekka Paalanen89dee002013-02-13 16:17:20 +02001391 surface->cairo_surface = surface->toysurface->prepare(
Jasper St. Pierree81a1752014-03-10 11:35:48 -04001392 surface->toysurface, 0, 0,
Alexander Larsson1818e312013-05-22 14:41:31 +02001393 allocation.width, allocation.height, flags,
1394 surface->buffer_transform, surface->buffer_scale);
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001395}
1396
1397static void
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001398window_create_main_surface(struct window *window)
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001399{
Pekka Paalanen7bcfead2013-02-13 16:17:16 +02001400 struct surface *surface = window->main_surface;
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001401 uint32_t flags = 0;
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001402
Pekka Paalanenec076692012-11-30 13:37:27 +02001403 if (window->resizing)
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001404 flags |= SURFACE_HINT_RESIZE;
Pekka Paalanenec076692012-11-30 13:37:27 +02001405
Tomeu Vizosobee45a12013-08-06 20:05:54 +02001406 if (window->preferred_format == WINDOW_PREFERRED_FORMAT_RGB565)
1407 flags |= SURFACE_HINT_RGB565;
1408
Jasper St. Pierree81a1752014-03-10 11:35:48 -04001409 surface_create_surface(surface, flags);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04001410}
1411
Ander Conselvan de Oliveira6d4cb4e2012-11-30 17:34:24 +02001412int
1413window_get_buffer_transform(struct window *window)
1414{
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001415 return window->main_surface->buffer_transform;
Ander Conselvan de Oliveira6d4cb4e2012-11-30 17:34:24 +02001416}
1417
1418void
1419window_set_buffer_transform(struct window *window,
1420 enum wl_output_transform transform)
1421{
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02001422 window->main_surface->buffer_transform = transform;
Pekka Paalanen4e373742013-02-13 16:17:13 +02001423 wl_surface_set_buffer_transform(window->main_surface->surface,
1424 transform);
Ander Conselvan de Oliveira6d4cb4e2012-11-30 17:34:24 +02001425}
1426
Alexander Larsson5e9b6522013-05-22 14:41:28 +02001427void
1428window_set_buffer_scale(struct window *window,
Alexander Larssonedddbd12013-05-24 13:09:43 +02001429 int32_t scale)
Alexander Larsson5e9b6522013-05-22 14:41:28 +02001430{
1431 window->main_surface->buffer_scale = scale;
1432 wl_surface_set_buffer_scale(window->main_surface->surface,
1433 scale);
1434}
1435
1436uint32_t
1437window_get_buffer_scale(struct window *window)
1438{
1439 return window->main_surface->buffer_scale;
1440}
1441
Alexander Larssond68f5232013-05-22 14:41:33 +02001442uint32_t
1443window_get_output_scale(struct window *window)
1444{
1445 struct window_output *window_output;
1446 struct window_output *window_output_tmp;
1447 int scale = 1;
1448
1449 wl_list_for_each_safe(window_output, window_output_tmp,
1450 &window->window_output_list, link) {
1451 if (window_output->output->scale > scale)
1452 scale = window_output->output->scale;
1453 }
1454
1455 return scale;
1456}
1457
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05001458static void window_frame_destroy(struct window_frame *frame);
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02001459
Pekka Paalanen4e373742013-02-13 16:17:13 +02001460static void
1461surface_destroy(struct surface *surface)
1462{
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03001463 if (surface->frame_cb)
1464 wl_callback_destroy(surface->frame_cb);
1465
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02001466 if (surface->input_region)
1467 wl_region_destroy(surface->input_region);
1468
1469 if (surface->opaque_region)
1470 wl_region_destroy(surface->opaque_region);
1471
Pekka Paalanen35e82632013-04-25 13:57:48 +03001472 if (surface->subsurface)
1473 wl_subsurface_destroy(surface->subsurface);
1474
Pekka Paalanen4e373742013-02-13 16:17:13 +02001475 wl_surface_destroy(surface->surface);
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02001476
1477 if (surface->toysurface)
1478 surface->toysurface->destroy(surface->toysurface);
1479
Pekka Paalanen35e82632013-04-25 13:57:48 +03001480 wl_list_remove(&surface->link);
Pekka Paalanen4e373742013-02-13 16:17:13 +02001481 free(surface);
1482}
1483
Kristian Høgsberge968f9c2010-08-27 22:18:00 -04001484void
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05001485window_destroy(struct window *window)
1486{
Pekka Paalanen77cbc952011-11-15 13:34:55 +02001487 struct display *display = window->display;
1488 struct input *input;
Rob Bradford7507b572012-05-15 17:55:34 +01001489 struct window_output *window_output;
1490 struct window_output *window_output_tmp;
Pekka Paalanen77cbc952011-11-15 13:34:55 +02001491
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03001492 wl_list_remove(&window->redraw_task.link);
Pekka Paalanen77cbc952011-11-15 13:34:55 +02001493
Rusty Lynch1084da52013-08-15 09:10:08 -07001494 wl_list_for_each(input, &display->input_list, link) {
1495 if (input->touch_focus == window)
1496 input->touch_focus = NULL;
Pekka Paalanen77cbc952011-11-15 13:34:55 +02001497 if (input->pointer_focus == window)
1498 input->pointer_focus = NULL;
1499 if (input->keyboard_focus == window)
1500 input->keyboard_focus = NULL;
Kristian Høgsbergae6e2712012-01-26 11:09:20 -05001501 if (input->focus_widget &&
1502 input->focus_widget->window == window)
1503 input->focus_widget = NULL;
Pekka Paalanen77cbc952011-11-15 13:34:55 +02001504 }
1505
Rob Bradford7507b572012-05-15 17:55:34 +01001506 wl_list_for_each_safe(window_output, window_output_tmp,
1507 &window->window_output_list, link) {
1508 free (window_output);
1509 }
1510
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02001511 if (window->frame)
Jason Ekstrandee7fefc2013-10-13 19:08:38 -05001512 window_frame_destroy(window->frame);
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02001513
Jasper St. Pierre0790e392013-12-09 14:58:00 -05001514 if (window->xdg_surface)
1515 xdg_surface_destroy(window->xdg_surface);
1516 if (window->xdg_popup)
1517 xdg_popup_destroy(window->xdg_popup);
Pekka Paalanen4e373742013-02-13 16:17:13 +02001518
1519 surface_destroy(window->main_surface);
1520
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05001521 wl_list_remove(&window->link);
Pekka Paalanen5ec65852011-12-16 10:09:29 +02001522
Pekka Paalanen5ec65852011-12-16 10:09:29 +02001523 free(window->title);
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05001524 free(window);
1525}
1526
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001527static struct widget *
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001528widget_find_widget(struct widget *widget, int32_t x, int32_t y)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001529{
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001530 struct widget *child, *target;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001531
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001532 wl_list_for_each(child, &widget->child_list, link) {
1533 target = widget_find_widget(child, x, y);
1534 if (target)
1535 return target;
1536 }
1537
1538 if (widget->allocation.x <= x &&
1539 x < widget->allocation.x + widget->allocation.width &&
1540 widget->allocation.y <= y &&
1541 y < widget->allocation.y + widget->allocation.height) {
1542 return widget;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001543 }
1544
1545 return NULL;
1546}
1547
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001548static struct widget *
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02001549window_find_widget(struct window *window, int32_t x, int32_t y)
1550{
Pekka Paalanen35e82632013-04-25 13:57:48 +03001551 struct surface *surface;
1552 struct widget *widget;
1553
1554 wl_list_for_each(surface, &window->subsurface_list, link) {
1555 widget = widget_find_widget(surface->widget, x, y);
1556 if (widget)
1557 return widget;
1558 }
1559
1560 return NULL;
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02001561}
1562
1563static struct widget *
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +02001564widget_create(struct window *window, struct surface *surface, void *data)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001565{
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001566 struct widget *widget;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001567
Peter Huttererf3d62272013-08-08 11:57:05 +10001568 widget = xzalloc(sizeof *widget);
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -05001569 widget->window = window;
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +02001570 widget->surface = surface;
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001571 widget->user_data = data;
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +02001572 widget->allocation = surface->allocation;
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001573 wl_list_init(&widget->child_list);
Kristian Høgsberg010f98b2012-02-23 17:30:45 -05001574 widget->opaque = 0;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001575 widget->tooltip = NULL;
1576 widget->tooltip_count = 0;
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05001577 widget->default_cursor = CURSOR_LEFT_PTR;
Neil Roberts97b747c2013-12-19 16:17:12 +00001578 widget->use_cairo = 1;
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001579
1580 return widget;
1581}
1582
1583struct widget *
1584window_add_widget(struct window *window, void *data)
1585{
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02001586 struct widget *widget;
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001587
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +02001588 widget = widget_create(window, window->main_surface, data);
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02001589 wl_list_init(&widget->link);
1590 window->main_surface->widget = widget;
1591
1592 return widget;
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001593}
1594
1595struct widget *
1596widget_add_widget(struct widget *parent, void *data)
1597{
1598 struct widget *widget;
1599
Pekka Paalanen2d8a32a2013-02-13 16:17:19 +02001600 widget = widget_create(parent->window, parent->surface, data);
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001601 wl_list_insert(parent->child_list.prev, &widget->link);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001602
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001603 return widget;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001604}
1605
1606void
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001607widget_destroy(struct widget *widget)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001608{
Pekka Paalanene156fb62012-01-19 13:51:38 +02001609 struct display *display = widget->window->display;
Pekka Paalanen35e82632013-04-25 13:57:48 +03001610 struct surface *surface = widget->surface;
Pekka Paalanene156fb62012-01-19 13:51:38 +02001611 struct input *input;
1612
Pekka Paalanen35e82632013-04-25 13:57:48 +03001613 /* Destroy the sub-surface along with the root widget */
1614 if (surface->widget == widget && surface->subsurface)
1615 surface_destroy(widget->surface);
1616
Kristian Høgsbergb637a402014-01-10 00:27:35 -08001617 if (widget->tooltip)
1618 widget_destroy_tooltip(widget);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001619
Pekka Paalanene156fb62012-01-19 13:51:38 +02001620 wl_list_for_each(input, &display->input_list, link) {
1621 if (input->focus_widget == widget)
1622 input->focus_widget = NULL;
1623 }
1624
Kristian Høgsberg441338c2012-01-10 13:52:34 -05001625 wl_list_remove(&widget->link);
1626 free(widget);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001627}
1628
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001629void
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05001630widget_set_default_cursor(struct widget *widget, int cursor)
1631{
1632 widget->default_cursor = cursor;
1633}
1634
1635void
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001636widget_get_allocation(struct widget *widget, struct rectangle *allocation)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001637{
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001638 *allocation = widget->allocation;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001639}
1640
1641void
Kristian Høgsbergbb977002012-01-10 19:11:42 -05001642widget_set_size(struct widget *widget, int32_t width, int32_t height)
1643{
Kristian Høgsbergbb977002012-01-10 19:11:42 -05001644 widget->allocation.width = width;
1645 widget->allocation.height = height;
Kristian Høgsbergbb977002012-01-10 19:11:42 -05001646}
1647
1648void
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001649widget_set_allocation(struct widget *widget,
1650 int32_t x, int32_t y, int32_t width, int32_t height)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001651{
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001652 widget->allocation.x = x;
1653 widget->allocation.y = y;
Tiago Vignattic5528d82012-02-09 19:06:55 +02001654 widget_set_size(widget, width, height);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001655}
1656
Kristian Høgsberg010f98b2012-02-23 17:30:45 -05001657void
1658widget_set_transparent(struct widget *widget, int transparent)
1659{
1660 widget->opaque = !transparent;
1661}
1662
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001663void *
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001664widget_get_user_data(struct widget *widget)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001665{
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05001666 return widget->user_data;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04001667}
1668
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001669static cairo_surface_t *
1670widget_get_cairo_surface(struct widget *widget)
1671{
1672 struct surface *surface = widget->surface;
1673 struct window *window = widget->window;
1674
Neil Roberts97b747c2013-12-19 16:17:12 +00001675 assert(widget->use_cairo);
1676
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001677 if (!surface->cairo_surface) {
1678 if (surface == window->main_surface)
1679 window_create_main_surface(window);
1680 else
Jasper St. Pierree81a1752014-03-10 11:35:48 -04001681 surface_create_surface(surface, 0);
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001682 }
1683
1684 return surface->cairo_surface;
1685}
1686
Alexander Larsson15901f02013-05-22 14:41:25 +02001687static void
1688widget_cairo_update_transform(struct widget *widget, cairo_t *cr)
1689{
1690 struct surface *surface = widget->surface;
1691 double angle;
1692 cairo_matrix_t m;
1693 enum wl_output_transform transform;
1694 int surface_width, surface_height;
1695 int translate_x, translate_y;
Alexander Larssonedddbd12013-05-24 13:09:43 +02001696 int32_t scale;
Alexander Larsson15901f02013-05-22 14:41:25 +02001697
1698 surface_width = surface->allocation.width;
1699 surface_height = surface->allocation.height;
1700
Alexander Larsson5e9b6522013-05-22 14:41:28 +02001701 transform = surface->buffer_transform;
Alexander Larsson2aaa8b72013-05-22 14:41:29 +02001702 scale = surface->buffer_scale;
Alexander Larsson5e9b6522013-05-22 14:41:28 +02001703
Alexander Larsson15901f02013-05-22 14:41:25 +02001704 switch (transform) {
1705 case WL_OUTPUT_TRANSFORM_FLIPPED:
1706 case WL_OUTPUT_TRANSFORM_FLIPPED_90:
1707 case WL_OUTPUT_TRANSFORM_FLIPPED_180:
1708 case WL_OUTPUT_TRANSFORM_FLIPPED_270:
1709 cairo_matrix_init(&m, -1, 0, 0, 1, 0, 0);
1710 break;
1711 default:
1712 cairo_matrix_init_identity(&m);
1713 break;
1714 }
1715
1716 switch (transform) {
1717 case WL_OUTPUT_TRANSFORM_NORMAL:
1718 default:
1719 angle = 0;
1720 translate_x = 0;
1721 translate_y = 0;
1722 break;
1723 case WL_OUTPUT_TRANSFORM_FLIPPED:
1724 angle = 0;
1725 translate_x = surface_width;
1726 translate_y = 0;
1727 break;
1728 case WL_OUTPUT_TRANSFORM_90:
1729 angle = M_PI_2;
1730 translate_x = surface_height;
1731 translate_y = 0;
1732 break;
1733 case WL_OUTPUT_TRANSFORM_FLIPPED_90:
1734 angle = M_PI_2;
1735 translate_x = surface_height;
1736 translate_y = surface_width;
1737 break;
1738 case WL_OUTPUT_TRANSFORM_180:
1739 angle = M_PI;
1740 translate_x = surface_width;
1741 translate_y = surface_height;
1742 break;
1743 case WL_OUTPUT_TRANSFORM_FLIPPED_180:
1744 angle = M_PI;
1745 translate_x = 0;
1746 translate_y = surface_height;
1747 break;
1748 case WL_OUTPUT_TRANSFORM_270:
1749 angle = M_PI + M_PI_2;
1750 translate_x = 0;
1751 translate_y = surface_width;
1752 break;
1753 case WL_OUTPUT_TRANSFORM_FLIPPED_270:
1754 angle = M_PI + M_PI_2;
1755 translate_x = 0;
1756 translate_y = 0;
1757 break;
1758 }
1759
Alexander Larsson2aaa8b72013-05-22 14:41:29 +02001760 cairo_scale(cr, scale, scale);
Alexander Larsson15901f02013-05-22 14:41:25 +02001761 cairo_translate(cr, translate_x, translate_y);
1762 cairo_rotate(cr, angle);
1763 cairo_transform(cr, &m);
1764}
1765
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001766cairo_t *
1767widget_cairo_create(struct widget *widget)
1768{
Pekka Paalanen35e82632013-04-25 13:57:48 +03001769 struct surface *surface = widget->surface;
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001770 cairo_surface_t *cairo_surface;
1771 cairo_t *cr;
1772
1773 cairo_surface = widget_get_cairo_surface(widget);
1774 cr = cairo_create(cairo_surface);
1775
Alexander Larsson15901f02013-05-22 14:41:25 +02001776 widget_cairo_update_transform(widget, cr);
1777
Pekka Paalanen35e82632013-04-25 13:57:48 +03001778 cairo_translate(cr, -surface->allocation.x, -surface->allocation.y);
1779
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001780 return cr;
1781}
1782
Pekka Paalanen7ff7a802013-04-25 13:57:50 +03001783struct wl_surface *
1784widget_get_wl_surface(struct widget *widget)
1785{
1786 return widget->surface->surface;
1787}
1788
Neil Roberts5e10a042013-09-09 00:40:17 +01001789struct wl_subsurface *
1790widget_get_wl_subsurface(struct widget *widget)
1791{
1792 return widget->surface->subsurface;
1793}
1794
Pekka Paalanen7ff7a802013-04-25 13:57:50 +03001795uint32_t
1796widget_get_last_time(struct widget *widget)
1797{
1798 return widget->surface->last_time;
1799}
1800
1801void
1802widget_input_region_add(struct widget *widget, const struct rectangle *rect)
1803{
1804 struct wl_compositor *comp = widget->window->display->compositor;
1805 struct surface *surface = widget->surface;
1806
1807 if (!surface->input_region)
1808 surface->input_region = wl_compositor_create_region(comp);
1809
1810 if (rect) {
1811 wl_region_add(surface->input_region,
1812 rect->x, rect->y, rect->width, rect->height);
1813 }
1814}
1815
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05001816void
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05001817widget_set_resize_handler(struct widget *widget,
1818 widget_resize_handler_t handler)
1819{
1820 widget->resize_handler = handler;
1821}
1822
1823void
1824widget_set_redraw_handler(struct widget *widget,
1825 widget_redraw_handler_t handler)
1826{
1827 widget->redraw_handler = handler;
1828}
1829
1830void
Kristian Høgsbergee143232012-01-09 08:42:24 -05001831widget_set_enter_handler(struct widget *widget, widget_enter_handler_t handler)
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -05001832{
Kristian Høgsbergee143232012-01-09 08:42:24 -05001833 widget->enter_handler = handler;
1834}
1835
1836void
1837widget_set_leave_handler(struct widget *widget, widget_leave_handler_t handler)
1838{
1839 widget->leave_handler = handler;
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -05001840}
1841
1842void
Kristian Høgsberg04e98342012-01-09 09:36:16 -05001843widget_set_motion_handler(struct widget *widget,
1844 widget_motion_handler_t handler)
1845{
1846 widget->motion_handler = handler;
1847}
1848
1849void
Kristian Høgsberga8a0db32012-01-09 11:12:05 -05001850widget_set_button_handler(struct widget *widget,
1851 widget_button_handler_t handler)
1852{
1853 widget->button_handler = handler;
1854}
1855
1856void
Rusty Lynch041815a2013-08-08 21:20:38 -07001857widget_set_touch_up_handler(struct widget *widget,
1858 widget_touch_up_handler_t handler)
1859{
1860 widget->touch_up_handler = handler;
1861}
1862
1863void
1864widget_set_touch_down_handler(struct widget *widget,
1865 widget_touch_down_handler_t handler)
1866{
1867 widget->touch_down_handler = handler;
1868}
1869
1870void
1871widget_set_touch_motion_handler(struct widget *widget,
1872 widget_touch_motion_handler_t handler)
1873{
1874 widget->touch_motion_handler = handler;
1875}
1876
1877void
1878widget_set_touch_frame_handler(struct widget *widget,
1879 widget_touch_frame_handler_t handler)
1880{
1881 widget->touch_frame_handler = handler;
1882}
1883
1884void
1885widget_set_touch_cancel_handler(struct widget *widget,
1886 widget_touch_cancel_handler_t handler)
1887{
1888 widget->touch_cancel_handler = handler;
1889}
1890
1891void
Philipp Brüschweiler7e0cc542012-08-14 11:02:41 +02001892widget_set_axis_handler(struct widget *widget,
1893 widget_axis_handler_t handler)
1894{
1895 widget->axis_handler = handler;
1896}
1897
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03001898static void
1899window_schedule_redraw_task(struct window *window);
1900
Philipp Brüschweiler7e0cc542012-08-14 11:02:41 +02001901void
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -05001902widget_schedule_redraw(struct widget *widget)
1903{
Pekka Paalanen71233882013-04-25 13:57:53 +03001904 DBG_OBJ(widget->surface->surface, "widget %p\n", widget);
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03001905 widget->surface->redraw_needed = 1;
1906 window_schedule_redraw_task(widget->window);
Kristian Høgsberg9a13dab2012-01-08 15:18:19 -05001907}
1908
Neil Roberts97b747c2013-12-19 16:17:12 +00001909void
1910widget_set_use_cairo(struct widget *widget,
1911 int use_cairo)
1912{
1913 widget->use_cairo = use_cairo;
1914}
1915
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04001916cairo_surface_t *
1917window_get_surface(struct window *window)
1918{
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001919 cairo_surface_t *cairo_surface;
1920
1921 cairo_surface = widget_get_cairo_surface(window->main_surface->widget);
1922
1923 return cairo_surface_reference(cairo_surface);
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04001924}
1925
Benjamin Franzkeec4d3422011-03-14 12:07:26 +01001926struct wl_surface *
1927window_get_wl_surface(struct window *window)
1928{
Pekka Paalanen4e373742013-02-13 16:17:13 +02001929 return window->main_surface->surface;
Benjamin Franzkeec4d3422011-03-14 12:07:26 +01001930}
1931
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05001932static void
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001933tooltip_redraw_handler(struct widget *widget, void *data)
1934{
1935 cairo_t *cr;
1936 const int32_t r = 3;
1937 struct tooltip *tooltip = data;
1938 int32_t width, height;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001939
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02001940 cr = widget_cairo_create(widget);
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001941 cairo_translate(cr, widget->allocation.x, widget->allocation.y);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001942 cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
1943 cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 0.0);
1944 cairo_paint(cr);
1945
Pekka Paalanen0a9686f2013-02-13 16:17:22 +02001946 width = widget->allocation.width;
1947 height = widget->allocation.height;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001948 rounded_rect(cr, 0, 0, width, height, r);
1949
1950 cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
1951 cairo_set_source_rgba(cr, 0.0, 0.0, 0.4, 0.8);
1952 cairo_fill(cr);
1953
1954 cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
1955 cairo_move_to(cr, 10, 16);
1956 cairo_show_text(cr, tooltip->entry);
1957 cairo_destroy(cr);
1958}
1959
1960static cairo_text_extents_t
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001961get_text_extents(struct display *display, struct tooltip *tooltip)
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001962{
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001963 cairo_t *cr;
1964 cairo_text_extents_t extents;
1965
Pekka Paalanen3cbb0892012-11-19 17:16:01 +02001966 /* Use the dummy_surface because tooltip's surface was not
1967 * created yet, and parent does not have a valid surface
1968 * outside repaint, either.
1969 */
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001970 cr = cairo_create(display->dummy_surface);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001971 cairo_text_extents(cr, tooltip->entry, &extents);
1972 cairo_destroy(cr);
1973
1974 return extents;
1975}
1976
1977static int
1978window_create_tooltip(struct tooltip *tooltip)
1979{
1980 struct widget *parent = tooltip->parent;
1981 struct display *display = parent->window->display;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001982 const int offset_y = 27;
1983 const int margin = 3;
1984 cairo_text_extents_t extents;
1985
1986 if (tooltip->widget)
1987 return 0;
1988
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001989 tooltip->widget = window_add_subsurface(parent->window, tooltip, SUBSURFACE_DESYNCHRONIZED);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001990
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001991 extents = get_text_extents(display, tooltip);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001992 widget_set_redraw_handler(tooltip->widget, tooltip_redraw_handler);
Jasper St. Pierre7f4386e2013-11-11 19:42:23 -05001993 widget_set_allocation(tooltip->widget,
1994 tooltip->x, tooltip->y + offset_y,
1995 extents.width + 20, 20 + margin * 2);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03001996
1997 return 0;
1998}
1999
2000void
2001widget_destroy_tooltip(struct widget *parent)
2002{
2003 struct tooltip *tooltip = parent->tooltip;
2004
2005 parent->tooltip_count = 0;
2006 if (!tooltip)
2007 return;
2008
2009 if (tooltip->widget) {
2010 widget_destroy(tooltip->widget);
Tiago Vignatti82db9d82012-05-23 22:06:27 +03002011 tooltip->widget = NULL;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03002012 }
2013
2014 close(tooltip->tooltip_fd);
2015 free(tooltip->entry);
2016 free(tooltip);
2017 parent->tooltip = NULL;
2018}
2019
2020static void
2021tooltip_func(struct task *task, uint32_t events)
2022{
2023 struct tooltip *tooltip =
2024 container_of(task, struct tooltip, tooltip_task);
2025 uint64_t exp;
2026
Martin Olsson8df662a2012-07-08 03:03:47 +02002027 if (read(tooltip->tooltip_fd, &exp, sizeof (uint64_t)) != sizeof (uint64_t))
2028 abort();
Tiago Vignatti82db9d82012-05-23 22:06:27 +03002029 window_create_tooltip(tooltip);
2030}
2031
2032#define TOOLTIP_TIMEOUT 500
2033static int
2034tooltip_timer_reset(struct tooltip *tooltip)
2035{
2036 struct itimerspec its;
2037
2038 its.it_interval.tv_sec = 0;
2039 its.it_interval.tv_nsec = 0;
2040 its.it_value.tv_sec = TOOLTIP_TIMEOUT / 1000;
2041 its.it_value.tv_nsec = (TOOLTIP_TIMEOUT % 1000) * 1000 * 1000;
2042 if (timerfd_settime(tooltip->tooltip_fd, 0, &its, NULL) < 0) {
2043 fprintf(stderr, "could not set timerfd\n: %m");
2044 return -1;
2045 }
2046
2047 return 0;
2048}
2049
2050int
2051widget_set_tooltip(struct widget *parent, char *entry, float x, float y)
2052{
2053 struct tooltip *tooltip = parent->tooltip;
2054
2055 parent->tooltip_count++;
2056 if (tooltip) {
2057 tooltip->x = x;
2058 tooltip->y = y;
2059 tooltip_timer_reset(tooltip);
2060 return 0;
2061 }
2062
2063 /* the handler might be triggered too fast via input device motion, so
2064 * we need this check here to make sure tooltip is fully initialized */
2065 if (parent->tooltip_count > 1)
2066 return 0;
2067
2068 tooltip = malloc(sizeof *tooltip);
2069 if (!tooltip)
2070 return -1;
2071
2072 parent->tooltip = tooltip;
2073 tooltip->parent = parent;
2074 tooltip->widget = NULL;
Tiago Vignatti82db9d82012-05-23 22:06:27 +03002075 tooltip->x = x;
2076 tooltip->y = y;
2077 tooltip->entry = strdup(entry);
2078 tooltip->tooltip_fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
2079 if (tooltip->tooltip_fd < 0) {
2080 fprintf(stderr, "could not create timerfd\n: %m");
2081 return -1;
2082 }
2083
2084 tooltip->tooltip_task.run = tooltip_func;
2085 display_watch_fd(parent->window->display, tooltip->tooltip_fd,
2086 EPOLLIN, &tooltip->tooltip_task);
2087 tooltip_timer_reset(tooltip);
2088
2089 return 0;
2090}
2091
2092static void
Jonas Ådahl14c92ff2012-08-29 22:13:02 +02002093workspace_manager_state(void *data,
2094 struct workspace_manager *workspace_manager,
2095 uint32_t current,
2096 uint32_t count)
2097{
2098 struct display *display = data;
2099
2100 display->workspace = current;
2101 display->workspace_count = count;
2102}
2103
2104static const struct workspace_manager_listener workspace_manager_listener = {
2105 workspace_manager_state
2106};
2107
2108static void
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002109frame_resize_handler(struct widget *widget,
2110 int32_t width, int32_t height, void *data)
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002111{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002112 struct window_frame *frame = data;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002113 struct widget *child = frame->child;
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002114 struct rectangle interior;
2115 struct rectangle input;
2116 struct rectangle opaque;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002117
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002118 if (widget->window->fullscreen) {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002119 interior.x = 0;
2120 interior.y = 0;
2121 interior.width = width;
2122 interior.height = height;
2123 } else {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002124 frame_resize(frame->frame, width, height);
2125 frame_interior(frame->frame, &interior.x, &interior.y,
2126 &interior.width, &interior.height);
Kristian Høgsberg010f98b2012-02-23 17:30:45 -05002127 }
2128
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002129 widget_set_allocation(child, interior.x, interior.y,
2130 interior.width, interior.height);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002131
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002132 if (child->resize_handler) {
2133 child->resize_handler(child, interior.width, interior.height,
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002134 child->user_data);
2135
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002136 if (widget->window->fullscreen) {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002137 width = child->allocation.width;
2138 height = child->allocation.height;
2139 } else {
2140 frame_resize_inside(frame->frame,
2141 child->allocation.width,
2142 child->allocation.height);
2143 width = frame_width(frame->frame);
2144 height = frame_height(frame->frame);
2145 }
Kristian Høgsberg023be102012-07-31 11:59:12 -04002146 }
2147
Scott Moreauf7e498c2012-05-14 11:39:29 -06002148 widget_set_allocation(widget, 0, 0, width, height);
Kristian Høgsbergf10df852012-02-28 21:52:12 -05002149
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002150 widget->surface->input_region =
2151 wl_compositor_create_region(widget->window->display->compositor);
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002152 if (!widget->window->fullscreen) {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002153 frame_input_rect(frame->frame, &input.x, &input.y,
2154 &input.width, &input.height);
2155 wl_region_add(widget->surface->input_region,
2156 input.x, input.y, input.width, input.height);
Pekka Vuorela4e363d22012-09-26 15:05:45 +03002157 } else {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002158 wl_region_add(widget->surface->input_region, 0, 0, width, height);
Pekka Vuorela4e363d22012-09-26 15:05:45 +03002159 }
2160
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002161 widget_set_allocation(widget, 0, 0, width, height);
Pekka Vuorela4e363d22012-09-26 15:05:45 +03002162
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002163 if (child->opaque) {
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002164 if (!widget->window->fullscreen) {
Kristian Høgsberg598477d2013-10-16 16:06:18 -07002165 frame_opaque_rect(frame->frame, &opaque.x, &opaque.y,
2166 &opaque.width, &opaque.height);
2167
2168 wl_region_add(widget->surface->opaque_region,
2169 opaque.x, opaque.y,
2170 opaque.width, opaque.height);
2171 } else {
2172 wl_region_add(widget->surface->opaque_region,
2173 0, 0, width, height);
2174 }
Martin Minarik1998b152012-05-10 02:04:35 +02002175 }
2176
Martin Minarik1998b152012-05-10 02:04:35 +02002177
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002178 widget_schedule_redraw(widget);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002179}
2180
2181static void
2182frame_redraw_handler(struct widget *widget, void *data)
2183{
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002184 cairo_t *cr;
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002185 struct window_frame *frame = data;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002186 struct window *window = widget->window;
2187
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002188 if (window->fullscreen)
Kristian Høgsberg2675dc12012-02-16 22:57:21 -05002189 return;
2190
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02002191 cr = widget_cairo_create(widget);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002192
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002193 frame_repaint(frame->frame, cr);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002194
2195 cairo_destroy(cr);
2196}
2197
2198static int
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002199frame_get_pointer_image_for_location(struct window_frame *frame,
2200 enum theme_location location)
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002201{
Scott Moreauc6a7e4b2012-09-28 02:45:06 -06002202 struct window *window = frame->widget->window;
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002203
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002204 if (window->custom)
Kristian Høgsberge994edd2013-02-14 16:31:42 -05002205 return CURSOR_LEFT_PTR;
2206
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002207 switch (location) {
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002208 case THEME_LOCATION_RESIZING_TOP:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002209 return CURSOR_TOP;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002210 case THEME_LOCATION_RESIZING_BOTTOM:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002211 return CURSOR_BOTTOM;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002212 case THEME_LOCATION_RESIZING_LEFT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002213 return CURSOR_LEFT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002214 case THEME_LOCATION_RESIZING_RIGHT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002215 return CURSOR_RIGHT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002216 case THEME_LOCATION_RESIZING_TOP_LEFT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002217 return CURSOR_TOP_LEFT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002218 case THEME_LOCATION_RESIZING_TOP_RIGHT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002219 return CURSOR_TOP_RIGHT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002220 case THEME_LOCATION_RESIZING_BOTTOM_LEFT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002221 return CURSOR_BOTTOM_LEFT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002222 case THEME_LOCATION_RESIZING_BOTTOM_RIGHT:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002223 return CURSOR_BOTTOM_RIGHT;
Kristian Høgsbergf96e6c02012-05-22 16:38:53 -04002224 case THEME_LOCATION_EXTERIOR:
2225 case THEME_LOCATION_TITLEBAR:
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002226 default:
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03002227 return CURSOR_LEFT_PTR;
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002228 }
Kristian Høgsbergcd9ac1d2011-12-15 09:14:34 -05002229}
2230
Kristian Høgsbergd31fcab2012-01-31 09:53:44 -05002231void
2232window_show_frame_menu(struct window *window,
2233 struct input *input, uint32_t time)
2234{
2235 int32_t x, y;
2236
Jasper St. Pierre81ff0752014-03-13 11:04:53 -04002237 if (window->xdg_surface) {
2238 input_get_position(input, &x, &y);
2239 xdg_surface_show_window_menu(window->xdg_surface,
2240 input_get_seat(input),
2241 window->display->serial,
2242 x - 10, y - 10);
2243 }
Kristian Høgsbergd31fcab2012-01-31 09:53:44 -05002244}
2245
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002246static int
2247frame_enter_handler(struct widget *widget,
Kristian Høgsberg80680c72012-05-10 12:21:37 -04002248 struct input *input, float x, float y, void *data)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002249{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002250 struct window_frame *frame = data;
2251 enum theme_location location;
2252
2253 location = frame_pointer_enter(frame->frame, input, x, y);
2254 if (frame_status(frame->frame) & FRAME_STATUS_REPAINT)
2255 widget_schedule_redraw(frame->widget);
2256
2257 return frame_get_pointer_image_for_location(data, location);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002258}
Kristian Høgsberg7d804062010-09-07 21:50:06 -04002259
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002260static int
2261frame_motion_handler(struct widget *widget,
2262 struct input *input, uint32_t time,
Kristian Høgsberg80680c72012-05-10 12:21:37 -04002263 float x, float y, void *data)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002264{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002265 struct window_frame *frame = data;
2266 enum theme_location location;
2267
2268 location = frame_pointer_motion(frame->frame, input, x, y);
2269 if (frame_status(frame->frame) & FRAME_STATUS_REPAINT)
2270 widget_schedule_redraw(frame->widget);
2271
2272 return frame_get_pointer_image_for_location(data, location);
2273}
2274
2275static void
2276frame_leave_handler(struct widget *widget,
2277 struct input *input, void *data)
2278{
2279 struct window_frame *frame = data;
2280
2281 frame_pointer_leave(frame->frame, input);
2282 if (frame_status(frame->frame) & FRAME_STATUS_REPAINT)
2283 widget_schedule_redraw(frame->widget);
2284}
2285
2286static void
2287frame_handle_status(struct window_frame *frame, struct input *input,
2288 uint32_t time, enum theme_location location)
2289{
2290 struct window *window = frame->widget->window;
2291 uint32_t status;
2292
2293 status = frame_status(frame->frame);
2294 if (status & FRAME_STATUS_REPAINT)
2295 widget_schedule_redraw(frame->widget);
2296
Jasper St. Pierre5a183322014-02-18 19:18:42 -05002297 if (status & FRAME_STATUS_MINIMIZE) {
2298 window_set_minimized(window);
2299 frame_status_clear(frame->frame, FRAME_STATUS_MINIMIZE);
2300 }
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002301
2302 if (status & FRAME_STATUS_MENU) {
2303 window_show_frame_menu(window, input, time);
2304 frame_status_clear(frame->frame, FRAME_STATUS_MENU);
2305 }
2306
2307 if (status & FRAME_STATUS_MAXIMIZE) {
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002308 window_set_maximized(window, !window->maximized);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002309 frame_status_clear(frame->frame, FRAME_STATUS_MAXIMIZE);
2310 }
2311
2312 if (status & FRAME_STATUS_CLOSE) {
Jasper St. Pierre2097fe12014-02-01 18:17:34 -05002313 window_close(window);
Jason Ekstrand4a7409a2013-10-27 21:32:54 -05002314 return;
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002315 }
2316
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002317 if ((status & FRAME_STATUS_MOVE) && window->xdg_surface) {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002318 input_ungrab(input);
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002319 xdg_surface_move(window->xdg_surface,
2320 input_get_seat(input),
2321 window->display->serial);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002322
2323 frame_status_clear(frame->frame, FRAME_STATUS_MOVE);
2324 }
2325
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002326 if ((status & FRAME_STATUS_RESIZE) && window->xdg_surface) {
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002327 input_ungrab(input);
2328
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002329 xdg_surface_resize(window->xdg_surface,
2330 input_get_seat(input),
2331 window->display->serial,
2332 location);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002333
2334 frame_status_clear(frame->frame, FRAME_STATUS_RESIZE);
2335 }
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002336}
Rob Bradford8bd35c72011-10-25 12:20:51 +01002337
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002338static void
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002339frame_button_handler(struct widget *widget,
2340 struct input *input, uint32_t time,
Daniel Stone4dbadb12012-05-30 16:31:51 +01002341 uint32_t button, enum wl_pointer_button_state state,
2342 void *data)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002343
2344{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002345 struct window_frame *frame = data;
2346 enum theme_location location;
Kristian Høgsberg1103a1a2012-04-03 12:00:48 -04002347
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002348 location = frame_pointer_button(frame->frame, input, button, state);
2349 frame_handle_status(frame, input, time, location);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002350}
2351
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002352static void
Rusty Lynch1084da52013-08-15 09:10:08 -07002353frame_touch_down_handler(struct widget *widget, struct input *input,
2354 uint32_t serial, uint32_t time, int32_t id,
2355 float x, float y, void *data)
2356{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002357 struct window_frame *frame = data;
2358
2359 frame_touch_down(frame->frame, input, id, x, y);
2360 frame_handle_status(frame, input, time, THEME_LOCATION_CLIENT_AREA);
2361}
2362
2363static void
2364frame_touch_up_handler(struct widget *widget,
2365 struct input *input, uint32_t serial, uint32_t time,
2366 int32_t id, void *data)
2367{
2368 struct window_frame *frame = data;
2369
2370 frame_touch_up(frame->frame, input, id);
2371 frame_handle_status(frame, input, time, THEME_LOCATION_CLIENT_AREA);
Rusty Lynch1084da52013-08-15 09:10:08 -07002372}
2373
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002374struct widget *
Jason Ekstrandee7fefc2013-10-13 19:08:38 -05002375window_frame_create(struct window *window, void *data)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002376{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002377 struct window_frame *frame;
Kristian Høgsbergc152ee12013-12-31 15:35:39 -08002378 uint32_t buttons;
2379
Jasper St. Pierre0790e392013-12-09 14:58:00 -05002380 if (window->custom) {
Kristian Høgsbergc152ee12013-12-31 15:35:39 -08002381 buttons = FRAME_BUTTON_NONE;
2382 } else {
2383 buttons = FRAME_BUTTON_ALL;
2384 }
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002385
Peter Huttererf3d62272013-08-08 11:57:05 +10002386 frame = xzalloc(sizeof *frame);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002387 frame->frame = frame_create(window->display->theme, 0, 0,
Kristian Høgsbergc152ee12013-12-31 15:35:39 -08002388 buttons, window->title);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002389
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002390 frame->widget = window_add_widget(window, frame);
2391 frame->child = widget_add_widget(frame->widget, data);
Martin Minarik1998b152012-05-10 02:04:35 +02002392
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002393 widget_set_redraw_handler(frame->widget, frame_redraw_handler);
2394 widget_set_resize_handler(frame->widget, frame_resize_handler);
2395 widget_set_enter_handler(frame->widget, frame_enter_handler);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002396 widget_set_leave_handler(frame->widget, frame_leave_handler);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002397 widget_set_motion_handler(frame->widget, frame_motion_handler);
2398 widget_set_button_handler(frame->widget, frame_button_handler);
Rusty Lynch1084da52013-08-15 09:10:08 -07002399 widget_set_touch_down_handler(frame->widget, frame_touch_down_handler);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002400 widget_set_touch_up_handler(frame->widget, frame_touch_up_handler);
Martin Minarik1998b152012-05-10 02:04:35 +02002401
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02002402 window->frame = frame;
2403
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002404 return frame->child;
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04002405}
2406
Kristian Høgsberga1627922012-06-20 17:30:03 -04002407void
Jason Ekstrandee7fefc2013-10-13 19:08:38 -05002408window_frame_set_child_size(struct widget *widget, int child_width,
2409 int child_height)
Kristian Høgsberga1627922012-06-20 17:30:03 -04002410{
2411 struct display *display = widget->window->display;
2412 struct theme *t = display->theme;
2413 int decoration_width, decoration_height;
2414 int width, height;
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002415 int margin = widget->window->maximized ? 0 : t->margin;
Kristian Høgsberga1627922012-06-20 17:30:03 -04002416
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002417 if (!widget->window->fullscreen) {
Scott Moreauc6a7e4b2012-09-28 02:45:06 -06002418 decoration_width = (t->width + margin) * 2;
Kristian Høgsberga1627922012-06-20 17:30:03 -04002419 decoration_height = t->width +
Scott Moreauc6a7e4b2012-09-28 02:45:06 -06002420 t->titlebar_height + margin * 2;
Kristian Høgsberga1627922012-06-20 17:30:03 -04002421
2422 width = child_width + decoration_width;
2423 height = child_height + decoration_height;
2424 } else {
2425 width = child_width;
2426 height = child_height;
2427 }
2428
2429 window_schedule_resize(widget->window, width, height);
2430}
2431
Kristian Høgsberge4feb562008-11-08 18:53:37 -05002432static void
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002433window_frame_destroy(struct window_frame *frame)
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02002434{
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05002435 frame_destroy(frame->frame);
Martin Minarik1998b152012-05-10 02:04:35 +02002436
Pekka Paalanen4dde2fc2012-01-19 13:33:50 +02002437 /* frame->child must be destroyed by the application */
2438 widget_destroy(frame->widget);
2439 free(frame);
2440}
2441
2442static void
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002443input_set_focus_widget(struct input *input, struct widget *focus,
Kristian Høgsberg80680c72012-05-10 12:21:37 -04002444 float x, float y)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002445{
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002446 struct widget *old, *widget;
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05002447 int cursor;
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002448
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002449 if (focus == input->focus_widget)
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002450 return;
2451
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002452 old = input->focus_widget;
Kristian Høgsbergee143232012-01-09 08:42:24 -05002453 if (old) {
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002454 widget = old;
2455 if (input->grab)
2456 widget = input->grab;
2457 if (widget->leave_handler)
2458 widget->leave_handler(old, input, widget->user_data);
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002459 input->focus_widget = NULL;
Kristian Høgsbergee143232012-01-09 08:42:24 -05002460 }
2461
2462 if (focus) {
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002463 widget = focus;
2464 if (input->grab)
2465 widget = input->grab;
Kristian Høgsbergf33984e2012-06-04 23:36:32 -04002466 input->focus_widget = focus;
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002467 if (widget->enter_handler)
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05002468 cursor = widget->enter_handler(focus, input, x, y,
2469 widget->user_data);
2470 else
2471 cursor = widget->default_cursor;
Kristian Høgsbergbb901fa2012-01-09 11:22:32 -05002472
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05002473 input_set_pointer_image(input, cursor);
Kristian Høgsbergee143232012-01-09 08:42:24 -05002474 }
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002475}
2476
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002477void
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08002478touch_grab(struct input *input, int32_t touch_id)
2479{
2480 input->touch_grab = 1;
2481 input->touch_grab_id = touch_id;
2482}
2483
2484void
2485touch_ungrab(struct input *input)
2486{
2487 struct touch_point *tp, *tmp;
2488
2489 input->touch_grab = 0;
2490
2491 wl_list_for_each_safe(tp, tmp,
2492 &input->touch_point_list, link) {
2493 if (tp->id != input->touch_grab_id)
2494 continue;
2495 wl_list_remove(&tp->link);
2496 free(tp);
2497
2498 return;
2499 }
2500}
2501
2502void
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002503input_grab(struct input *input, struct widget *widget, uint32_t button)
2504{
2505 input->grab = widget;
2506 input->grab_button = button;
Kristian Høgsberg41f7ebc2014-04-29 14:11:26 -07002507
2508 input_set_focus_widget(input, widget, input->sx, input->sy);
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002509}
2510
2511void
2512input_ungrab(struct input *input)
2513{
2514 struct widget *widget;
2515
2516 input->grab = NULL;
2517 if (input->pointer_focus) {
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02002518 widget = window_find_widget(input->pointer_focus,
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002519 input->sx, input->sy);
2520 input_set_focus_widget(input, widget, input->sx, input->sy);
2521 }
2522}
2523
2524static void
2525input_remove_pointer_focus(struct input *input)
2526{
2527 struct window *window = input->pointer_focus;
2528
2529 if (!window)
2530 return;
2531
2532 input_set_focus_widget(input, NULL, 0, 0);
2533
2534 input->pointer_focus = NULL;
2535 input->current_cursor = CURSOR_UNSET;
2536}
2537
2538static void
2539pointer_handle_enter(void *data, struct wl_pointer *pointer,
2540 uint32_t serial, struct wl_surface *surface,
2541 wl_fixed_t sx_w, wl_fixed_t sy_w)
2542{
2543 struct input *input = data;
2544 struct window *window;
2545 struct widget *widget;
2546 float sx = wl_fixed_to_double(sx_w);
2547 float sy = wl_fixed_to_double(sy_w);
2548
2549 if (!surface) {
2550 /* enter event for a window we've just destroyed */
2551 return;
2552 }
2553
Ander Conselvan de Oliveiraa57c9f12014-05-06 15:25:40 +03002554 window = wl_surface_get_user_data(surface);
2555 if (surface != window->main_surface->surface) {
2556 DBG("Ignoring input event from subsurface %p\n", surface);
2557 return;
2558 }
2559
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002560 input->display->serial = serial;
2561 input->pointer_enter_serial = serial;
Ander Conselvan de Oliveiraa57c9f12014-05-06 15:25:40 +03002562 input->pointer_focus = window;
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002563
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002564 input->sx = sx;
2565 input->sy = sy;
2566
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02002567 widget = window_find_widget(window, sx, sy);
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002568 input_set_focus_widget(input, widget, sx, sy);
2569}
2570
2571static void
2572pointer_handle_leave(void *data, struct wl_pointer *pointer,
2573 uint32_t serial, struct wl_surface *surface)
2574{
2575 struct input *input = data;
2576
2577 input->display->serial = serial;
2578 input_remove_pointer_focus(input);
2579}
2580
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002581static void
Daniel Stone37816df2012-05-16 18:45:18 +01002582pointer_handle_motion(void *data, struct wl_pointer *pointer,
2583 uint32_t time, wl_fixed_t sx_w, wl_fixed_t sy_w)
Kristian Høgsberg61017b12008-11-02 18:51:48 -05002584{
Kristian Høgsberg808fd412010-07-20 17:06:19 -04002585 struct input *input = data;
Kristian Høgsberg9a686242010-08-18 15:28:04 -04002586 struct window *window = input->pointer_focus;
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05002587 struct widget *widget;
Kristian Høgsbergbf74d522012-11-30 14:54:35 -05002588 int cursor;
Kristian Høgsberg80680c72012-05-10 12:21:37 -04002589 float sx = wl_fixed_to_double(sx_w);
2590 float sy = wl_fixed_to_double(sy_w);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04002591
Paul Winwoodb22bf572013-08-29 10:52:54 +01002592 if (!window)
2593 return;
2594
Ander Conselvan de Oliveiraa57c9f12014-05-06 15:25:40 +03002595 input->sx = sx;
2596 input->sy = sy;
2597
Rob Bradford5f087742013-07-11 19:41:27 +01002598 /* when making the window smaller - e.g. after a unmaximise we might
2599 * still have a pending motion event that the compositor has picked
2600 * based on the old surface dimensions
2601 */
2602 if (sx > window->main_surface->allocation.width ||
2603 sy > window->main_surface->allocation.height)
2604 return;
2605
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002606 if (!(input->grab && input->grab_button)) {
Pekka Paalanenac95f3e2013-02-13 16:17:17 +02002607 widget = window_find_widget(window, sx, sy);
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04002608 input_set_focus_widget(input, widget, sx, sy);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002609 }
2610
Kristian Høgsberg831dd522012-01-10 23:46:33 -05002611 if (input->grab)
2612 widget = input->grab;
2613 else
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002614 widget = input->focus_widget;
Kristian Høgsberg1a5f0c32013-08-15 14:15:18 -07002615 if (widget) {
2616 if (widget->motion_handler)
2617 cursor = widget->motion_handler(input->focus_widget,
2618 input, time, sx, sy,
2619 widget->user_data);
2620 else
2621 cursor = widget->default_cursor;
2622 } else
2623 cursor = CURSOR_LEFT_PTR;
Kristian Høgsberg9a686242010-08-18 15:28:04 -04002624
Kristian Høgsberg5a4e9ff2012-06-04 16:04:07 -04002625 input_set_pointer_image(input, cursor);
Kristian Høgsberg61017b12008-11-02 18:51:48 -05002626}
2627
Kristian Høgsberg1d7ffd32010-08-25 16:34:05 -04002628static void
Daniel Stone37816df2012-05-16 18:45:18 +01002629pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial,
Daniel Stone4dbadb12012-05-30 16:31:51 +01002630 uint32_t time, uint32_t button, uint32_t state_w)
Kristian Høgsberg94448c02008-12-30 11:03:33 -05002631{
Kristian Høgsberg808fd412010-07-20 17:06:19 -04002632 struct input *input = data;
Kristian Høgsbergc51f7992012-01-08 15:09:53 -05002633 struct widget *widget;
Daniel Stone4dbadb12012-05-30 16:31:51 +01002634 enum wl_pointer_button_state state = state_w;
Kristian Høgsbergbf6ceda2010-06-14 20:25:06 -04002635
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04002636 input->display->serial = serial;
Daniel Stone4dbadb12012-05-30 16:31:51 +01002637 if (input->focus_widget && input->grab == NULL &&
2638 state == WL_POINTER_BUTTON_STATE_PRESSED)
Kristian Høgsbergb6323512012-01-11 00:04:42 -05002639 input_grab(input, input->focus_widget, button);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002640
Neil Roberts6b28aad2012-01-23 19:11:18 +00002641 widget = input->grab;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05002642 if (widget && widget->button_handler)
Neil Roberts6b28aad2012-01-23 19:11:18 +00002643 (*widget->button_handler)(widget,
2644 input, time,
2645 button, state,
2646 input->grab->user_data);
Kristian Høgsberge28d05b2011-09-20 21:43:54 -04002647
Daniel Stone4dbadb12012-05-30 16:31:51 +01002648 if (input->grab && input->grab_button == button &&
2649 state == WL_POINTER_BUTTON_STATE_RELEASED)
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04002650 input_ungrab(input);
Kristian Høgsberg94448c02008-12-30 11:03:33 -05002651}
2652
Kristian Høgsberg99f090d2009-02-23 22:37:14 -05002653static void
Daniel Stone37816df2012-05-16 18:45:18 +01002654pointer_handle_axis(void *data, struct wl_pointer *pointer,
Daniel Stone2fce4022012-05-30 16:32:00 +01002655 uint32_t time, uint32_t axis, wl_fixed_t value)
Scott Moreau210d0792012-03-22 10:47:01 -06002656{
Philipp Brüschweiler7e0cc542012-08-14 11:02:41 +02002657 struct input *input = data;
2658 struct widget *widget;
2659
2660 widget = input->focus_widget;
2661 if (input->grab)
2662 widget = input->grab;
2663 if (widget && widget->axis_handler)
2664 (*widget->axis_handler)(widget,
2665 input, time,
2666 axis, value,
2667 widget->user_data);
Scott Moreau210d0792012-03-22 10:47:01 -06002668}
2669
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002670static const struct wl_pointer_listener pointer_listener = {
2671 pointer_handle_enter,
2672 pointer_handle_leave,
2673 pointer_handle_motion,
2674 pointer_handle_button,
2675 pointer_handle_axis,
2676};
2677
2678static void
2679input_remove_keyboard_focus(struct input *input)
2680{
2681 struct window *window = input->keyboard_focus;
2682 struct itimerspec its;
2683
2684 its.it_interval.tv_sec = 0;
2685 its.it_interval.tv_nsec = 0;
2686 its.it_value.tv_sec = 0;
2687 its.it_value.tv_nsec = 0;
2688 timerfd_settime(input->repeat_timer_fd, 0, &its, NULL);
2689
2690 if (!window)
2691 return;
2692
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002693 if (window->keyboard_focus_handler)
2694 (*window->keyboard_focus_handler)(window, NULL,
2695 window->user_data);
2696
2697 input->keyboard_focus = NULL;
2698}
2699
2700static void
2701keyboard_repeat_func(struct task *task, uint32_t events)
2702{
2703 struct input *input =
2704 container_of(task, struct input, repeat_task);
2705 struct window *window = input->keyboard_focus;
2706 uint64_t exp;
2707
2708 if (read(input->repeat_timer_fd, &exp, sizeof exp) != sizeof exp)
2709 /* If we change the timer between the fd becoming
2710 * readable and getting here, there'll be nothing to
2711 * read and we get EAGAIN. */
2712 return;
2713
2714 if (window && window->key_handler) {
2715 (*window->key_handler)(window, input, input->repeat_time,
2716 input->repeat_key, input->repeat_sym,
2717 WL_KEYBOARD_KEY_STATE_PRESSED,
2718 window->user_data);
2719 }
2720}
2721
2722static void
2723keyboard_handle_keymap(void *data, struct wl_keyboard *keyboard,
2724 uint32_t format, int fd, uint32_t size)
2725{
2726 struct input *input = data;
Rui Matos3eccb862013-10-10 19:44:22 +02002727 struct xkb_keymap *keymap;
2728 struct xkb_state *state;
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002729 char *map_str;
2730
2731 if (!data) {
2732 close(fd);
2733 return;
2734 }
2735
2736 if (format != WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1) {
2737 close(fd);
2738 return;
2739 }
2740
2741 map_str = mmap(NULL, size, PROT_READ, MAP_SHARED, fd, 0);
2742 if (map_str == MAP_FAILED) {
2743 close(fd);
2744 return;
2745 }
2746
Rui Matos3eccb862013-10-10 19:44:22 +02002747 keymap = xkb_map_new_from_string(input->display->xkb_context,
2748 map_str,
2749 XKB_KEYMAP_FORMAT_TEXT_V1,
2750 0);
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002751 munmap(map_str, size);
2752 close(fd);
2753
Rui Matos3eccb862013-10-10 19:44:22 +02002754 if (!keymap) {
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002755 fprintf(stderr, "failed to compile keymap\n");
2756 return;
2757 }
2758
Rui Matos3eccb862013-10-10 19:44:22 +02002759 state = xkb_state_new(keymap);
2760 if (!state) {
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002761 fprintf(stderr, "failed to create XKB state\n");
Rui Matos3eccb862013-10-10 19:44:22 +02002762 xkb_map_unref(keymap);
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002763 return;
2764 }
2765
Rui Matos3eccb862013-10-10 19:44:22 +02002766 xkb_keymap_unref(input->xkb.keymap);
2767 xkb_state_unref(input->xkb.state);
2768 input->xkb.keymap = keymap;
2769 input->xkb.state = state;
2770
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002771 input->xkb.control_mask =
2772 1 << xkb_map_mod_get_index(input->xkb.keymap, "Control");
2773 input->xkb.alt_mask =
2774 1 << xkb_map_mod_get_index(input->xkb.keymap, "Mod1");
2775 input->xkb.shift_mask =
2776 1 << xkb_map_mod_get_index(input->xkb.keymap, "Shift");
2777}
2778
2779static void
2780keyboard_handle_enter(void *data, struct wl_keyboard *keyboard,
2781 uint32_t serial, struct wl_surface *surface,
2782 struct wl_array *keys)
2783{
2784 struct input *input = data;
2785 struct window *window;
2786
2787 input->display->serial = serial;
2788 input->keyboard_focus = wl_surface_get_user_data(surface);
2789
2790 window = input->keyboard_focus;
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002791 if (window->keyboard_focus_handler)
2792 (*window->keyboard_focus_handler)(window,
Kristian Høgsberg86adef92012-08-13 22:25:53 -04002793 input, window->user_data);
Kristian Høgsbergb29798b2012-08-11 14:56:08 -04002794}
2795
2796static void
2797keyboard_handle_leave(void *data, struct wl_keyboard *keyboard,
2798 uint32_t serial, struct wl_surface *surface)
2799{
2800 struct input *input = data;
2801
2802 input->display->serial = serial;
2803 input_remove_keyboard_focus(input);
2804}
2805
Scott Moreau210d0792012-03-22 10:47:01 -06002806static void
Daniel Stone37816df2012-05-16 18:45:18 +01002807keyboard_handle_key(void *data, struct wl_keyboard *keyboard,
Daniel Stonec9785ea2012-05-30 16:31:52 +01002808 uint32_t serial, uint32_t time, uint32_t key,
2809 uint32_t state_w)
Kristian Høgsberg99f090d2009-02-23 22:37:14 -05002810{
Kristian Høgsberg808fd412010-07-20 17:06:19 -04002811 struct input *input = data;
2812 struct window *window = input->keyboard_focus;
Kristian Høgsberg70163132012-05-08 15:55:39 -04002813 uint32_t code, num_syms;
Daniel Stonec9785ea2012-05-30 16:31:52 +01002814 enum wl_keyboard_key_state state = state_w;
Kristian Høgsberg70163132012-05-08 15:55:39 -04002815 const xkb_keysym_t *syms;
2816 xkb_keysym_t sym;
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04002817 struct itimerspec its;
Kristian Høgsberg99f090d2009-02-23 22:37:14 -05002818
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04002819 input->display->serial = serial;
Daniel Stone0d5a5092012-02-16 12:48:00 +00002820 code = key + 8;
Kristian Høgsberg86adef92012-08-13 22:25:53 -04002821 if (!window || !input->xkb.state)
Kristian Høgsberg99f090d2009-02-23 22:37:14 -05002822 return;
2823
Kristian Høgsbergc31f6242014-04-29 14:19:20 -07002824 /* We only use input grabs for pointer events for now, so just
2825 * ignore key presses if a grab is active. We expand the key
2826 * event delivery mechanism to route events to widgets to
2827 * properly handle key grabs. In the meantime, this prevents
2828 * key event devlivery while a grab is active. */
2829 if (input->grab && input->grab_button == 0)
2830 return;
2831
Daniel Stone97f68542012-05-30 16:32:01 +01002832 num_syms = xkb_key_get_syms(input->xkb.state, code, &syms);
Kristian Høgsberg99f090d2009-02-23 22:37:14 -05002833
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04002834 sym = XKB_KEY_NoSymbol;
2835 if (num_syms == 1)
2836 sym = syms[0];
2837
Kristian Høgsberg211b5172014-01-11 13:10:21 -08002838
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04002839 if (sym == XKB_KEY_F5 && input->modifiers == MOD_ALT_MASK) {
Daniel Stonec9785ea2012-05-30 16:31:52 +01002840 if (state == WL_KEYBOARD_KEY_STATE_PRESSED)
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05002841 window_set_maximized(window, !window->maximized);
Kristian Høgsberg67ace202012-07-23 21:56:31 -04002842 } else if (sym == XKB_KEY_F11 &&
2843 window->fullscreen_handler &&
2844 state == WL_KEYBOARD_KEY_STATE_PRESSED) {
2845 window->fullscreen_handler(window, window->user_data);
Kristian Høgsberg4fc15352012-07-25 16:35:28 -04002846 } else if (sym == XKB_KEY_F4 &&
2847 input->modifiers == MOD_ALT_MASK &&
2848 state == WL_KEYBOARD_KEY_STATE_PRESSED) {
Jasper St. Pierre2097fe12014-02-01 18:17:34 -05002849 window_close(window);
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05002850 } else if (window->key_handler) {
2851 (*window->key_handler)(window, input, time, key,
2852 sym, state, window->user_data);
2853 }
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04002854
2855 if (state == WL_KEYBOARD_KEY_STATE_RELEASED &&
2856 key == input->repeat_key) {
2857 its.it_interval.tv_sec = 0;
2858 its.it_interval.tv_nsec = 0;
2859 its.it_value.tv_sec = 0;
2860 its.it_value.tv_nsec = 0;
2861 timerfd_settime(input->repeat_timer_fd, 0, &its, NULL);
Kristian Høgsbergd2a02132014-02-05 13:43:44 -08002862 } else if (state == WL_KEYBOARD_KEY_STATE_PRESSED &&
2863 xkb_keymap_key_repeats(input->xkb.keymap, code)) {
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04002864 input->repeat_sym = sym;
2865 input->repeat_key = key;
2866 input->repeat_time = time;
2867 its.it_interval.tv_sec = 0;
2868 its.it_interval.tv_nsec = 25 * 1000 * 1000;
2869 its.it_value.tv_sec = 0;
2870 its.it_value.tv_nsec = 400 * 1000 * 1000;
2871 timerfd_settime(input->repeat_timer_fd, 0, &its, NULL);
2872 }
2873}
2874
2875static void
Daniel Stone351eb612012-05-31 15:27:47 -04002876keyboard_handle_modifiers(void *data, struct wl_keyboard *keyboard,
2877 uint32_t serial, uint32_t mods_depressed,
2878 uint32_t mods_latched, uint32_t mods_locked,
2879 uint32_t group)
2880{
2881 struct input *input = data;
Jonas Ådahld9f6b072012-09-27 18:40:45 +02002882 xkb_mod_mask_t mask;
Daniel Stone351eb612012-05-31 15:27:47 -04002883
Matt Ropere61561f2013-06-24 16:52:43 +01002884 /* If we're not using a keymap, then we don't handle PC-style modifiers */
2885 if (!input->xkb.keymap)
2886 return;
2887
Daniel Stoneb7452fe2012-06-01 12:14:06 +01002888 xkb_state_update_mask(input->xkb.state, mods_depressed, mods_latched,
2889 mods_locked, 0, 0, group);
Jonas Ådahld9f6b072012-09-27 18:40:45 +02002890 mask = xkb_state_serialize_mods(input->xkb.state,
2891 XKB_STATE_DEPRESSED |
2892 XKB_STATE_LATCHED);
2893 input->modifiers = 0;
2894 if (mask & input->xkb.control_mask)
2895 input->modifiers |= MOD_CONTROL_MASK;
2896 if (mask & input->xkb.alt_mask)
2897 input->modifiers |= MOD_ALT_MASK;
2898 if (mask & input->xkb.shift_mask)
2899 input->modifiers |= MOD_SHIFT_MASK;
Daniel Stone351eb612012-05-31 15:27:47 -04002900}
2901
Daniel Stone37816df2012-05-16 18:45:18 +01002902static const struct wl_keyboard_listener keyboard_listener = {
Daniel Stoneb7452fe2012-06-01 12:14:06 +01002903 keyboard_handle_keymap,
Daniel Stone37816df2012-05-16 18:45:18 +01002904 keyboard_handle_enter,
2905 keyboard_handle_leave,
2906 keyboard_handle_key,
Daniel Stone351eb612012-05-31 15:27:47 -04002907 keyboard_handle_modifiers,
Daniel Stone37816df2012-05-16 18:45:18 +01002908};
Kristian Høgsberge04ad572011-12-21 17:14:54 -05002909
2910static void
Rusty Lynch041815a2013-08-08 21:20:38 -07002911touch_handle_down(void *data, struct wl_touch *wl_touch,
2912 uint32_t serial, uint32_t time, struct wl_surface *surface,
2913 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w)
2914{
2915 struct input *input = data;
2916 struct widget *widget;
2917 float sx = wl_fixed_to_double(x_w);
2918 float sy = wl_fixed_to_double(y_w);
2919
Rusty Lynch1084da52013-08-15 09:10:08 -07002920 input->display->serial = serial;
Rusty Lynch041815a2013-08-08 21:20:38 -07002921 input->touch_focus = wl_surface_get_user_data(surface);
2922 if (!input->touch_focus) {
2923 DBG("Failed to find to touch focus for surface %p\n", surface);
2924 return;
2925 }
2926
Ander Conselvan de Oliveiraa57c9f12014-05-06 15:25:40 +03002927 if (surface != input->touch_focus->main_surface->surface) {
2928 DBG("Ignoring input event from subsurface %p\n", surface);
2929 input->touch_focus = NULL;
2930 return;
2931 }
2932
Kristian Høgsberg1f671172014-04-29 14:30:44 -07002933 if (input->grab)
2934 widget = input->grab;
2935 else
2936 widget = window_find_widget(input->touch_focus,
2937 wl_fixed_to_double(x_w),
2938 wl_fixed_to_double(y_w));
Rusty Lynch041815a2013-08-08 21:20:38 -07002939 if (widget) {
2940 struct touch_point *tp = xmalloc(sizeof *tp);
2941 if (tp) {
2942 tp->id = id;
2943 tp->widget = widget;
Kristian Høgsbergef9c8eb2014-01-07 12:57:59 -08002944 tp->x = sx;
2945 tp->y = sy;
Rusty Lynch041815a2013-08-08 21:20:38 -07002946 wl_list_insert(&input->touch_point_list, &tp->link);
2947
2948 if (widget->touch_down_handler)
Rusty Lynch1084da52013-08-15 09:10:08 -07002949 (*widget->touch_down_handler)(widget, input,
2950 serial, time, id,
Rusty Lynch041815a2013-08-08 21:20:38 -07002951 sx, sy,
2952 widget->user_data);
2953 }
2954 }
2955}
2956
2957static void
2958touch_handle_up(void *data, struct wl_touch *wl_touch,
2959 uint32_t serial, uint32_t time, int32_t id)
2960{
2961 struct input *input = data;
2962 struct touch_point *tp, *tmp;
2963
Rusty Lynch041815a2013-08-08 21:20:38 -07002964 if (!input->touch_focus) {
2965 DBG("No touch focus found for touch up event!\n");
2966 return;
2967 }
2968
2969 wl_list_for_each_safe(tp, tmp, &input->touch_point_list, link) {
2970 if (tp->id != id)
2971 continue;
2972
2973 if (tp->widget->touch_up_handler)
Rusty Lynch1084da52013-08-15 09:10:08 -07002974 (*tp->widget->touch_up_handler)(tp->widget, input, serial,
Rusty Lynch041815a2013-08-08 21:20:38 -07002975 time, id,
2976 tp->widget->user_data);
2977
2978 wl_list_remove(&tp->link);
2979 free(tp);
2980
2981 return;
2982 }
2983}
2984
2985static void
2986touch_handle_motion(void *data, struct wl_touch *wl_touch,
2987 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w)
2988{
2989 struct input *input = data;
2990 struct touch_point *tp;
2991 float sx = wl_fixed_to_double(x_w);
2992 float sy = wl_fixed_to_double(y_w);
2993
2994 DBG("touch_handle_motion: %i %i\n", id, wl_list_length(&input->touch_point_list));
2995
2996 if (!input->touch_focus) {
2997 DBG("No touch focus found for touch motion event!\n");
2998 return;
2999 }
3000
3001 wl_list_for_each(tp, &input->touch_point_list, link) {
3002 if (tp->id != id)
3003 continue;
3004
Kristian Høgsbergef9c8eb2014-01-07 12:57:59 -08003005 tp->x = sx;
3006 tp->y = sy;
Rusty Lynch041815a2013-08-08 21:20:38 -07003007 if (tp->widget->touch_motion_handler)
Rusty Lynch1084da52013-08-15 09:10:08 -07003008 (*tp->widget->touch_motion_handler)(tp->widget, input, time,
Rusty Lynch041815a2013-08-08 21:20:38 -07003009 id, sx, sy,
3010 tp->widget->user_data);
3011 return;
3012 }
3013}
3014
3015static void
3016touch_handle_frame(void *data, struct wl_touch *wl_touch)
3017{
3018 struct input *input = data;
3019 struct touch_point *tp, *tmp;
3020
3021 DBG("touch_handle_frame\n");
3022
3023 if (!input->touch_focus) {
3024 DBG("No touch focus found for touch frame event!\n");
3025 return;
3026 }
3027
3028 wl_list_for_each_safe(tp, tmp, &input->touch_point_list, link) {
3029 if (tp->widget->touch_frame_handler)
Rusty Lynch1084da52013-08-15 09:10:08 -07003030 (*tp->widget->touch_frame_handler)(tp->widget, input,
3031 tp->widget->user_data);
Rusty Lynch041815a2013-08-08 21:20:38 -07003032 }
3033}
3034
3035static void
3036touch_handle_cancel(void *data, struct wl_touch *wl_touch)
3037{
3038 struct input *input = data;
3039 struct touch_point *tp, *tmp;
3040
3041 DBG("touch_handle_cancel\n");
3042
3043 if (!input->touch_focus) {
3044 DBG("No touch focus found for touch cancel event!\n");
3045 return;
3046 }
3047
3048 wl_list_for_each_safe(tp, tmp, &input->touch_point_list, link) {
3049 if (tp->widget->touch_cancel_handler)
Rusty Lynch1084da52013-08-15 09:10:08 -07003050 (*tp->widget->touch_cancel_handler)(tp->widget, input,
3051 tp->widget->user_data);
Rusty Lynch041815a2013-08-08 21:20:38 -07003052
3053 wl_list_remove(&tp->link);
3054 free(tp);
3055 }
3056}
3057
3058static const struct wl_touch_listener touch_listener = {
3059 touch_handle_down,
3060 touch_handle_up,
3061 touch_handle_motion,
3062 touch_handle_frame,
3063 touch_handle_cancel,
3064};
3065
3066static void
Daniel Stone37816df2012-05-16 18:45:18 +01003067seat_handle_capabilities(void *data, struct wl_seat *seat,
3068 enum wl_seat_capability caps)
Kristian Høgsberge04ad572011-12-21 17:14:54 -05003069{
Daniel Stone37816df2012-05-16 18:45:18 +01003070 struct input *input = data;
3071
3072 if ((caps & WL_SEAT_CAPABILITY_POINTER) && !input->pointer) {
3073 input->pointer = wl_seat_get_pointer(seat);
3074 wl_pointer_set_user_data(input->pointer, input);
3075 wl_pointer_add_listener(input->pointer, &pointer_listener,
3076 input);
3077 } else if (!(caps & WL_SEAT_CAPABILITY_POINTER) && input->pointer) {
3078 wl_pointer_destroy(input->pointer);
3079 input->pointer = NULL;
3080 }
3081
3082 if ((caps & WL_SEAT_CAPABILITY_KEYBOARD) && !input->keyboard) {
3083 input->keyboard = wl_seat_get_keyboard(seat);
3084 wl_keyboard_set_user_data(input->keyboard, input);
3085 wl_keyboard_add_listener(input->keyboard, &keyboard_listener,
3086 input);
3087 } else if (!(caps & WL_SEAT_CAPABILITY_KEYBOARD) && input->keyboard) {
3088 wl_keyboard_destroy(input->keyboard);
3089 input->keyboard = NULL;
3090 }
Rusty Lynch041815a2013-08-08 21:20:38 -07003091
3092 if ((caps & WL_SEAT_CAPABILITY_TOUCH) && !input->touch) {
3093 input->touch = wl_seat_get_touch(seat);
3094 wl_touch_set_user_data(input->touch, input);
3095 wl_touch_add_listener(input->touch, &touch_listener, input);
3096 } else if (!(caps & WL_SEAT_CAPABILITY_TOUCH) && input->touch) {
3097 wl_touch_destroy(input->touch);
3098 input->touch = NULL;
3099 }
Kristian Høgsberge04ad572011-12-21 17:14:54 -05003100}
3101
Rob Bradford08031182013-08-13 20:11:03 +01003102static void
3103seat_handle_name(void *data, struct wl_seat *seat,
3104 const char *name)
3105{
3106
3107}
3108
Daniel Stone37816df2012-05-16 18:45:18 +01003109static const struct wl_seat_listener seat_listener = {
3110 seat_handle_capabilities,
Rob Bradford08031182013-08-13 20:11:03 +01003111 seat_handle_name
Kristian Høgsberg94448c02008-12-30 11:03:33 -05003112};
3113
Kristian Høgsberg9a686242010-08-18 15:28:04 -04003114void
3115input_get_position(struct input *input, int32_t *x, int32_t *y)
3116{
3117 *x = input->sx;
3118 *y = input->sy;
3119}
3120
Kristian Høgsbergef9c8eb2014-01-07 12:57:59 -08003121int
3122input_get_touch(struct input *input, int32_t id, float *x, float *y)
3123{
3124 struct touch_point *tp;
3125
3126 wl_list_for_each(tp, &input->touch_point_list, link) {
3127 if (tp->id != id)
3128 continue;
3129
3130 *x = tp->x;
3131 *y = tp->y;
3132 return 0;
3133 }
3134
3135 return -1;
3136}
3137
Kristian Høgsbergd56bd902012-06-05 09:58:51 -04003138struct display *
3139input_get_display(struct input *input)
3140{
3141 return input->display;
3142}
3143
Daniel Stone37816df2012-05-16 18:45:18 +01003144struct wl_seat *
3145input_get_seat(struct input *input)
Kristian Høgsberg1d7ffd32010-08-25 16:34:05 -04003146{
Daniel Stone37816df2012-05-16 18:45:18 +01003147 return input->seat;
Kristian Høgsberg1d7ffd32010-08-25 16:34:05 -04003148}
3149
Kristian Høgsberg67cac8a2011-01-19 14:20:33 -05003150uint32_t
3151input_get_modifiers(struct input *input)
3152{
3153 return input->modifiers;
3154}
3155
Kristian Høgsbergb6323512012-01-11 00:04:42 -05003156struct widget *
3157input_get_focus_widget(struct input *input)
3158{
3159 return input->focus_widget;
3160}
3161
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003162struct data_offer {
3163 struct wl_data_offer *offer;
3164 struct input *input;
3165 struct wl_array types;
3166 int refcount;
Kristian Høgsberg9a686242010-08-18 15:28:04 -04003167
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003168 struct task io_task;
3169 int fd;
3170 data_func_t func;
3171 int32_t x, y;
3172 void *user_data;
3173};
3174
3175static void
3176data_offer_offer(void *data, struct wl_data_offer *wl_data_offer, const char *type)
3177{
3178 struct data_offer *offer = data;
3179 char **p;
3180
3181 p = wl_array_add(&offer->types, sizeof *p);
3182 *p = strdup(type);
3183}
3184
3185static const struct wl_data_offer_listener data_offer_listener = {
3186 data_offer_offer,
3187};
3188
3189static void
3190data_offer_destroy(struct data_offer *offer)
3191{
3192 char **p;
3193
3194 offer->refcount--;
3195 if (offer->refcount == 0) {
3196 wl_data_offer_destroy(offer->offer);
3197 for (p = offer->types.data; *p; p++)
3198 free(*p);
3199 wl_array_release(&offer->types);
3200 free(offer);
3201 }
3202}
3203
3204static void
3205data_device_data_offer(void *data,
Kristian Høgsberg8733b332012-06-28 22:04:06 -04003206 struct wl_data_device *data_device,
3207 struct wl_data_offer *_offer)
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003208{
3209 struct data_offer *offer;
3210
Brian Lovinbc919262013-08-07 15:34:59 -07003211 offer = xmalloc(sizeof *offer);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003212
3213 wl_array_init(&offer->types);
3214 offer->refcount = 1;
3215 offer->input = data;
Kristian Høgsberg8733b332012-06-28 22:04:06 -04003216 offer->offer = _offer;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003217 wl_data_offer_add_listener(offer->offer,
3218 &data_offer_listener, offer);
3219}
3220
3221static void
3222data_device_enter(void *data, struct wl_data_device *data_device,
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04003223 uint32_t serial, struct wl_surface *surface,
Daniel Stone103db7f2012-05-08 17:17:55 +01003224 wl_fixed_t x_w, wl_fixed_t y_w,
3225 struct wl_data_offer *offer)
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003226{
3227 struct input *input = data;
3228 struct window *window;
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003229 void *types_data;
Kristian Høgsberg80680c72012-05-10 12:21:37 -04003230 float x = wl_fixed_to_double(x_w);
3231 float y = wl_fixed_to_double(y_w);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003232 char **p;
3233
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003234 window = wl_surface_get_user_data(surface);
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003235 input->drag_enter_serial = serial;
3236 input->drag_focus = window,
3237 input->drag_x = x;
3238 input->drag_y = y;
3239
3240 if (!input->touch_grab)
3241 input->pointer_enter_serial = serial;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003242
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003243 if (offer) {
3244 input->drag_offer = wl_data_offer_get_user_data(offer);
3245
3246 p = wl_array_add(&input->drag_offer->types, sizeof *p);
3247 *p = NULL;
3248
3249 types_data = input->drag_offer->types.data;
3250 } else {
3251 input->drag_offer = NULL;
3252 types_data = NULL;
3253 }
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003254
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003255 if (window->data_handler)
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003256 window->data_handler(window, input, x, y, types_data,
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003257 window->user_data);
3258}
3259
3260static void
3261data_device_leave(void *data, struct wl_data_device *data_device)
3262{
3263 struct input *input = data;
3264
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003265 if (input->drag_offer) {
3266 data_offer_destroy(input->drag_offer);
3267 input->drag_offer = NULL;
3268 }
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003269}
3270
3271static void
3272data_device_motion(void *data, struct wl_data_device *data_device,
Daniel Stone103db7f2012-05-08 17:17:55 +01003273 uint32_t time, wl_fixed_t x_w, wl_fixed_t y_w)
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003274{
3275 struct input *input = data;
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003276 struct window *window = input->drag_focus;
Kristian Høgsberg80680c72012-05-10 12:21:37 -04003277 float x = wl_fixed_to_double(x_w);
3278 float y = wl_fixed_to_double(y_w);
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003279 void *types_data;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003280
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003281 input->drag_x = x;
3282 input->drag_y = y;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003283
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003284 if (input->drag_offer)
3285 types_data = input->drag_offer->types.data;
3286 else
3287 types_data = NULL;
3288
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003289 if (window->data_handler)
Ander Conselvan de Oliveira08bcf142012-05-29 10:58:27 +03003290 window->data_handler(window, input, x, y, types_data,
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003291 window->user_data);
3292}
3293
3294static void
3295data_device_drop(void *data, struct wl_data_device *data_device)
3296{
3297 struct input *input = data;
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003298 struct window *window = input->drag_focus;
3299 float x, y;
3300
3301 x = input->drag_x;
3302 y = input->drag_y;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003303
3304 if (window->drop_handler)
3305 window->drop_handler(window, input,
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003306 x, y, window->user_data);
3307
3308 if (input->touch_grab)
3309 touch_ungrab(input);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003310}
3311
3312static void
3313data_device_selection(void *data,
3314 struct wl_data_device *wl_data_device,
3315 struct wl_data_offer *offer)
3316{
3317 struct input *input = data;
3318 char **p;
3319
3320 if (input->selection_offer)
3321 data_offer_destroy(input->selection_offer);
3322
Kristian Høgsberg42c8f602012-01-27 11:04:18 -05003323 if (offer) {
3324 input->selection_offer = wl_data_offer_get_user_data(offer);
3325 p = wl_array_add(&input->selection_offer->types, sizeof *p);
3326 *p = NULL;
Kristian Høgsberga4b3d0e2012-05-31 23:30:32 -04003327 } else {
3328 input->selection_offer = NULL;
Kristian Høgsberg42c8f602012-01-27 11:04:18 -05003329 }
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003330}
3331
3332static const struct wl_data_device_listener data_device_listener = {
3333 data_device_data_offer,
3334 data_device_enter,
3335 data_device_leave,
3336 data_device_motion,
3337 data_device_drop,
3338 data_device_selection
3339};
3340
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003341static void
3342input_set_pointer_image_index(struct input *input, int index)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003343{
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003344 struct wl_buffer *buffer;
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +03003345 struct wl_cursor *cursor;
3346 struct wl_cursor_image *image;
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003347
Daniel Stone80972742012-11-07 17:51:39 +11003348 if (!input->pointer)
3349 return;
3350
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003351 cursor = input->display->cursors[input->current_cursor];
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +03003352 if (!cursor)
Dima Ryazanovff1c2d72012-05-08 21:02:33 -07003353 return;
3354
Kristian Høgsberg7cee1972012-06-04 23:37:42 -04003355 if (index >= (int) cursor->image_count) {
3356 fprintf(stderr, "cursor index out of range\n");
3357 return;
3358 }
3359
3360 image = cursor->images[index];
Ander Conselvan de Oliveira1042dc12012-05-22 15:39:42 +03003361 buffer = wl_cursor_image_get_buffer(image);
3362 if (!buffer)
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003363 return;
3364
Ander Conselvan de Oliveira37ffc3c2012-06-15 17:27:35 +03003365 wl_surface_attach(input->pointer_surface, buffer, 0, 0);
3366 wl_surface_damage(input->pointer_surface, 0, 0,
3367 image->width, image->height);
Pekka Paalanenc9e00c02012-10-10 12:49:24 +03003368 wl_surface_commit(input->pointer_surface);
Ander Conselvan de Oliveira23900f72014-01-31 16:07:51 +02003369 wl_pointer_set_cursor(input->pointer, input->pointer_enter_serial,
3370 input->pointer_surface,
3371 image->hotspot_x, image->hotspot_y);
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003372}
3373
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003374static const struct wl_callback_listener pointer_surface_listener;
3375
3376static void
3377pointer_surface_frame_callback(void *data, struct wl_callback *callback,
3378 uint32_t time)
3379{
3380 struct input *input = data;
Daniel Stonea494f1d2012-06-18 19:31:12 +01003381 struct wl_cursor *cursor;
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003382 int i;
3383
3384 if (callback) {
3385 assert(callback == input->cursor_frame_cb);
3386 wl_callback_destroy(callback);
3387 input->cursor_frame_cb = NULL;
3388 }
3389
Daniel Stone80972742012-11-07 17:51:39 +11003390 if (!input->pointer)
3391 return;
3392
Kristian Høgsbergf3370522012-06-20 23:04:41 -04003393 if (input->current_cursor == CURSOR_BLANK) {
Kristian Høgsbergae277372012-08-01 09:41:08 -04003394 wl_pointer_set_cursor(input->pointer,
3395 input->pointer_enter_serial,
Kristian Høgsbergf3370522012-06-20 23:04:41 -04003396 NULL, 0, 0);
3397 return;
3398 }
3399
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003400 if (input->current_cursor == CURSOR_UNSET)
3401 return;
Daniel Stonea494f1d2012-06-18 19:31:12 +01003402 cursor = input->display->cursors[input->current_cursor];
3403 if (!cursor)
3404 return;
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003405
3406 /* FIXME We don't have the current time on the first call so we set
3407 * the animation start to the time of the first frame callback. */
3408 if (time == 0)
3409 input->cursor_anim_start = 0;
3410 else if (input->cursor_anim_start == 0)
3411 input->cursor_anim_start = time;
3412
3413 if (time == 0 || input->cursor_anim_start == 0)
3414 i = 0;
3415 else
3416 i = wl_cursor_frame(cursor, time - input->cursor_anim_start);
3417
Pekka Paalanenbc106382012-10-10 12:49:31 +03003418 if (cursor->image_count > 1) {
3419 input->cursor_frame_cb =
3420 wl_surface_frame(input->pointer_surface);
3421 wl_callback_add_listener(input->cursor_frame_cb,
3422 &pointer_surface_listener, input);
3423 }
3424
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003425 input_set_pointer_image_index(input, i);
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003426}
3427
3428static const struct wl_callback_listener pointer_surface_listener = {
3429 pointer_surface_frame_callback
3430};
3431
Kristian Høgsberg7cee1972012-06-04 23:37:42 -04003432void
3433input_set_pointer_image(struct input *input, int pointer)
3434{
Ander Conselvan de Oliveiraddca4962012-07-16 14:15:49 +03003435 int force = 0;
3436
Kristian Høgsberge530a0a2012-10-29 16:42:26 -04003437 if (!input->pointer)
3438 return;
3439
Ander Conselvan de Oliveiraddca4962012-07-16 14:15:49 +03003440 if (input->pointer_enter_serial > input->cursor_serial)
3441 force = 1;
3442
3443 if (!force && pointer == input->current_cursor)
Kristian Høgsberg7cee1972012-06-04 23:37:42 -04003444 return;
3445
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003446 input->current_cursor = pointer;
Kristian Høgsberg11f600d2012-06-22 10:52:58 -04003447 input->cursor_serial = input->pointer_enter_serial;
Ander Conselvan de Oliveira80620072012-06-15 17:27:36 +03003448 if (!input->cursor_frame_cb)
3449 pointer_surface_frame_callback(input, NULL, 0);
Ander Conselvan de Oliveiraddca4962012-07-16 14:15:49 +03003450 else if (force) {
3451 /* The current frame callback may be stuck if, for instance,
3452 * the set cursor request was processed by the server after
3453 * this client lost the focus. In this case the cursor surface
3454 * might not be mapped and the frame callback wouldn't ever
3455 * complete. Send a set_cursor and attach to try to map the
3456 * cursor surface again so that the callback will finish */
3457 input_set_pointer_image_index(input, 0);
3458 }
Kristian Høgsberg7cee1972012-06-04 23:37:42 -04003459}
3460
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003461struct wl_data_device *
3462input_get_data_device(struct input *input)
3463{
3464 return input->data_device;
3465}
3466
3467void
3468input_set_selection(struct input *input,
3469 struct wl_data_source *source, uint32_t time)
3470{
Jason Ekstranda669bd52014-04-02 19:53:51 -05003471 if (input->data_device)
3472 wl_data_device_set_selection(input->data_device, source, time);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003473}
3474
3475void
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04003476input_accept(struct input *input, const char *type)
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003477{
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04003478 wl_data_offer_accept(input->drag_offer->offer,
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003479 input->drag_enter_serial, type);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003480}
3481
3482static void
3483offer_io_func(struct task *task, uint32_t events)
3484{
3485 struct data_offer *offer =
3486 container_of(task, struct data_offer, io_task);
3487 unsigned int len;
3488 char buffer[4096];
3489
3490 len = read(offer->fd, buffer, sizeof buffer);
3491 offer->func(buffer, len,
3492 offer->x, offer->y, offer->user_data);
3493
3494 if (len == 0) {
3495 close(offer->fd);
3496 data_offer_destroy(offer);
3497 }
3498}
3499
3500static void
3501data_offer_receive_data(struct data_offer *offer, const char *mime_type,
3502 data_func_t func, void *user_data)
3503{
3504 int p[2];
3505
Jonas Ådahl3685c3a2012-03-30 23:10:27 +02003506 if (pipe2(p, O_CLOEXEC) == -1)
3507 return;
3508
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003509 wl_data_offer_receive(offer->offer, mime_type, p[1]);
3510 close(p[1]);
3511
3512 offer->io_task.run = offer_io_func;
3513 offer->fd = p[0];
3514 offer->func = func;
3515 offer->refcount++;
3516 offer->user_data = user_data;
3517
3518 display_watch_fd(offer->input->display,
3519 offer->fd, EPOLLIN, &offer->io_task);
3520}
3521
3522void
3523input_receive_drag_data(struct input *input, const char *mime_type,
3524 data_func_t func, void *data)
3525{
3526 data_offer_receive_data(input->drag_offer, mime_type, func, data);
Xiong Zhangbf3c1c62013-11-25 18:42:51 +08003527 input->drag_offer->x = input->drag_x;
3528 input->drag_offer->y = input->drag_y;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003529}
3530
3531int
Kristian Høgsberg0749e3f2013-09-04 20:41:06 -07003532input_receive_drag_data_to_fd(struct input *input,
3533 const char *mime_type, int fd)
3534{
3535 if (input->drag_offer)
3536 wl_data_offer_receive(input->drag_offer->offer, mime_type, fd);
3537
3538 return 0;
3539}
3540
3541int
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04003542input_receive_selection_data(struct input *input, const char *mime_type,
3543 data_func_t func, void *data)
3544{
3545 char **p;
3546
3547 if (input->selection_offer == NULL)
3548 return -1;
3549
3550 for (p = input->selection_offer->types.data; *p; p++)
3551 if (strcmp(mime_type, *p) == 0)
3552 break;
3553
3554 if (*p == NULL)
3555 return -1;
3556
3557 data_offer_receive_data(input->selection_offer,
3558 mime_type, func, data);
3559 return 0;
Kristian Høgsberg41da9082010-11-30 14:01:07 -05003560}
Kristian Høgsberge9d37bd2010-09-02 20:22:42 -04003561
Kristian Høgsberge7aaec32011-12-27 13:50:04 -05003562int
3563input_receive_selection_data_to_fd(struct input *input,
3564 const char *mime_type, int fd)
3565{
Kristian Høgsberga4b3d0e2012-05-31 23:30:32 -04003566 if (input->selection_offer)
3567 wl_data_offer_receive(input->selection_offer->offer,
3568 mime_type, fd);
Kristian Høgsberge7aaec32011-12-27 13:50:04 -05003569
3570 return 0;
3571}
3572
Kristian Høgsberg41da9082010-11-30 14:01:07 -05003573void
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04003574window_move(struct window *window, struct input *input, uint32_t serial)
Kristian Høgsberg82da52b2010-12-17 09:53:12 -05003575{
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003576 if (!window->xdg_surface)
Pekka Paalanen6b2dc912011-11-29 10:25:08 +02003577 return;
3578
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003579 xdg_surface_move(window->xdg_surface, input->seat, serial);
Kristian Høgsberg82da52b2010-12-17 09:53:12 -05003580}
3581
Kristian Høgsberg83fc0612010-08-04 22:44:55 -04003582static void
Pekka Paalanen35e82632013-04-25 13:57:48 +03003583surface_set_synchronized(struct surface *surface)
3584{
3585 if (!surface->subsurface)
3586 return;
3587
3588 if (surface->synchronized)
3589 return;
3590
3591 wl_subsurface_set_sync(surface->subsurface);
3592 surface->synchronized = 1;
3593}
3594
3595static void
3596surface_set_synchronized_default(struct surface *surface)
3597{
3598 if (!surface->subsurface)
3599 return;
3600
3601 if (surface->synchronized == surface->synchronized_default)
3602 return;
3603
3604 if (surface->synchronized_default)
3605 wl_subsurface_set_sync(surface->subsurface);
3606 else
3607 wl_subsurface_set_desync(surface->subsurface);
3608
3609 surface->synchronized = surface->synchronized_default;
3610}
3611
3612static void
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003613surface_resize(struct surface *surface)
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02003614{
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003615 struct widget *widget = surface->widget;
3616 struct wl_compositor *compositor = widget->window->display->compositor;
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02003617
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003618 if (surface->input_region) {
3619 wl_region_destroy(surface->input_region);
3620 surface->input_region = NULL;
Kristian Høgsberg010f98b2012-02-23 17:30:45 -05003621 }
3622
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003623 if (surface->opaque_region)
3624 wl_region_destroy(surface->opaque_region);
Ander Conselvan de Oliveiraddd3e272012-11-30 17:34:23 +02003625
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003626 surface->opaque_region = wl_compositor_create_region(compositor);
Kristian Høgsberg010f98b2012-02-23 17:30:45 -05003627
Kristian Høgsbergbb977002012-01-10 19:11:42 -05003628 if (widget->resize_handler)
3629 widget->resize_handler(widget,
Kristian Høgsberg0d1c0622012-01-31 15:30:47 -05003630 widget->allocation.width,
3631 widget->allocation.height,
Kristian Høgsbergbb977002012-01-10 19:11:42 -05003632 widget->user_data);
3633
Pekka Paalanen35e82632013-04-25 13:57:48 +03003634 if (surface->subsurface &&
3635 (surface->allocation.x != widget->allocation.x ||
3636 surface->allocation.y != widget->allocation.y)) {
3637 wl_subsurface_set_position(surface->subsurface,
3638 widget->allocation.x,
3639 widget->allocation.y);
3640 }
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003641 if (surface->allocation.width != widget->allocation.width ||
3642 surface->allocation.height != widget->allocation.height) {
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003643 window_schedule_redraw(widget->window);
3644 }
Pekka Paalanen35e82632013-04-25 13:57:48 +03003645 surface->allocation = widget->allocation;
Ander Conselvan de Oliveiraddd3e272012-11-30 17:34:23 +02003646
3647 if (widget->opaque)
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003648 wl_region_add(surface->opaque_region, 0, 0,
Ander Conselvan de Oliveiraddd3e272012-11-30 17:34:23 +02003649 widget->allocation.width,
3650 widget->allocation.height);
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05003651}
3652
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003653static void
Pekka Paalanene9297f82013-04-25 13:57:51 +03003654hack_prevent_EGL_sub_surface_deadlock(struct window *window)
3655{
3656 /*
3657 * This hack should be removed, when EGL respects
3658 * eglSwapInterval(0).
3659 *
3660 * If this window has sub-surfaces, especially a free-running
3661 * EGL-widget, we need to post the parent surface once with
3662 * all the old state to guarantee, that the EGL-widget will
3663 * receive its frame callback soon. Otherwise, a forced call
3664 * to eglSwapBuffers may end up blocking, waiting for a frame
3665 * event that will never come, because we will commit the parent
3666 * surface with all new state only after eglSwapBuffers returns.
3667 *
3668 * This assumes, that:
3669 * 1. When the EGL widget's resize hook is called, it pauses.
3670 * 2. When the EGL widget's redraw hook is called, it forces a
3671 * repaint and a call to eglSwapBuffers(), and maybe resumes.
3672 * In a single threaded application condition 1 is a no-op.
3673 *
3674 * XXX: This should actually be after the surface_resize() calls,
3675 * but cannot, because then it would commit the incomplete state
3676 * accumulated from the widget resize hooks.
3677 */
3678 if (window->subsurface_list.next != &window->main_surface->link ||
3679 window->subsurface_list.prev != &window->main_surface->link)
3680 wl_surface_commit(window->main_surface->surface);
3681}
3682
3683static void
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02003684window_do_resize(struct window *window)
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003685{
Pekka Paalanen35e82632013-04-25 13:57:48 +03003686 struct surface *surface;
3687
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003688 widget_set_allocation(window->main_surface->widget,
3689 window->pending_allocation.x,
3690 window->pending_allocation.y,
3691 window->pending_allocation.width,
3692 window->pending_allocation.height);
3693
3694 surface_resize(window->main_surface);
Pekka Paalanen35e82632013-04-25 13:57:48 +03003695
3696 /* The main surface is in the list, too. Main surface's
3697 * resize_handler is responsible for calling widget_set_allocation()
3698 * on all sub-surface root widgets, so they will be resized
3699 * properly.
3700 */
3701 wl_list_for_each(surface, &window->subsurface_list, link) {
3702 if (surface == window->main_surface)
3703 continue;
3704
3705 surface_set_synchronized(surface);
3706 surface_resize(surface);
3707 }
Jasper St. Pierre8c6aa452014-02-08 18:29:49 -05003708
3709 if (!window->fullscreen && !window->maximized)
3710 window->saved_allocation = window->pending_allocation;
Pekka Paalanenb1cd9b12013-02-13 16:17:18 +02003711}
3712
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02003713static void
3714idle_resize(struct window *window)
3715{
3716 window->resize_needed = 0;
3717 window->redraw_needed = 1;
3718
3719 DBG("from %dx%d to %dx%d\n",
3720 window->main_surface->server_allocation.width,
3721 window->main_surface->server_allocation.height,
3722 window->pending_allocation.width,
3723 window->pending_allocation.height);
3724
3725 hack_prevent_EGL_sub_surface_deadlock(window);
3726
3727 window_do_resize(window);
3728}
3729
3730static void
3731undo_resize(struct window *window)
3732{
3733 window->pending_allocation.width =
3734 window->main_surface->server_allocation.width;
3735 window->pending_allocation.height =
3736 window->main_surface->server_allocation.height;
3737
3738 DBG("back to %dx%d\n",
3739 window->main_surface->server_allocation.width,
3740 window->main_surface->server_allocation.height);
3741
3742 window_do_resize(window);
3743
3744 if (window->pending_allocation.width == 0 &&
3745 window->pending_allocation.height == 0) {
3746 fprintf(stderr, "Error: Could not draw a surface, "
3747 "most likely due to insufficient disk space in "
3748 "%s (XDG_RUNTIME_DIR).\n", getenv("XDG_RUNTIME_DIR"));
3749 exit(EXIT_FAILURE);
3750 }
3751}
3752
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05003753void
3754window_schedule_resize(struct window *window, int width, int height)
3755{
Kristian Høgsberg53ec5602013-10-21 15:05:49 -07003756 /* We should probably get these numbers from the theme. */
3757 const int min_width = 200, min_height = 200;
3758
Kristian Høgsberg0d1c0622012-01-31 15:30:47 -05003759 window->pending_allocation.x = 0;
3760 window->pending_allocation.y = 0;
3761 window->pending_allocation.width = width;
3762 window->pending_allocation.height = height;
3763
Kristian Høgsberg53ec5602013-10-21 15:05:49 -07003764 if (window->min_allocation.width == 0) {
Kristian Høgsbergafb98282013-10-21 15:23:17 -07003765 if (width < min_width && window->frame)
Kristian Høgsberg53ec5602013-10-21 15:05:49 -07003766 window->min_allocation.width = min_width;
3767 else
3768 window->min_allocation.width = width;
Kristian Høgsbergafb98282013-10-21 15:23:17 -07003769 if (height < min_height && window->frame)
Kristian Høgsberg53ec5602013-10-21 15:05:49 -07003770 window->min_allocation.height = min_height;
3771 else
Kristian Høgsbergafb98282013-10-21 15:23:17 -07003772 window->min_allocation.height = height;
Kristian Høgsberg53ec5602013-10-21 15:05:49 -07003773 }
3774
Kristian Høgsbergd3a19652012-07-20 11:32:51 -04003775 if (window->pending_allocation.width < window->min_allocation.width)
3776 window->pending_allocation.width = window->min_allocation.width;
3777 if (window->pending_allocation.height < window->min_allocation.height)
3778 window->pending_allocation.height = window->min_allocation.height;
3779
Kristian Høgsberg42b4f802012-03-26 13:49:29 -04003780 window->resize_needed = 1;
3781 window_schedule_redraw(window);
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05003782}
3783
Kristian Høgsbergbb977002012-01-10 19:11:42 -05003784void
3785widget_schedule_resize(struct widget *widget, int32_t width, int32_t height)
3786{
Kristian Høgsberg29af3eb2012-01-10 22:41:05 -05003787 window_schedule_resize(widget->window, width, height);
Kristian Høgsbergbb977002012-01-10 19:11:42 -05003788}
3789
Jasper St. Pierrebd65e502014-07-14 16:28:48 -04003790static int
3791window_get_shadow_margin(struct window *window)
3792{
Jasper St. Pierrea177df02014-08-04 13:43:25 -04003793 if (window->frame && !window->fullscreen)
Jasper St. Pierrebd65e502014-07-14 16:28:48 -04003794 return frame_get_shadow_margin(window->frame->frame);
3795 else
3796 return 0;
3797}
3798
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05003799static void
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003800handle_surface_configure(void *data, struct xdg_surface *xdg_surface,
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07003801 int32_t width, int32_t height,
3802 struct wl_array *states, uint32_t serial)
Kristian Høgsberg83fc0612010-08-04 22:44:55 -04003803{
Pekka Paalanen9d1613e2011-11-25 12:09:16 +02003804 struct window *window = data;
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07003805 uint32_t *p;
Kristian Høgsberg83fc0612010-08-04 22:44:55 -04003806
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07003807 window->maximized = 0;
3808 window->fullscreen = 0;
Jasper St. Pierre5befdda2014-05-06 08:50:47 -04003809 window->resizing = 0;
Jasper St. Pierre973d7872014-05-06 08:44:29 -04003810 window->focused = 0;
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07003811
3812 wl_array_for_each(p, states) {
3813 uint32_t state = *p;
3814 switch (state) {
3815 case XDG_SURFACE_STATE_MAXIMIZED:
3816 window->maximized = 1;
3817 break;
3818 case XDG_SURFACE_STATE_FULLSCREEN:
3819 window->fullscreen = 1;
3820 break;
Jasper St. Pierre5befdda2014-05-06 08:50:47 -04003821 case XDG_SURFACE_STATE_RESIZING:
3822 window->resizing = 1;
3823 break;
Jasper St. Pierre973d7872014-05-06 08:44:29 -04003824 case XDG_SURFACE_STATE_ACTIVATED:
3825 window->focused = 1;
3826 break;
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07003827 default:
3828 /* Unknown state */
3829 break;
3830 }
3831 }
3832
Jasper St. Pierreccf908b2014-05-06 08:20:22 -04003833 if (window->frame) {
3834 if (window->maximized) {
3835 frame_set_flag(window->frame->frame, FRAME_FLAG_MAXIMIZED);
3836 } else {
3837 frame_unset_flag(window->frame->frame, FRAME_FLAG_MAXIMIZED);
3838 }
3839
3840 if (window->focused) {
3841 frame_set_flag(window->frame->frame, FRAME_FLAG_ACTIVE);
3842 } else {
3843 frame_unset_flag(window->frame->frame, FRAME_FLAG_ACTIVE);
3844 }
3845 }
3846
Jasper St. Pierref184c382014-05-06 08:33:27 -04003847 if (width > 0 && height > 0) {
Jasper St. Pierrebd65e502014-07-14 16:28:48 -04003848 /* The width / height params are for window geometry,
3849 * but window_schedule_resize takes allocation. Add
3850 * on the shadow margin to get the difference. */
3851 int margin = window_get_shadow_margin(window);
3852
3853 window_schedule_resize(window,
3854 width + margin * 2,
3855 height + margin * 2);
Jasper St. Pierref184c382014-05-06 08:33:27 -04003856 } else {
3857 window_schedule_resize(window,
3858 window->saved_allocation.width,
3859 window->saved_allocation.height);
3860 }
3861
Kristian Høgsbergbe803ad2014-05-12 23:30:28 -07003862 xdg_surface_ack_configure(window->xdg_surface, serial);
Jasper St. Pierrede680992014-04-10 17:23:49 -07003863
3864 if (window->state_changed_handler)
3865 window->state_changed_handler(window, window->user_data);
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003866}
3867
Jasper St. Pierre2097fe12014-02-01 18:17:34 -05003868static void
3869handle_surface_delete(void *data, struct xdg_surface *xdg_surface)
3870{
3871 struct window *window = data;
3872 window_close(window);
3873}
3874
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003875static const struct xdg_surface_listener xdg_surface_listener = {
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003876 handle_surface_configure,
Jasper St. Pierre2097fe12014-02-01 18:17:34 -05003877 handle_surface_delete,
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003878};
3879
3880static void
Jasper St. Pierrec815d622014-04-10 18:37:54 -07003881window_sync_parent(struct window *window)
Jasper St. Pierre53686042013-12-09 15:26:25 -05003882{
3883 struct wl_surface *parent_surface;
3884
3885 if (!window->xdg_surface)
3886 return;
3887
Jasper St. Pierrec815d622014-04-10 18:37:54 -07003888 if (window->parent)
3889 parent_surface = window->parent->main_surface->surface;
Jasper St. Pierre53686042013-12-09 15:26:25 -05003890 else
3891 parent_surface = NULL;
3892
Jasper St. Pierrec815d622014-04-10 18:37:54 -07003893 xdg_surface_set_parent(window->xdg_surface, parent_surface);
Jasper St. Pierre53686042013-12-09 15:26:25 -05003894}
3895
3896static void
Jasper St. Pierreccf48fb2014-05-02 10:21:38 -04003897window_get_geometry(struct window *window, struct rectangle *geometry)
Jasper St. Pierre74073452014-02-01 18:36:41 -05003898{
Jasper St. Pierrea177df02014-08-04 13:43:25 -04003899 if (window->frame && !window->fullscreen)
Jasper St. Pierreccf48fb2014-05-02 10:21:38 -04003900 frame_input_rect(window->frame->frame,
3901 &geometry->x,
3902 &geometry->y,
3903 &geometry->width,
3904 &geometry->height);
3905 else
3906 window_get_allocation(window, geometry);
3907}
3908
3909static void
3910window_sync_geometry(struct window *window)
3911{
3912 struct rectangle geometry;
Jasper St. Pierre74073452014-02-01 18:36:41 -05003913
3914 if (!window->xdg_surface)
3915 return;
3916
Jasper St. Pierreccf48fb2014-05-02 10:21:38 -04003917 window_get_geometry(window, &geometry);
Jasper St. Pierre74073452014-02-01 18:36:41 -05003918
Jasper St. Pierreccf48fb2014-05-02 10:21:38 -04003919 xdg_surface_set_window_geometry(window->xdg_surface,
3920 geometry.x,
3921 geometry.y,
3922 geometry.width,
3923 geometry.height);
Jasper St. Pierre74073452014-02-01 18:36:41 -05003924}
3925
3926static void
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003927window_flush(struct window *window)
3928{
3929 struct surface *surface;
3930
3931 if (!window->custom) {
Kristian Høgsbergcdbbae22014-04-07 11:28:05 -07003932 if (window->xdg_surface) {
Jasper St. Pierrec815d622014-04-10 18:37:54 -07003933 window_sync_parent(window);
Jasper St. Pierreccf48fb2014-05-02 10:21:38 -04003934 window_sync_geometry(window);
Jasper St. Pierre0790e392013-12-09 14:58:00 -05003935 }
3936 }
3937
3938 wl_list_for_each(surface, &window->subsurface_list, link) {
3939 if (surface == window->main_surface)
3940 continue;
3941
3942 surface_flush(surface);
3943 }
3944
3945 surface_flush(window->main_surface);
3946}
3947
3948static void
Pekka Paalanen6d174cf2012-01-19 15:17:59 +02003949menu_destroy(struct menu *menu)
3950{
3951 widget_destroy(menu->widget);
3952 window_destroy(menu->window);
Kristian Høgsbergc680e902013-10-23 21:49:30 -07003953 frame_destroy(menu->frame);
Pekka Paalanen6d174cf2012-01-19 15:17:59 +02003954 free(menu);
3955}
3956
Kristian Høgsberg0c4457f2008-12-07 19:59:11 -05003957void
Benjamin Franzkecff904e2011-02-18 23:00:55 +01003958window_get_allocation(struct window *window,
3959 struct rectangle *allocation)
3960{
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02003961 *allocation = window->main_surface->allocation;
Benjamin Franzkecff904e2011-02-18 23:00:55 +01003962}
3963
Kristian Høgsberg3a696272011-09-14 17:33:48 -04003964static void
Kristian Høgsberg441338c2012-01-10 13:52:34 -05003965widget_redraw(struct widget *widget)
3966{
3967 struct widget *child;
3968
3969 if (widget->redraw_handler)
3970 widget->redraw_handler(widget, widget->user_data);
3971 wl_list_for_each(child, &widget->child_list, link)
3972 widget_redraw(child);
3973}
3974
3975static void
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -04003976frame_callback(void *data, struct wl_callback *callback, uint32_t time)
3977{
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03003978 struct surface *surface = data;
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -04003979
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03003980 assert(callback == surface->frame_cb);
Pekka Paalanen71233882013-04-25 13:57:53 +03003981 DBG_OBJ(callback, "done\n");
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -04003982 wl_callback_destroy(callback);
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03003983 surface->frame_cb = NULL;
3984
Pekka Paalanen7ff7a802013-04-25 13:57:50 +03003985 surface->last_time = time;
3986
Pekka Paalanen71233882013-04-25 13:57:53 +03003987 if (surface->redraw_needed || surface->window->redraw_needed) {
3988 DBG_OBJ(surface->surface, "window_schedule_redraw_task\n");
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03003989 window_schedule_redraw_task(surface->window);
Pekka Paalanen71233882013-04-25 13:57:53 +03003990 }
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -04003991}
3992
3993static const struct wl_callback_listener listener = {
3994 frame_callback
3995};
3996
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02003997static int
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03003998surface_redraw(struct surface *surface)
3999{
Pekka Paalanen71233882013-04-25 13:57:53 +03004000 DBG_OBJ(surface->surface, "begin\n");
4001
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004002 if (!surface->window->redraw_needed && !surface->redraw_needed)
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004003 return 0;
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004004
4005 /* Whole-window redraw forces a redraw even if the previous has
4006 * not yet hit the screen.
4007 */
4008 if (surface->frame_cb) {
4009 if (!surface->window->redraw_needed)
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004010 return 0;
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004011
Pekka Paalanen71233882013-04-25 13:57:53 +03004012 DBG_OBJ(surface->frame_cb, "cancelled\n");
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004013 wl_callback_destroy(surface->frame_cb);
4014 }
4015
Neil Roberts97b747c2013-12-19 16:17:12 +00004016 if (surface->widget->use_cairo &&
4017 !widget_get_cairo_surface(surface->widget)) {
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004018 DBG_OBJ(surface->surface, "cancelled due buffer failure\n");
4019 return -1;
4020 }
4021
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004022 surface->frame_cb = wl_surface_frame(surface->surface);
4023 wl_callback_add_listener(surface->frame_cb, &listener, surface);
Pekka Paalanen71233882013-04-25 13:57:53 +03004024 DBG_OBJ(surface->frame_cb, "new\n");
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004025
4026 surface->redraw_needed = 0;
Pekka Paalanen71233882013-04-25 13:57:53 +03004027 DBG_OBJ(surface->surface, "-> widget_redraw\n");
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004028 widget_redraw(surface->widget);
Pekka Paalanen71233882013-04-25 13:57:53 +03004029 DBG_OBJ(surface->surface, "done\n");
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004030 return 0;
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004031}
4032
4033static void
Kristian Høgsberg3a696272011-09-14 17:33:48 -04004034idle_redraw(struct task *task, uint32_t events)
Kristian Høgsberg80d746f2010-06-14 23:52:50 -04004035{
Kristian Høgsberg42b4f802012-03-26 13:49:29 -04004036 struct window *window = container_of(task, struct window, redraw_task);
Pekka Paalanen35e82632013-04-25 13:57:48 +03004037 struct surface *surface;
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004038 int failed = 0;
4039 int resized = 0;
Kristian Høgsberg80d746f2010-06-14 23:52:50 -04004040
Pekka Paalanen71233882013-04-25 13:57:53 +03004041 DBG(" --------- \n");
4042
Pekka Paalaneneebff542013-04-25 13:57:52 +03004043 wl_list_init(&window->redraw_task.link);
4044 window->redraw_task_scheduled = 0;
4045
4046 if (window->resize_needed) {
4047 /* throttle resizing to the main surface display */
Pekka Paalanen71233882013-04-25 13:57:53 +03004048 if (window->main_surface->frame_cb) {
4049 DBG_OBJ(window->main_surface->frame_cb, "pending\n");
Pekka Paalaneneebff542013-04-25 13:57:52 +03004050 return;
Pekka Paalanen71233882013-04-25 13:57:53 +03004051 }
Pekka Paalaneneebff542013-04-25 13:57:52 +03004052
Kristian Høgsberg42b4f802012-03-26 13:49:29 -04004053 idle_resize(window);
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004054 resized = 1;
Pekka Paalaneneebff542013-04-25 13:57:52 +03004055 }
Kristian Høgsberg42b4f802012-03-26 13:49:29 -04004056
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004057 if (surface_redraw(window->main_surface) < 0) {
4058 /*
4059 * Only main_surface failure will cause us to undo the resize.
4060 * If sub-surfaces fail, they will just be broken with old
4061 * content.
4062 */
4063 failed = 1;
4064 } else {
4065 wl_list_for_each(surface, &window->subsurface_list, link) {
4066 if (surface == window->main_surface)
4067 continue;
4068
4069 surface_redraw(surface);
4070 }
4071 }
Pekka Paalanen35e82632013-04-25 13:57:48 +03004072
Kristian Høgsberg6bd4d972012-03-24 14:42:09 -04004073 window->redraw_needed = 0;
Pekka Paalanenbc106382012-10-10 12:49:31 +03004074 window_flush(window);
Pekka Paalanen35e82632013-04-25 13:57:48 +03004075
4076 wl_list_for_each(surface, &window->subsurface_list, link)
4077 surface_set_synchronized_default(surface);
Pekka Paalanenfdca95c2013-11-29 17:48:52 +02004078
4079 if (resized && failed) {
4080 /* Restore widget tree to correspond to what is on screen. */
4081 undo_resize(window);
4082 }
Kristian Høgsberg80d746f2010-06-14 23:52:50 -04004083}
4084
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004085static void
4086window_schedule_redraw_task(struct window *window)
4087{
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004088 if (!window->redraw_task_scheduled) {
4089 window->redraw_task.run = idle_redraw;
4090 display_defer(window->display, &window->redraw_task);
4091 window->redraw_task_scheduled = 1;
4092 }
4093}
4094
Kristian Høgsberg80d746f2010-06-14 23:52:50 -04004095void
4096window_schedule_redraw(struct window *window)
4097{
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004098 struct surface *surface;
4099
Pekka Paalanen71233882013-04-25 13:57:53 +03004100 DBG_OBJ(window->main_surface->surface, "window %p\n", window);
4101
Pekka Paalanen40cb67b2013-04-25 13:57:49 +03004102 wl_list_for_each(surface, &window->subsurface_list, link)
4103 surface->redraw_needed = 1;
4104
4105 window_schedule_redraw_task(window);
Kristian Høgsberg80d746f2010-06-14 23:52:50 -04004106}
4107
Kristian Høgsberg1671e112012-10-10 11:36:24 -04004108int
4109window_is_fullscreen(struct window *window)
4110{
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05004111 return window->fullscreen;
Kristian Høgsberg1671e112012-10-10 11:36:24 -04004112}
4113
Kristian Høgsberg0ac16f02009-01-15 11:37:43 -05004114void
Kristian Høgsberg0395f302008-12-22 12:14:50 -05004115window_set_fullscreen(struct window *window, int fullscreen)
4116{
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004117 if (!window->xdg_surface)
Kristian Høgsberg1517def2012-02-16 22:56:12 -05004118 return;
Kristian Høgsberg0ce24572011-01-28 15:18:33 -05004119
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05004120 if (window->fullscreen == fullscreen)
Kristian Høgsberg0ce24572011-01-28 15:18:33 -05004121 return;
4122
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07004123 if (fullscreen)
4124 xdg_surface_set_fullscreen(window->xdg_surface, NULL);
4125 else
4126 xdg_surface_unset_fullscreen(window->xdg_surface);
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04004127}
4128
Kristian Høgsberg1671e112012-10-10 11:36:24 -04004129int
4130window_is_maximized(struct window *window)
4131{
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05004132 return window->maximized;
Kristian Høgsberg1671e112012-10-10 11:36:24 -04004133}
4134
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04004135void
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05004136window_set_maximized(struct window *window, int maximized)
4137{
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004138 if (!window->xdg_surface)
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05004139 return;
4140
Jasper St. Pierrec0f17ab2013-11-11 19:16:11 -05004141 if (window->maximized == maximized)
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05004142 return;
4143
Jasper St. Pierreab2c1082014-04-10 10:41:46 -07004144 if (maximized)
4145 xdg_surface_set_maximized(window->xdg_surface);
4146 else
4147 xdg_surface_unset_maximized(window->xdg_surface);
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05004148}
4149
Jasper St. Pierrede680992014-04-10 17:23:49 -07004150int
4151window_is_resizing(struct window *window)
4152{
4153 return window->resizing;
4154}
4155
Kristian Høgsbergd6bcd7d2012-02-16 15:53:46 -05004156void
Jasper St. Pierre5a183322014-02-18 19:18:42 -05004157window_set_minimized(struct window *window)
4158{
4159 if (!window->xdg_surface)
4160 return;
4161
4162 xdg_surface_set_minimized(window->xdg_surface);
4163}
4164
4165void
Kristian Høgsbergc8c37342010-06-25 11:19:22 -04004166window_set_user_data(struct window *window, void *data)
4167{
4168 window->user_data = data;
4169}
4170
Kristian Høgsberge9d37bd2010-09-02 20:22:42 -04004171void *
4172window_get_user_data(struct window *window)
4173{
4174 return window->user_data;
4175}
4176
Kristian Høgsbergc8c37342010-06-25 11:19:22 -04004177void
Kristian Høgsberg6e83d582008-12-08 00:01:36 -05004178window_set_key_handler(struct window *window,
Kristian Høgsbergc8c37342010-06-25 11:19:22 -04004179 window_key_handler_t handler)
Kristian Høgsberg6e83d582008-12-08 00:01:36 -05004180{
4181 window->key_handler = handler;
Kristian Høgsberg6e83d582008-12-08 00:01:36 -05004182}
4183
Kristian Høgsberg3c248cc2009-02-22 23:01:35 -05004184void
4185window_set_keyboard_focus_handler(struct window *window,
Kristian Høgsbergc8c37342010-06-25 11:19:22 -04004186 window_keyboard_focus_handler_t handler)
Kristian Høgsberg3c248cc2009-02-22 23:01:35 -05004187{
4188 window->keyboard_focus_handler = handler;
Kristian Høgsberg3c248cc2009-02-22 23:01:35 -05004189}
4190
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04004191void
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04004192window_set_data_handler(struct window *window, window_data_handler_t handler)
4193{
4194 window->data_handler = handler;
4195}
4196
4197void
4198window_set_drop_handler(struct window *window, window_drop_handler_t handler)
4199{
4200 window->drop_handler = handler;
4201}
4202
4203void
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -05004204window_set_close_handler(struct window *window,
4205 window_close_handler_t handler)
4206{
4207 window->close_handler = handler;
4208}
4209
4210void
Kristian Høgsberg67ace202012-07-23 21:56:31 -04004211window_set_fullscreen_handler(struct window *window,
4212 window_fullscreen_handler_t handler)
4213{
4214 window->fullscreen_handler = handler;
4215}
4216
4217void
Ander Conselvan de Oliveira15256f62012-11-30 17:34:25 +02004218window_set_output_handler(struct window *window,
4219 window_output_handler_t handler)
4220{
4221 window->output_handler = handler;
4222}
4223
4224void
Jasper St. Pierrede680992014-04-10 17:23:49 -07004225window_set_state_changed_handler(struct window *window,
4226 window_state_changed_handler_t handler)
4227{
4228 window->state_changed_handler = handler;
4229}
4230
4231void
Callum Lowcayef57a9b2011-01-14 20:46:23 +13004232window_set_title(struct window *window, const char *title)
4233{
Kristian Høgsbergd5fb9cc2011-01-25 12:45:37 -05004234 free(window->title);
Callum Lowcayef57a9b2011-01-14 20:46:23 +13004235 window->title = strdup(title);
Jason Ekstrand3f66cf92013-10-13 19:08:40 -05004236 if (window->frame) {
4237 frame_set_title(window->frame->frame, title);
4238 widget_schedule_redraw(window->frame->widget);
4239 }
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004240 if (window->xdg_surface)
4241 xdg_surface_set_title(window->xdg_surface, title);
Callum Lowcayef57a9b2011-01-14 20:46:23 +13004242}
4243
4244const char *
4245window_get_title(struct window *window)
4246{
4247 return window->title;
4248}
4249
4250void
Scott Moreau7a1b32a2012-05-27 14:25:02 -06004251window_set_text_cursor_position(struct window *window, int32_t x, int32_t y)
4252{
4253 struct text_cursor_position *text_cursor_position =
4254 window->display->text_cursor_position;
4255
Scott Moreau9295ce02012-06-01 12:46:10 -06004256 if (!text_cursor_position)
Scott Moreau7a1b32a2012-05-27 14:25:02 -06004257 return;
4258
4259 text_cursor_position_notify(text_cursor_position,
Pekka Paalanen4e373742013-02-13 16:17:13 +02004260 window->main_surface->surface,
4261 wl_fixed_from_int(x),
4262 wl_fixed_from_int(y));
Scott Moreau7a1b32a2012-05-27 14:25:02 -06004263}
4264
4265void
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04004266window_damage(struct window *window, int32_t x, int32_t y,
4267 int32_t width, int32_t height)
4268{
Pekka Paalanen4e373742013-02-13 16:17:13 +02004269 wl_surface_damage(window->main_surface->surface, x, y, width, height);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04004270}
4271
Casey Dahlin9074db52012-04-19 22:50:09 -04004272static void
4273surface_enter(void *data,
Rob Bradford7507b572012-05-15 17:55:34 +01004274 struct wl_surface *wl_surface, struct wl_output *wl_output)
Casey Dahlin9074db52012-04-19 22:50:09 -04004275{
Rob Bradford7507b572012-05-15 17:55:34 +01004276 struct window *window = data;
4277 struct output *output;
4278 struct output *output_found = NULL;
4279 struct window_output *window_output;
4280
4281 wl_list_for_each(output, &window->display->output_list, link) {
4282 if (output->output == wl_output) {
4283 output_found = output;
4284 break;
4285 }
4286 }
4287
4288 if (!output_found)
4289 return;
4290
Brian Lovinbc919262013-08-07 15:34:59 -07004291 window_output = xmalloc(sizeof *window_output);
Rob Bradford7507b572012-05-15 17:55:34 +01004292 window_output->output = output_found;
4293
4294 wl_list_insert (&window->window_output_list, &window_output->link);
Ander Conselvan de Oliveira15256f62012-11-30 17:34:25 +02004295
4296 if (window->output_handler)
4297 window->output_handler(window, output_found, 1,
4298 window->user_data);
Casey Dahlin9074db52012-04-19 22:50:09 -04004299}
4300
4301static void
4302surface_leave(void *data,
4303 struct wl_surface *wl_surface, struct wl_output *output)
4304{
Rob Bradford7507b572012-05-15 17:55:34 +01004305 struct window *window = data;
4306 struct window_output *window_output;
4307 struct window_output *window_output_found = NULL;
4308
4309 wl_list_for_each(window_output, &window->window_output_list, link) {
4310 if (window_output->output->output == output) {
4311 window_output_found = window_output;
4312 break;
4313 }
4314 }
4315
4316 if (window_output_found) {
4317 wl_list_remove(&window_output_found->link);
Ander Conselvan de Oliveira15256f62012-11-30 17:34:25 +02004318
4319 if (window->output_handler)
4320 window->output_handler(window, window_output->output,
4321 0, window->user_data);
4322
Rob Bradford7507b572012-05-15 17:55:34 +01004323 free(window_output_found);
4324 }
Casey Dahlin9074db52012-04-19 22:50:09 -04004325}
4326
4327static const struct wl_surface_listener surface_listener = {
4328 surface_enter,
4329 surface_leave
4330};
4331
Pekka Paalanen4e373742013-02-13 16:17:13 +02004332static struct surface *
4333surface_create(struct window *window)
4334{
4335 struct display *display = window->display;
4336 struct surface *surface;
4337
Brian Lovinbc919262013-08-07 15:34:59 -07004338 surface = xmalloc(sizeof *surface);
4339 memset(surface, 0, sizeof *surface);
Pekka Paalanen4e373742013-02-13 16:17:13 +02004340 if (!surface)
4341 return NULL;
4342
4343 surface->window = window;
4344 surface->surface = wl_compositor_create_surface(display->compositor);
Alexander Larsson5e9b6522013-05-22 14:41:28 +02004345 surface->buffer_scale = 1;
Pekka Paalanen4e373742013-02-13 16:17:13 +02004346 wl_surface_add_listener(surface->surface, &surface_listener, window);
4347
Pekka Paalanen35e82632013-04-25 13:57:48 +03004348 wl_list_insert(&window->subsurface_list, &surface->link);
4349
Pekka Paalanen4e373742013-02-13 16:17:13 +02004350 return surface;
4351}
4352
Jasper St. Pierrebf39e5e2014-04-28 11:19:32 -04004353static enum window_buffer_type
Jasper St. Pierrebd600772014-04-28 11:19:31 -04004354get_preferred_buffer_type(struct display *display)
4355{
4356#ifdef HAVE_CAIRO_EGL
Jasper St. Pierrebf39e5e2014-04-28 11:19:32 -04004357 if (display->argb_device && !getenv("TOYTOOLKIT_NO_EGL"))
Jasper St. Pierrebd600772014-04-28 11:19:31 -04004358 return WINDOW_BUFFER_TYPE_EGL_WINDOW;
4359#endif
4360
4361 return WINDOW_BUFFER_TYPE_SHM;
4362}
4363
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05004364static struct window *
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004365window_create_internal(struct display *display, int custom)
Kristian Høgsberg0c4457f2008-12-07 19:59:11 -05004366{
Kristian Høgsberg1cbaa6a2008-11-07 15:54:48 -05004367 struct window *window;
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02004368 struct surface *surface;
Kristian Høgsberg1cbaa6a2008-11-07 15:54:48 -05004369
Peter Huttererf3d62272013-08-08 11:57:05 +10004370 window = xzalloc(sizeof *window);
Pekka Paalanen35e82632013-04-25 13:57:48 +03004371 wl_list_init(&window->subsurface_list);
Kristian Høgsberg40979232008-11-25 22:40:39 -05004372 window->display = display;
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02004373
4374 surface = surface_create(window);
4375 window->main_surface = surface;
4376
Jason Ekstrandce97a6b2014-04-02 19:53:49 -05004377 assert(custom || display->xdg_shell);
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02004378
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004379 window->custom = custom;
Tomeu Vizosobee45a12013-08-06 20:05:54 +02004380 window->preferred_format = WINDOW_PREFERRED_FORMAT_NONE;
Kristian Høgsberg87a57bb2012-01-09 10:34:35 -05004381
Jasper St. Pierrebd600772014-04-28 11:19:31 -04004382 surface->buffer_type = get_preferred_buffer_type(display);
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04004383
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02004384 wl_surface_set_user_data(surface->surface, window);
Kristian Høgsberg478d9262010-06-08 20:34:11 -04004385 wl_list_insert(display->window_list.prev, &window->link);
Kristian Høgsberg84b76c72012-04-13 12:01:18 -04004386 wl_list_init(&window->redraw_task.link);
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004387
Rob Bradford7507b572012-05-15 17:55:34 +01004388 wl_list_init (&window->window_output_list);
4389
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004390 return window;
4391}
4392
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05004393struct window *
Kristian Høgsberg009ac0a2012-01-31 15:24:48 -05004394window_create(struct display *display)
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05004395{
Kristian Høgsbergcdbbae22014-04-07 11:28:05 -07004396 struct window *window;
4397
4398 window = window_create_internal(display, 0);
4399
4400 window->xdg_surface =
4401 xdg_shell_get_xdg_surface(window->display->xdg_shell,
4402 window->main_surface->surface);
4403 fail_on_null(window->xdg_surface);
4404
4405 xdg_surface_set_user_data(window->xdg_surface, window);
4406 xdg_surface_add_listener(window->xdg_surface,
4407 &xdg_surface_listener, window);
4408
4409 return window;
Kristian Høgsberg962342c2012-06-26 16:29:50 -04004410}
4411
4412struct window *
4413window_create_custom(struct display *display)
4414{
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004415 return window_create_internal(display, 1);
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05004416}
4417
Jasper St. Pierre53686042013-12-09 15:26:25 -05004418void
Jasper St. Pierrec815d622014-04-10 18:37:54 -07004419window_set_parent(struct window *window,
4420 struct window *parent_window)
Jasper St. Pierre53686042013-12-09 15:26:25 -05004421{
Jasper St. Pierrec815d622014-04-10 18:37:54 -07004422 window->parent = parent_window;
4423 window_sync_parent(window);
Jasper St. Pierre53686042013-12-09 15:26:25 -05004424}
4425
4426struct window *
Jasper St. Pierrec815d622014-04-10 18:37:54 -07004427window_get_parent(struct window *window)
Jasper St. Pierre53686042013-12-09 15:26:25 -05004428{
Jasper St. Pierrec815d622014-04-10 18:37:54 -07004429 return window->parent;
Jasper St. Pierre53686042013-12-09 15:26:25 -05004430}
4431
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004432static void
Kristian Høgsberg19dd1d72012-01-09 10:42:41 -05004433menu_set_item(struct menu *menu, int sy)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004434{
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004435 int32_t x, y, width, height;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004436 int next;
4437
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004438 frame_interior(menu->frame, &x, &y, &width, &height);
4439 next = (sy - y) / 20;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004440 if (menu->current != next) {
4441 menu->current = next;
Kristian Høgsberg75bc6672012-01-10 09:43:58 -05004442 widget_schedule_redraw(menu->widget);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004443 }
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004444}
4445
4446static int
Kristian Høgsberg5f190ef2012-01-09 09:44:45 -05004447menu_motion_handler(struct widget *widget,
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004448 struct input *input, uint32_t time,
Kristian Høgsberg80680c72012-05-10 12:21:37 -04004449 float x, float y, void *data)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004450{
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004451 struct menu *menu = data;
4452
4453 if (widget == menu->widget)
4454 menu_set_item(data, y);
4455
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03004456 return CURSOR_LEFT_PTR;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004457}
4458
Kristian Høgsbergbb901fa2012-01-09 11:22:32 -05004459static int
Kristian Høgsberg391649b2012-01-09 09:22:30 -05004460menu_enter_handler(struct widget *widget,
Kristian Høgsberg80680c72012-05-10 12:21:37 -04004461 struct input *input, float x, float y, void *data)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004462{
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004463 struct menu *menu = data;
4464
4465 if (widget == menu->widget)
4466 menu_set_item(data, y);
4467
Ander Conselvan de Oliveiradc8c8fc2012-05-25 16:01:41 +03004468 return CURSOR_LEFT_PTR;
Kristian Høgsberg391649b2012-01-09 09:22:30 -05004469}
4470
4471static void
4472menu_leave_handler(struct widget *widget, struct input *input, void *data)
4473{
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004474 struct menu *menu = data;
4475
4476 if (widget == menu->widget)
4477 menu_set_item(data, -200);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004478}
4479
4480static void
Kristian Høgsberga8a0db32012-01-09 11:12:05 -05004481menu_button_handler(struct widget *widget,
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004482 struct input *input, uint32_t time,
Daniel Stone4dbadb12012-05-30 16:31:51 +01004483 uint32_t button, enum wl_pointer_button_state state,
4484 void *data)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004485
4486{
Kristian Høgsberg75bc6672012-01-10 09:43:58 -05004487 struct menu *menu = data;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004488
Kristian Høgsbergd2fbb382012-10-30 13:45:22 -04004489 if (state == WL_POINTER_BUTTON_STATE_RELEASED &&
4490 (menu->release_count > 0 || time - menu->time > 500)) {
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004491 /* Either relase after press-drag-release or
4492 * click-motion-click. */
Jasper St. Pierredda93132014-03-13 12:06:00 -04004493 menu->func(menu->user_data, input, menu->current);
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04004494 input_ungrab(input);
Pekka Paalanen6d174cf2012-01-19 15:17:59 +02004495 menu_destroy(menu);
Kristian Høgsberge77d7572012-10-30 18:10:30 -04004496 } else if (state == WL_POINTER_BUTTON_STATE_RELEASED) {
Kristian Høgsbergd2fbb382012-10-30 13:45:22 -04004497 menu->release_count++;
Kristian Høgsberge77d7572012-10-30 18:10:30 -04004498 }
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004499}
4500
4501static void
Kristian Høgsberg9c609332014-04-29 14:47:19 -07004502menu_touch_up_handler(struct widget *widget,
4503 struct input *input,
4504 uint32_t serial,
4505 uint32_t time,
4506 int32_t id,
4507 void *data)
4508{
4509 struct menu *menu = data;
4510
4511 input_ungrab(input);
4512 menu_destroy(menu);
4513}
4514
4515static void
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05004516menu_redraw_handler(struct widget *widget, void *data)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004517{
4518 cairo_t *cr;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004519 struct menu *menu = data;
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004520 int32_t x, y, width, height, i;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004521
Pekka Paalanen0c4445b2013-02-13 16:17:23 +02004522 cr = widget_cairo_create(widget);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004523
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004524 frame_repaint(menu->frame, cr);
4525 frame_interior(menu->frame, &x, &y, &width, &height);
Kristian Høgsberg824c6d02012-01-19 13:54:09 -05004526
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004527 theme_set_background_source(menu->window->display->theme,
4528 cr, THEME_FRAME_ACTIVE);
4529 cairo_rectangle(cr, x, y, width, height);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004530 cairo_fill(cr);
4531
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004532 cairo_select_font_face(cr, "sans",
4533 CAIRO_FONT_SLANT_NORMAL,
4534 CAIRO_FONT_WEIGHT_NORMAL);
4535 cairo_set_font_size(cr, 12);
4536
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004537 for (i = 0; i < menu->count; i++) {
4538 if (i == menu->current) {
4539 cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004540 cairo_rectangle(cr, x, y + i * 20, width, 20);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004541 cairo_fill(cr);
4542 cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004543 cairo_move_to(cr, x + 10, y + i * 20 + 16);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004544 cairo_show_text(cr, menu->entries[i]);
4545 } else {
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004546 cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
4547 cairo_move_to(cr, x + 10, y + i * 20 + 16);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004548 cairo_show_text(cr, menu->entries[i]);
4549 }
4550 }
4551
4552 cairo_destroy(cr);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004553}
4554
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004555static void
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004556handle_popup_popup_done(void *data, struct xdg_popup *xdg_popup, uint32_t serial)
4557{
4558 struct window *window = data;
4559 struct menu *menu = window->main_surface->widget->user_data;
4560
4561 input_ungrab(menu->input);
4562 menu_destroy(menu);
4563}
4564
4565static const struct xdg_popup_listener xdg_popup_listener = {
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004566 handle_popup_popup_done,
4567};
4568
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004569static struct menu *
4570create_menu(struct display *display,
4571 struct input *input, uint32_t time,
4572 menu_func_t func, const char **entries, int count,
4573 void *user_data)
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004574{
4575 struct window *window;
4576 struct menu *menu;
4577
4578 menu = malloc(sizeof *menu);
4579 if (!menu)
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004580 return NULL;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004581
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004582 window = window_create_internal(display, 0);
Martin Olsson444799a2012-07-08 03:03:40 +02004583 if (!window) {
4584 free(menu);
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004585 return NULL;
Martin Olsson444799a2012-07-08 03:03:40 +02004586 }
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004587
4588 menu->window = window;
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004589 menu->user_data = user_data;
Kristian Høgsberg75bc6672012-01-10 09:43:58 -05004590 menu->widget = window_add_widget(menu->window, menu);
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004591 menu->frame = frame_create(window->display->theme, 0, 0,
Kristian Høgsberg89f4bc42013-10-23 22:12:13 -07004592 FRAME_BUTTON_NONE, NULL);
U. Artie Eoffbae79ca2014-01-15 13:38:51 -08004593 fail_on_null(menu->frame);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004594 menu->entries = entries;
4595 menu->count = count;
Kristian Høgsbergd2fbb382012-10-30 13:45:22 -04004596 menu->release_count = 0;
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004597 menu->current = -1;
Kristian Høgsbergb3cca0a2012-01-04 22:19:14 -05004598 menu->time = time;
Kristian Høgsberg4f7dcd62012-01-06 21:59:05 -05004599 menu->func = func;
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004600 menu->input = input;
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004601
Kristian Høgsberg8ae63852013-10-28 22:06:11 -07004602 input_ungrab(input);
4603
Kristian Høgsbergb67e94b2012-01-10 12:23:19 -05004604 widget_set_redraw_handler(menu->widget, menu_redraw_handler);
Kristian Høgsberg75bc6672012-01-10 09:43:58 -05004605 widget_set_enter_handler(menu->widget, menu_enter_handler);
4606 widget_set_leave_handler(menu->widget, menu_leave_handler);
4607 widget_set_motion_handler(menu->widget, menu_motion_handler);
4608 widget_set_button_handler(menu->widget, menu_button_handler);
Kristian Høgsberg9c609332014-04-29 14:47:19 -07004609 widget_set_touch_up_handler(menu->widget, menu_touch_up_handler);
Kristian Høgsberg391649b2012-01-09 09:22:30 -05004610
Kristian Høgsberg831dd522012-01-10 23:46:33 -05004611 input_grab(input, menu->widget, 0);
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004612 frame_resize_inside(menu->frame, 200, count * 20);
4613 frame_set_flag(menu->frame, FRAME_FLAG_ACTIVE);
4614 window_schedule_resize(window, frame_width(menu->frame),
4615 frame_height(menu->frame));
4616
Jasper St. Pierrede8bd502014-03-13 11:57:31 -04004617 return menu;
4618}
4619
4620struct window *
4621window_create_menu(struct display *display,
4622 struct input *input, uint32_t time,
4623 menu_func_t func, const char **entries, int count,
4624 void *user_data)
4625{
4626 struct menu *menu;
4627 menu = create_menu(display, input, time, func, entries, count, user_data);
4628
4629 if (menu == NULL)
4630 return NULL;
4631
4632 return menu->window;
4633}
4634
4635void
4636window_show_menu(struct display *display,
4637 struct input *input, uint32_t time, struct window *parent,
4638 int32_t x, int32_t y,
4639 menu_func_t func, const char **entries, int count)
4640{
4641 struct menu *menu;
4642 struct window *window;
4643 int32_t ix, iy;
4644
4645 menu = create_menu(display, input, time, func, entries, count, parent);
4646
4647 if (menu == NULL)
4648 return;
4649
4650 window = menu->window;
4651
4652 window_set_buffer_scale (menu->window, window_get_buffer_scale (parent));
4653 window_set_buffer_transform (menu->window, window_get_buffer_transform (parent));
4654
4655 window->x = x;
4656 window->y = y;
4657
Kristian Høgsbergc680e902013-10-23 21:49:30 -07004658 frame_interior(menu->frame, &ix, &iy, NULL, NULL);
Jasper St. Pierre0790e392013-12-09 14:58:00 -05004659
4660 window->xdg_popup = xdg_shell_get_xdg_popup(display->xdg_shell,
4661 window->main_surface->surface,
4662 parent->main_surface->surface,
4663 input->seat,
4664 display_get_serial(window->display),
4665 window->x - ix,
4666 window->y - iy,
4667 0);
4668 fail_on_null(window->xdg_popup);
4669
4670 xdg_popup_set_user_data(window->xdg_popup, window);
4671 xdg_popup_add_listener(window->xdg_popup,
4672 &xdg_popup_listener, window);
Kristian Høgsbergbbedd7e2011-12-19 15:40:10 -05004673}
4674
Kristian Høgsberg248c1b62011-01-21 18:03:15 -05004675void
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04004676window_set_buffer_type(struct window *window, enum window_buffer_type type)
4677{
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02004678 window->main_surface->buffer_type = type;
Kristian Høgsbergd0c3b9d2010-10-25 11:40:03 -04004679}
4680
Manuel Bachmanncd186fb2014-04-04 10:04:18 +02004681enum window_buffer_type
4682window_get_buffer_type(struct window *window)
4683{
4684 return window->main_surface->buffer_type;
4685}
4686
Tomeu Vizosobee45a12013-08-06 20:05:54 +02004687void
4688window_set_preferred_format(struct window *window,
4689 enum preferred_format format)
4690{
4691 window->preferred_format = format;
4692}
4693
Pekka Paalanen35e82632013-04-25 13:57:48 +03004694struct widget *
4695window_add_subsurface(struct window *window, void *data,
4696 enum subsurface_mode default_mode)
4697{
4698 struct widget *widget;
4699 struct surface *surface;
4700 struct wl_surface *parent;
4701 struct wl_subcompositor *subcompo = window->display->subcompositor;
4702
Pekka Paalanen35e82632013-04-25 13:57:48 +03004703 surface = surface_create(window);
Manuel Bachmanncd186fb2014-04-04 10:04:18 +02004704 surface->buffer_type = window_get_buffer_type(window);
Pekka Paalanen35e82632013-04-25 13:57:48 +03004705 widget = widget_create(window, surface, data);
4706 wl_list_init(&widget->link);
4707 surface->widget = widget;
4708
4709 parent = window->main_surface->surface;
4710 surface->subsurface = wl_subcompositor_get_subsurface(subcompo,
4711 surface->surface,
4712 parent);
4713 surface->synchronized = 1;
4714
4715 switch (default_mode) {
4716 case SUBSURFACE_SYNCHRONIZED:
4717 surface->synchronized_default = 1;
4718 break;
4719 case SUBSURFACE_DESYNCHRONIZED:
4720 surface->synchronized_default = 0;
4721 break;
4722 default:
4723 assert(!"bad enum subsurface_mode");
4724 }
4725
Jasper St. Pierree22952b2013-11-11 20:07:33 -05004726 window->resize_needed = 1;
4727 window_schedule_redraw(window);
4728
Pekka Paalanen35e82632013-04-25 13:57:48 +03004729 return widget;
4730}
Kristian Høgsberg8357cd62011-05-13 13:24:56 -04004731
4732static void
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004733display_handle_geometry(void *data,
Kristian Høgsberg8f0ce052011-06-21 11:16:58 -04004734 struct wl_output *wl_output,
4735 int x, int y,
4736 int physical_width,
4737 int physical_height,
4738 int subpixel,
4739 const char *make,
Kristian Høgsberg0e696472012-07-22 15:49:57 -04004740 const char *model,
4741 int transform)
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004742{
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004743 struct output *output = data;
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004744
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004745 output->allocation.x = x;
4746 output->allocation.y = y;
Scott Moreau4e072362012-09-29 02:03:11 -06004747 output->transform = transform;
Jason Ekstrand738715d2014-04-02 19:53:50 -05004748
4749 if (output->make)
4750 free(output->make);
4751 output->make = strdup(make);
4752
4753 if (output->model)
4754 free(output->model);
4755 output->model = strdup(model);
Kristian Høgsberg8f0ce052011-06-21 11:16:58 -04004756}
4757
4758static void
Alexander Larssonafd319a2013-05-22 14:41:27 +02004759display_handle_done(void *data,
4760 struct wl_output *wl_output)
4761{
4762}
4763
4764static void
4765display_handle_scale(void *data,
4766 struct wl_output *wl_output,
Alexander Larssonedddbd12013-05-24 13:09:43 +02004767 int32_t scale)
Alexander Larssonafd319a2013-05-22 14:41:27 +02004768{
4769 struct output *output = data;
4770
4771 output->scale = scale;
4772}
4773
4774static void
Kristian Høgsberg8f0ce052011-06-21 11:16:58 -04004775display_handle_mode(void *data,
4776 struct wl_output *wl_output,
4777 uint32_t flags,
4778 int width,
4779 int height,
4780 int refresh)
4781{
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004782 struct output *output = data;
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004783 struct display *display = output->display;
Kristian Høgsberg8f0ce052011-06-21 11:16:58 -04004784
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004785 if (flags & WL_OUTPUT_MODE_CURRENT) {
4786 output->allocation.width = width;
4787 output->allocation.height = height;
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004788 if (display->output_configure_handler)
4789 (*display->output_configure_handler)(
4790 output, display->user_data);
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004791 }
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004792}
4793
4794static const struct wl_output_listener output_listener = {
4795 display_handle_geometry,
Alexander Larssonafd319a2013-05-22 14:41:27 +02004796 display_handle_mode,
4797 display_handle_done,
4798 display_handle_scale
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05004799};
4800
4801static void
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004802display_add_output(struct display *d, uint32_t id)
4803{
4804 struct output *output;
4805
Kristian Høgsberg69594cc2013-08-15 14:28:25 -07004806 output = xzalloc(sizeof *output);
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004807 output->display = d;
Alexander Larssonafd319a2013-05-22 14:41:27 +02004808 output->scale = 1;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004809 output->output =
Alexander Larssonafd319a2013-05-22 14:41:27 +02004810 wl_registry_bind(d->registry, id, &wl_output_interface, 2);
Xiong Zhang83d8ee72013-10-23 13:58:35 +08004811 output->server_output_id = id;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004812 wl_list_insert(d->output_list.prev, &output->link);
4813
4814 wl_output_add_listener(output->output, &output_listener, output);
4815}
4816
Pekka Paalanen2c1426a2011-12-16 11:35:34 +02004817static void
4818output_destroy(struct output *output)
4819{
4820 if (output->destroy_handler)
4821 (*output->destroy_handler)(output, output->user_data);
4822
4823 wl_output_destroy(output->output);
4824 wl_list_remove(&output->link);
4825 free(output);
4826}
4827
Xiong Zhang83d8ee72013-10-23 13:58:35 +08004828static void
4829display_destroy_output(struct display *d, uint32_t id)
4830{
4831 struct output *output;
4832
4833 wl_list_for_each(output, &d->output_list, link) {
4834 if (output->server_output_id == id) {
4835 output_destroy(output);
4836 break;
4837 }
4838 }
4839}
4840
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004841void
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04004842display_set_global_handler(struct display *display,
4843 display_global_handler_t handler)
4844{
4845 struct global *global;
4846
4847 display->global_handler = handler;
4848 if (!handler)
4849 return;
4850
4851 wl_list_for_each(global, &display->global_list, link)
4852 display->global_handler(display,
4853 global->name, global->interface,
4854 global->version, display->user_data);
4855}
4856
4857void
Xiong Zhang83d8ee72013-10-23 13:58:35 +08004858display_set_global_handler_remove(struct display *display,
4859 display_global_handler_t remove_handler)
4860{
4861 display->global_handler_remove = remove_handler;
4862 if (!remove_handler)
4863 return;
4864}
4865
4866void
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004867display_set_output_configure_handler(struct display *display,
4868 display_output_handler_t handler)
4869{
4870 struct output *output;
4871
4872 display->output_configure_handler = handler;
4873 if (!handler)
4874 return;
4875
Pekka Paalanenb2f957a2012-10-15 12:06:53 +03004876 wl_list_for_each(output, &display->output_list, link) {
4877 if (output->allocation.width == 0 &&
4878 output->allocation.height == 0)
4879 continue;
4880
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004881 (*display->output_configure_handler)(output,
4882 display->user_data);
Pekka Paalanenb2f957a2012-10-15 12:06:53 +03004883 }
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004884}
4885
4886void
4887output_set_user_data(struct output *output, void *data)
4888{
4889 output->user_data = data;
4890}
4891
4892void *
4893output_get_user_data(struct output *output)
4894{
4895 return output->user_data;
4896}
4897
4898void
4899output_set_destroy_handler(struct output *output,
4900 display_output_handler_t handler)
4901{
4902 output->destroy_handler = handler;
4903 /* FIXME: implement this, once we have way to remove outputs */
4904}
4905
4906void
Scott Moreau4e072362012-09-29 02:03:11 -06004907output_get_allocation(struct output *output, struct rectangle *base)
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004908{
Scott Moreau4e072362012-09-29 02:03:11 -06004909 struct rectangle allocation = output->allocation;
4910
4911 switch (output->transform) {
4912 case WL_OUTPUT_TRANSFORM_90:
4913 case WL_OUTPUT_TRANSFORM_270:
4914 case WL_OUTPUT_TRANSFORM_FLIPPED_90:
4915 case WL_OUTPUT_TRANSFORM_FLIPPED_270:
4916 /* Swap width and height */
4917 allocation.width = output->allocation.height;
4918 allocation.height = output->allocation.width;
4919 break;
4920 }
4921
4922 *base = allocation;
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004923}
4924
Pekka Paalanen999c5b52011-11-30 10:52:38 +02004925struct wl_output *
4926output_get_wl_output(struct output *output)
4927{
4928 return output->output;
4929}
4930
Ander Conselvan de Oliveira15256f62012-11-30 17:34:25 +02004931enum wl_output_transform
4932output_get_transform(struct output *output)
4933{
4934 return output->transform;
4935}
4936
Alexander Larssonafd319a2013-05-22 14:41:27 +02004937uint32_t
4938output_get_scale(struct output *output)
4939{
4940 return output->scale;
4941}
4942
Jason Ekstrand738715d2014-04-02 19:53:50 -05004943const char *
4944output_get_make(struct output *output)
4945{
4946 return output->make;
4947}
4948
4949const char *
4950output_get_model(struct output *output)
4951{
4952 return output->model;
4953}
4954
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05004955static void
Daniel Stone97f68542012-05-30 16:32:01 +01004956fini_xkb(struct input *input)
4957{
4958 xkb_state_unref(input->xkb.state);
4959 xkb_map_unref(input->xkb.keymap);
4960}
4961
Jasper St. Pierre47f10432013-11-12 14:37:20 -05004962#define MIN(a,b) ((a) < (b) ? a : b)
Rob Bradford08031182013-08-13 20:11:03 +01004963
Daniel Stone97f68542012-05-30 16:32:01 +01004964static void
Kristian Høgsberg4fe1a3e2010-08-10 14:02:48 -04004965display_add_input(struct display *d, uint32_t id)
Kristian Høgsberg808fd412010-07-20 17:06:19 -04004966{
4967 struct input *input;
4968
Kristian Høgsbergadcd54b2013-08-15 14:17:13 -07004969 input = xzalloc(sizeof *input);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04004970 input->display = d;
Rob Bradford08031182013-08-13 20:11:03 +01004971 input->seat = wl_registry_bind(d->registry, id, &wl_seat_interface,
Jasper St. Pierre47f10432013-11-12 14:37:20 -05004972 MIN(d->seat_version, 3));
Rusty Lynch1084da52013-08-15 09:10:08 -07004973 input->touch_focus = NULL;
Kristian Høgsberg808fd412010-07-20 17:06:19 -04004974 input->pointer_focus = NULL;
4975 input->keyboard_focus = NULL;
Rusty Lynch041815a2013-08-08 21:20:38 -07004976 wl_list_init(&input->touch_point_list);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04004977 wl_list_insert(d->input_list.prev, &input->link);
4978
Daniel Stone37816df2012-05-16 18:45:18 +01004979 wl_seat_add_listener(input->seat, &seat_listener, input);
4980 wl_seat_set_user_data(input->seat, input);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04004981
Jason Ekstranda669bd52014-04-02 19:53:51 -05004982 if (d->data_device_manager) {
4983 input->data_device =
4984 wl_data_device_manager_get_data_device(d->data_device_manager,
4985 input->seat);
4986 wl_data_device_add_listener(input->data_device,
4987 &data_device_listener,
4988 input);
4989 }
Ander Conselvan de Oliveira37ffc3c2012-06-15 17:27:35 +03004990
4991 input->pointer_surface = wl_compositor_create_surface(d->compositor);
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04004992
Kristian Høgsberg8b19c642012-06-20 18:00:13 -04004993 input->repeat_timer_fd = timerfd_create(CLOCK_MONOTONIC,
4994 TFD_CLOEXEC | TFD_NONBLOCK);
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04004995 input->repeat_task.run = keyboard_repeat_func;
4996 display_watch_fd(d, input->repeat_timer_fd,
4997 EPOLLIN, &input->repeat_task);
Kristian Høgsberg58eec362011-01-19 14:27:42 -05004998}
4999
Kristian Høgsberg808fd412010-07-20 17:06:19 -04005000static void
Pekka Paalanene1207c72011-12-16 12:02:09 +02005001input_destroy(struct input *input)
5002{
Kristian Høgsberg8a1d10d2011-12-21 17:11:45 -05005003 input_remove_keyboard_focus(input);
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04005004 input_remove_pointer_focus(input);
Pekka Paalanene1207c72011-12-16 12:02:09 +02005005
5006 if (input->drag_offer)
5007 data_offer_destroy(input->drag_offer);
5008
5009 if (input->selection_offer)
5010 data_offer_destroy(input->selection_offer);
5011
Jason Ekstranda669bd52014-04-02 19:53:51 -05005012 if (input->data_device)
5013 wl_data_device_destroy(input->data_device);
Rob Bradford08031182013-08-13 20:11:03 +01005014
5015 if (input->display->seat_version >= 3) {
5016 if (input->pointer)
5017 wl_pointer_release(input->pointer);
5018 if (input->keyboard)
5019 wl_keyboard_release(input->keyboard);
5020 }
5021
Daniel Stone97f68542012-05-30 16:32:01 +01005022 fini_xkb(input);
5023
Ander Conselvan de Oliveira37ffc3c2012-06-15 17:27:35 +03005024 wl_surface_destroy(input->pointer_surface);
5025
Pekka Paalanene1207c72011-12-16 12:02:09 +02005026 wl_list_remove(&input->link);
Daniel Stone37816df2012-05-16 18:45:18 +01005027 wl_seat_destroy(input->seat);
Kristian Høgsbergcf4d2442012-06-20 14:52:12 -04005028 close(input->repeat_timer_fd);
Pekka Paalanene1207c72011-12-16 12:02:09 +02005029 free(input);
5030}
5031
5032static void
Jonas Ådahl14c92ff2012-08-29 22:13:02 +02005033init_workspace_manager(struct display *d, uint32_t id)
5034{
5035 d->workspace_manager =
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005036 wl_registry_bind(d->registry, id,
5037 &workspace_manager_interface, 1);
Jonas Ådahl14c92ff2012-08-29 22:13:02 +02005038 if (d->workspace_manager != NULL)
5039 workspace_manager_add_listener(d->workspace_manager,
5040 &workspace_manager_listener,
5041 d);
5042}
5043
5044static void
Tomeu Vizosobee45a12013-08-06 20:05:54 +02005045shm_format(void *data, struct wl_shm *wl_shm, uint32_t format)
5046{
5047 struct display *d = data;
5048
5049 if (format == WL_SHM_FORMAT_RGB565)
5050 d->has_rgb565 = 1;
5051}
5052
5053struct wl_shm_listener shm_listener = {
5054 shm_format
5055};
5056
5057static void
Kristian Høgsberg2bff94e2014-02-11 12:22:51 -08005058xdg_shell_ping(void *data, struct xdg_shell *shell, uint32_t serial)
5059{
5060 xdg_shell_pong(shell, serial);
5061}
5062
5063static const struct xdg_shell_listener xdg_shell_listener = {
5064 xdg_shell_ping,
5065};
5066
Kristian Høgsbergc7680b02014-02-19 10:14:46 -08005067#define XDG_VERSION 3 /* The version of xdg-shell that we implement */
Kristian Høgsberg239902b2014-02-11 13:50:08 -08005068#ifdef static_assert
5069static_assert(XDG_VERSION == XDG_SHELL_VERSION_CURRENT,
5070 "Interface version doesn't match implementation version");
5071#endif
5072
Kristian Høgsberg2bff94e2014-02-11 12:22:51 -08005073static void
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005074registry_handle_global(void *data, struct wl_registry *registry, uint32_t id,
5075 const char *interface, uint32_t version)
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005076{
5077 struct display *d = data;
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005078 struct global *global;
5079
Brian Lovinbc919262013-08-07 15:34:59 -07005080 global = xmalloc(sizeof *global);
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005081 global->name = id;
5082 global->interface = strdup(interface);
5083 global->version = version;
5084 wl_list_insert(d->global_list.prev, &global->link);
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005085
Kristian Høgsberg7cbdb642011-04-20 18:53:07 -04005086 if (strcmp(interface, "wl_compositor") == 0) {
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005087 d->compositor = wl_registry_bind(registry, id,
Jason Ekstrandd27cb092013-06-26 22:20:31 -05005088 &wl_compositor_interface, 3);
Kristian Høgsberg7cbdb642011-04-20 18:53:07 -04005089 } else if (strcmp(interface, "wl_output") == 0) {
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05005090 display_add_output(d, id);
Daniel Stone37816df2012-05-16 18:45:18 +01005091 } else if (strcmp(interface, "wl_seat") == 0) {
Rob Bradford08031182013-08-13 20:11:03 +01005092 d->seat_version = version;
Kristian Høgsberg4fe1a3e2010-08-10 14:02:48 -04005093 display_add_input(d, id);
Kristian Høgsberg7cbdb642011-04-20 18:53:07 -04005094 } else if (strcmp(interface, "wl_shm") == 0) {
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005095 d->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1);
Tomeu Vizosobee45a12013-08-06 20:05:54 +02005096 wl_shm_add_listener(d->shm, &shm_listener, d);
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04005097 } else if (strcmp(interface, "wl_data_device_manager") == 0) {
5098 d->data_device_manager =
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005099 wl_registry_bind(registry, id,
5100 &wl_data_device_manager_interface, 1);
Jasper St. Pierre0790e392013-12-09 14:58:00 -05005101 } else if (strcmp(interface, "xdg_shell") == 0) {
5102 d->xdg_shell = wl_registry_bind(registry, id,
5103 &xdg_shell_interface, 1);
Kristian Høgsberg239902b2014-02-11 13:50:08 -08005104 xdg_shell_use_unstable_version(d->xdg_shell, XDG_VERSION);
Kristian Høgsberg2bff94e2014-02-11 12:22:51 -08005105 xdg_shell_add_listener(d->xdg_shell, &xdg_shell_listener, d);
Scott Moreau7a1b32a2012-05-27 14:25:02 -06005106 } else if (strcmp(interface, "text_cursor_position") == 0) {
5107 d->text_cursor_position =
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005108 wl_registry_bind(registry, id,
5109 &text_cursor_position_interface, 1);
Jonas Ådahl14c92ff2012-08-29 22:13:02 +02005110 } else if (strcmp(interface, "workspace_manager") == 0) {
5111 init_workspace_manager(d, id);
Pekka Paalanen35e82632013-04-25 13:57:48 +03005112 } else if (strcmp(interface, "wl_subcompositor") == 0) {
5113 d->subcompositor =
5114 wl_registry_bind(registry, id,
5115 &wl_subcompositor_interface, 1);
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005116 }
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005117
5118 if (d->global_handler)
5119 d->global_handler(d, id, interface, version, d->user_data);
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005120}
5121
Pekka Paalanen0eab05d2013-01-22 14:53:55 +02005122static void
5123registry_handle_global_remove(void *data, struct wl_registry *registry,
5124 uint32_t name)
5125{
5126 struct display *d = data;
5127 struct global *global;
5128 struct global *tmp;
5129
5130 wl_list_for_each_safe(global, tmp, &d->global_list, link) {
5131 if (global->name != name)
5132 continue;
5133
Xiong Zhang83d8ee72013-10-23 13:58:35 +08005134 if (strcmp(global->interface, "wl_output") == 0)
5135 display_destroy_output(d, name);
5136
5137 /* XXX: Should destroy remaining bound globals */
5138
5139 if (d->global_handler_remove)
5140 d->global_handler_remove(d, name, global->interface,
5141 global->version, d->user_data);
5142
Pekka Paalanen0eab05d2013-01-22 14:53:55 +02005143 wl_list_remove(&global->link);
5144 free(global->interface);
5145 free(global);
5146 }
5147}
5148
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005149void *
5150display_bind(struct display *display, uint32_t name,
5151 const struct wl_interface *interface, uint32_t version)
5152{
5153 return wl_registry_bind(display->registry, name, interface, version);
5154}
5155
5156static const struct wl_registry_listener registry_listener = {
Pekka Paalanen0eab05d2013-01-22 14:53:55 +02005157 registry_handle_global,
5158 registry_handle_global_remove
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005159};
5160
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005161#ifdef HAVE_CAIRO_EGL
Yuval Fledel45568f62010-12-06 09:18:12 -05005162static int
Kristian Høgsberg297c6312011-02-04 14:11:33 -05005163init_egl(struct display *d)
Yuval Fledel45568f62010-12-06 09:18:12 -05005164{
5165 EGLint major, minor;
Benjamin Franzke6693ac22011-02-10 12:04:30 +01005166 EGLint n;
Kristian Høgsbergf389cac2011-08-31 16:21:38 -04005167
Rob Clark6396ed32012-03-11 19:48:41 -05005168#ifdef USE_CAIRO_GLESV2
5169# define GL_BIT EGL_OPENGL_ES2_BIT
5170#else
5171# define GL_BIT EGL_OPENGL_BIT
5172#endif
5173
Kristian Høgsberg8e81df42012-01-11 14:24:46 -05005174 static const EGLint argb_cfg_attribs[] = {
Kristian Høgsberg31467562012-10-16 15:31:31 -04005175 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
Benjamin Franzke6693ac22011-02-10 12:04:30 +01005176 EGL_RED_SIZE, 1,
5177 EGL_GREEN_SIZE, 1,
5178 EGL_BLUE_SIZE, 1,
5179 EGL_ALPHA_SIZE, 1,
5180 EGL_DEPTH_SIZE, 1,
Rob Clark6396ed32012-03-11 19:48:41 -05005181 EGL_RENDERABLE_TYPE, GL_BIT,
Benjamin Franzke6693ac22011-02-10 12:04:30 +01005182 EGL_NONE
5183 };
Yuval Fledel45568f62010-12-06 09:18:12 -05005184
Kristian Høgsberg2d574392012-01-18 14:50:58 -05005185#ifdef USE_CAIRO_GLESV2
5186 static const EGLint context_attribs[] = {
5187 EGL_CONTEXT_CLIENT_VERSION, 2,
5188 EGL_NONE
5189 };
5190 EGLint api = EGL_OPENGL_ES_API;
5191#else
5192 EGLint *context_attribs = NULL;
5193 EGLint api = EGL_OPENGL_API;
5194#endif
5195
Kristian Høgsberg91342c62011-04-14 14:44:58 -04005196 d->dpy = eglGetDisplay(d->display);
Yuval Fledel45568f62010-12-06 09:18:12 -05005197 if (!eglInitialize(d->dpy, &major, &minor)) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005198 fprintf(stderr, "failed to initialize EGL\n");
Yuval Fledel45568f62010-12-06 09:18:12 -05005199 return -1;
5200 }
5201
Kristian Høgsberg2d574392012-01-18 14:50:58 -05005202 if (!eglBindAPI(api)) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005203 fprintf(stderr, "failed to bind EGL client API\n");
Yuval Fledel45568f62010-12-06 09:18:12 -05005204 return -1;
5205 }
5206
Kristian Høgsberg8e81df42012-01-11 14:24:46 -05005207 if (!eglChooseConfig(d->dpy, argb_cfg_attribs,
5208 &d->argb_config, 1, &n) || n != 1) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005209 fprintf(stderr, "failed to choose argb EGL config\n");
Benjamin Franzke6693ac22011-02-10 12:04:30 +01005210 return -1;
5211 }
5212
Kristian Høgsberg8e81df42012-01-11 14:24:46 -05005213 d->argb_ctx = eglCreateContext(d->dpy, d->argb_config,
Kristian Høgsberg2d574392012-01-18 14:50:58 -05005214 EGL_NO_CONTEXT, context_attribs);
Benjamin Franzke0c991632011-09-27 21:57:31 +02005215 if (d->argb_ctx == NULL) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005216 fprintf(stderr, "failed to create EGL context\n");
Yuval Fledel45568f62010-12-06 09:18:12 -05005217 return -1;
5218 }
5219
Benjamin Franzke0c991632011-09-27 21:57:31 +02005220 d->argb_device = cairo_egl_device_create(d->dpy, d->argb_ctx);
5221 if (cairo_device_status(d->argb_device) != CAIRO_STATUS_SUCCESS) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005222 fprintf(stderr, "failed to get cairo EGL argb device\n");
Benjamin Franzke0c991632011-09-27 21:57:31 +02005223 return -1;
5224 }
Yuval Fledel45568f62010-12-06 09:18:12 -05005225
5226 return 0;
5227}
5228
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005229static void
5230fini_egl(struct display *display)
5231{
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005232 cairo_device_destroy(display->argb_device);
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005233
5234 eglMakeCurrent(display->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE,
5235 EGL_NO_CONTEXT);
5236
5237 eglTerminate(display->dpy);
5238 eglReleaseThread();
5239}
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005240#endif
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005241
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005242static void
Pekka Paalanen3cbb0892012-11-19 17:16:01 +02005243init_dummy_surface(struct display *display)
5244{
5245 int len;
5246 void *data;
5247
5248 len = cairo_format_stride_for_width(CAIRO_FORMAT_ARGB32, 1);
5249 data = malloc(len);
5250 display->dummy_surface =
5251 cairo_image_surface_create_for_data(data, CAIRO_FORMAT_ARGB32,
5252 1, 1, len);
5253 display->dummy_surface_data = data;
5254}
5255
5256static void
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005257handle_display_data(struct task *task, uint32_t events)
5258{
5259 struct display *display =
5260 container_of(task, struct display, display_task);
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005261 struct epoll_event ep;
5262 int ret;
U. Artie Eoff44874d92012-10-02 21:12:35 -07005263
5264 display->display_fd_events = events;
5265
5266 if (events & EPOLLERR || events & EPOLLHUP) {
5267 display_exit(display);
5268 return;
5269 }
5270
Kristian Høgsberga17f7a12012-10-16 13:16:10 -04005271 if (events & EPOLLIN) {
5272 ret = wl_display_dispatch(display->display);
5273 if (ret == -1) {
5274 display_exit(display);
5275 return;
5276 }
5277 }
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005278
5279 if (events & EPOLLOUT) {
5280 ret = wl_display_flush(display->display);
5281 if (ret == 0) {
5282 ep.events = EPOLLIN | EPOLLERR | EPOLLHUP;
5283 ep.data.ptr = &display->display_task;
5284 epoll_ctl(display->epoll_fd, EPOLL_CTL_MOD,
5285 display->display_fd, &ep);
5286 } else if (ret == -1 && errno != EAGAIN) {
5287 display_exit(display);
5288 return;
5289 }
5290 }
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005291}
5292
Kristian Høgsberg2e437202013-04-16 11:21:48 -04005293static void
5294log_handler(const char *format, va_list args)
5295{
5296 vfprintf(stderr, format, args);
5297}
5298
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005299struct display *
Kristian Høgsberg4172f662013-02-20 15:27:49 -05005300display_create(int *argc, char *argv[])
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005301{
5302 struct display *d;
Kristian Høgsberga85fe3c2010-06-08 14:08:30 -04005303
Kristian Høgsberg2e437202013-04-16 11:21:48 -04005304 wl_log_set_handler_client(log_handler);
5305
Peter Huttererf3d62272013-08-08 11:57:05 +10005306 d = zalloc(sizeof *d);
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005307 if (d == NULL)
5308 return NULL;
5309
Kristian Høgsberg2bb3ebe2010-12-01 15:36:20 -05005310 d->display = wl_display_connect(NULL);
Kristian Høgsberg478d9262010-06-08 20:34:11 -04005311 if (d->display == NULL) {
Pekka Paalanen4e106542013-02-14 11:49:12 +02005312 fprintf(stderr, "failed to connect to Wayland display: %m\n");
Rob Bradfordf0a1af92013-01-10 19:48:54 +00005313 free(d);
Kristian Høgsberg7824d812010-06-08 14:59:44 -04005314 return NULL;
5315 }
5316
Rob Bradford5ab9c752013-07-26 16:29:43 +01005317 d->xkb_context = xkb_context_new(0);
5318 if (d->xkb_context == NULL) {
5319 fprintf(stderr, "Failed to create XKB context\n");
5320 free(d);
5321 return NULL;
5322 }
5323
Pekka Paalanen647f2bf2012-05-30 15:53:43 +03005324 d->epoll_fd = os_epoll_create_cloexec();
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005325 d->display_fd = wl_display_get_fd(d->display);
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005326 d->display_task.run = handle_display_data;
U. Artie Eoff44874d92012-10-02 21:12:35 -07005327 display_watch_fd(d, d->display_fd, EPOLLIN | EPOLLERR | EPOLLHUP,
5328 &d->display_task);
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005329
5330 wl_list_init(&d->deferred_list);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04005331 wl_list_init(&d->input_list);
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05005332 wl_list_init(&d->output_list);
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005333 wl_list_init(&d->global_list);
Kristian Høgsberg808fd412010-07-20 17:06:19 -04005334
Jonas Ådahlf77beeb2012-10-08 22:49:04 +02005335 d->workspace = 0;
5336 d->workspace_count = 1;
5337
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005338 d->registry = wl_display_get_registry(d->display);
5339 wl_registry_add_listener(d->registry, &registry_listener, d);
Pekka Paalanen33a68ea2013-02-14 12:18:00 +02005340
5341 if (wl_display_dispatch(d->display) < 0) {
5342 fprintf(stderr, "Failed to process Wayland connection: %m\n");
5343 return NULL;
5344 }
5345
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005346#ifdef HAVE_CAIRO_EGL
Pekka Paalanen4e106542013-02-14 11:49:12 +02005347 if (init_egl(d) < 0)
5348 fprintf(stderr, "EGL does not seem to work, "
5349 "falling back to software rendering and wl_shm.\n");
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005350#endif
Kristian Høgsberg8a9cda82008-11-03 15:31:30 -05005351
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03005352 create_cursors(d);
Kristian Høgsbergda275dd2010-08-16 17:47:07 -04005353
Kristian Høgsberg5adb4802012-05-15 22:25:28 -04005354 d->theme = theme_create();
Kristian Høgsbergdcb71b62010-06-15 17:16:35 -04005355
Kristian Høgsberg478d9262010-06-08 20:34:11 -04005356 wl_list_init(&d->window_list);
5357
Pekka Paalanen3cbb0892012-11-19 17:16:01 +02005358 init_dummy_surface(d);
5359
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005360 return d;
5361}
5362
Pekka Paalanen2c1426a2011-12-16 11:35:34 +02005363static void
5364display_destroy_outputs(struct display *display)
5365{
5366 struct output *tmp;
5367 struct output *output;
5368
5369 wl_list_for_each_safe(output, tmp, &display->output_list, link)
5370 output_destroy(output);
5371}
5372
Pekka Paalanene1207c72011-12-16 12:02:09 +02005373static void
5374display_destroy_inputs(struct display *display)
5375{
5376 struct input *tmp;
5377 struct input *input;
5378
5379 wl_list_for_each_safe(input, tmp, &display->input_list, link)
5380 input_destroy(input);
5381}
5382
Pekka Paalanen999c5b52011-11-30 10:52:38 +02005383void
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005384display_destroy(struct display *display)
5385{
Pekka Paalanenc2052982011-12-16 11:41:32 +02005386 if (!wl_list_empty(&display->window_list))
U. Artie Eoff44874d92012-10-02 21:12:35 -07005387 fprintf(stderr, "toytoolkit warning: %d windows exist.\n",
5388 wl_list_length(&display->window_list));
Pekka Paalanenc2052982011-12-16 11:41:32 +02005389
5390 if (!wl_list_empty(&display->deferred_list))
5391 fprintf(stderr, "toytoolkit warning: deferred tasks exist.\n");
5392
Pekka Paalanen3cbb0892012-11-19 17:16:01 +02005393 cairo_surface_destroy(display->dummy_surface);
5394 free(display->dummy_surface_data);
5395
Pekka Paalanen2c1426a2011-12-16 11:35:34 +02005396 display_destroy_outputs(display);
Pekka Paalanene1207c72011-12-16 12:02:09 +02005397 display_destroy_inputs(display);
Pekka Paalanen2c1426a2011-12-16 11:35:34 +02005398
Daniel Stone97f68542012-05-30 16:32:01 +01005399 xkb_context_unref(display->xkb_context);
Pekka Paalanen325bb602011-12-19 10:31:45 +02005400
Kristian Høgsberg5adb4802012-05-15 22:25:28 -04005401 theme_destroy(display->theme);
Ander Conselvan de Oliveirad8f527c2012-05-25 09:30:02 +03005402 destroy_cursors(display);
Pekka Paalanen325bb602011-12-19 10:31:45 +02005403
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005404#ifdef HAVE_CAIRO_EGL
Kristian Høgsberg4e51b442013-01-07 15:47:14 -05005405 if (display->argb_device)
5406 fini_egl(display);
Kristian Høgsberg8f64ed02012-04-03 11:57:44 -04005407#endif
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005408
Pekka Paalanen35e82632013-04-25 13:57:48 +03005409 if (display->subcompositor)
5410 wl_subcompositor_destroy(display->subcompositor);
5411
Jasper St. Pierre0790e392013-12-09 14:58:00 -05005412 if (display->xdg_shell)
5413 xdg_shell_destroy(display->xdg_shell);
Pekka Paalanenc2052982011-12-16 11:41:32 +02005414
5415 if (display->shm)
5416 wl_shm_destroy(display->shm);
5417
5418 if (display->data_device_manager)
5419 wl_data_device_manager_destroy(display->data_device_manager);
5420
5421 wl_compositor_destroy(display->compositor);
Pekka Paalanenaac1c132012-12-04 16:01:15 +02005422 wl_registry_destroy(display->registry);
Pekka Paalanenc2052982011-12-16 11:41:32 +02005423
5424 close(display->epoll_fd);
5425
U. Artie Eoff44874d92012-10-02 21:12:35 -07005426 if (!(display->display_fd_events & EPOLLERR) &&
5427 !(display->display_fd_events & EPOLLHUP))
5428 wl_display_flush(display->display);
5429
Kristian Høgsbergfcfc83f2012-02-28 14:29:19 -05005430 wl_display_disconnect(display->display);
Pekka Paalanenfe6079a2011-12-15 15:20:04 +02005431 free(display);
5432}
5433
5434void
Pekka Paalanen999c5b52011-11-30 10:52:38 +02005435display_set_user_data(struct display *display, void *data)
5436{
5437 display->user_data = data;
5438}
5439
5440void *
5441display_get_user_data(struct display *display)
5442{
5443 return display->user_data;
5444}
5445
Kristian Høgsberg9d69f8e2010-09-03 14:46:38 -04005446struct wl_display *
5447display_get_display(struct display *display)
5448{
5449 return display->display;
5450}
5451
Kristian Høgsbergb20b0092013-08-15 11:54:03 -07005452int
5453display_has_subcompositor(struct display *display)
5454{
5455 if (display->subcompositor)
5456 return 1;
5457
5458 wl_display_roundtrip(display->display);
5459
5460 return display->subcompositor != NULL;
5461}
5462
Kristian Høgsberg1cc5ac32013-04-11 21:47:41 -04005463cairo_device_t *
5464display_get_cairo_device(struct display *display)
5465{
5466 return display->argb_device;
5467}
5468
Kristian Høgsberg53ff2f62011-11-26 17:27:37 -05005469struct output *
5470display_get_output(struct display *display)
5471{
5472 return container_of(display->output_list.next, struct output, link);
5473}
5474
Kristian Høgsberg43c28ee2009-01-26 23:42:46 -05005475struct wl_compositor *
5476display_get_compositor(struct display *display)
5477{
5478 return display->compositor;
Kristian Høgsberg61017b12008-11-02 18:51:48 -05005479}
Kristian Høgsberg7824d812010-06-08 14:59:44 -04005480
Kristian Høgsbergeae5de72012-04-11 22:42:15 -04005481uint32_t
5482display_get_serial(struct display *display)
5483{
5484 return display->serial;
5485}
5486
Kristian Høgsberg7824d812010-06-08 14:59:44 -04005487EGLDisplay
5488display_get_egl_display(struct display *d)
5489{
5490 return d->dpy;
5491}
5492
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04005493struct wl_data_source *
5494display_create_data_source(struct display *display)
5495{
Jason Ekstranda669bd52014-04-02 19:53:51 -05005496 if (display->data_device_manager)
5497 return wl_data_device_manager_create_data_source(display->data_device_manager);
5498 else
5499 return NULL;
Kristian Høgsberg47fe08a2011-10-28 12:26:06 -04005500}
5501
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005502EGLConfig
Benjamin Franzke0c991632011-09-27 21:57:31 +02005503display_get_argb_egl_config(struct display *d)
5504{
Kristian Høgsberg8e81df42012-01-11 14:24:46 -05005505 return d->argb_config;
Benjamin Franzke0c991632011-09-27 21:57:31 +02005506}
5507
Benjamin Franzke1a89f282011-10-07 09:33:06 +02005508int
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005509display_acquire_window_surface(struct display *display,
5510 struct window *window,
5511 EGLContext ctx)
5512{
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02005513 struct surface *surface = window->main_surface;
5514
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02005515 if (surface->buffer_type != WINDOW_BUFFER_TYPE_EGL_WINDOW)
Benjamin Franzke1a89f282011-10-07 09:33:06 +02005516 return -1;
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005517
Pekka Paalanen6f41b072013-02-20 13:39:17 +02005518 widget_get_cairo_surface(window->main_surface->widget);
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02005519 return surface->toysurface->acquire(surface->toysurface, ctx);
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005520}
5521
5522void
Benjamin Franzke0c991632011-09-27 21:57:31 +02005523display_release_window_surface(struct display *display,
5524 struct window *window)
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005525{
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02005526 struct surface *surface = window->main_surface;
5527
Pekka Paalanen02bba7c2013-02-13 16:17:15 +02005528 if (surface->buffer_type != WINDOW_BUFFER_TYPE_EGL_WINDOW)
Benjamin Franzke0c991632011-09-27 21:57:31 +02005529 return;
5530
Pekka Paalanen811ec4f2013-02-13 16:17:14 +02005531 surface->toysurface->release(surface->toysurface);
Benjamin Franzkecff904e2011-02-18 23:00:55 +01005532}
5533
5534void
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005535display_defer(struct display *display, struct task *task)
Kristian Høgsberg7824d812010-06-08 14:59:44 -04005536{
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005537 wl_list_insert(&display->deferred_list, &task->link);
5538}
5539
5540void
5541display_watch_fd(struct display *display,
5542 int fd, uint32_t events, struct task *task)
5543{
5544 struct epoll_event ep;
5545
5546 ep.events = events;
5547 ep.data.ptr = task;
5548 epoll_ctl(display->epoll_fd, EPOLL_CTL_ADD, fd, &ep);
5549}
5550
5551void
Dima Ryazanova85292e2012-11-29 00:27:09 -08005552display_unwatch_fd(struct display *display, int fd)
5553{
5554 epoll_ctl(display->epoll_fd, EPOLL_CTL_DEL, fd, NULL);
5555}
5556
5557void
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005558display_run(struct display *display)
5559{
5560 struct task *task;
5561 struct epoll_event ep[16];
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005562 int i, count, ret;
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005563
Pekka Paalanen826d7952011-12-15 10:14:07 +02005564 display->running = 1;
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005565 while (1) {
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005566 while (!wl_list_empty(&display->deferred_list)) {
Tiago Vignatti6f093382012-09-27 14:46:23 +03005567 task = container_of(display->deferred_list.prev,
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005568 struct task, link);
5569 wl_list_remove(&task->link);
5570 task->run(task, 0);
5571 }
Kristian Høgsberg9ca2d082012-01-09 18:48:14 -05005572
Kristian Høgsbergfeb3c1d2012-10-15 12:56:11 -04005573 wl_display_dispatch_pending(display->display);
5574
Kristian Høgsberg9ca2d082012-01-09 18:48:14 -05005575 if (!display->running)
5576 break;
5577
Kristian Høgsbergfa80e112012-10-10 21:34:26 -04005578 ret = wl_display_flush(display->display);
5579 if (ret < 0 && errno == EAGAIN) {
5580 ep[0].events =
5581 EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP;
5582 ep[0].data.ptr = &display->display_task;
5583
5584 epoll_ctl(display->epoll_fd, EPOLL_CTL_MOD,
5585 display->display_fd, &ep[0]);
5586 } else if (ret < 0) {
5587 break;
5588 }
Kristian Høgsberg9ca2d082012-01-09 18:48:14 -05005589
5590 count = epoll_wait(display->epoll_fd,
5591 ep, ARRAY_LENGTH(ep), -1);
5592 for (i = 0; i < count; i++) {
5593 task = ep[i].data.ptr;
5594 task->run(task, ep[i].events);
5595 }
Kristian Høgsberg3a696272011-09-14 17:33:48 -04005596 }
Kristian Høgsberg7824d812010-06-08 14:59:44 -04005597}
Pekka Paalanen826d7952011-12-15 10:14:07 +02005598
5599void
5600display_exit(struct display *display)
5601{
5602 display->running = 0;
5603}
Jan Arne Petersencd997062012-11-18 19:06:44 +01005604
5605void
5606keysym_modifiers_add(struct wl_array *modifiers_map,
5607 const char *name)
5608{
5609 size_t len = strlen(name) + 1;
5610 char *p;
5611
5612 p = wl_array_add(modifiers_map, len);
5613
5614 if (p == NULL)
5615 return;
5616
5617 strncpy(p, name, len);
5618}
5619
5620static xkb_mod_index_t
5621keysym_modifiers_get_index(struct wl_array *modifiers_map,
5622 const char *name)
5623{
5624 xkb_mod_index_t index = 0;
5625 char *p = modifiers_map->data;
5626
5627 while ((const char *)p < (const char *)(modifiers_map->data + modifiers_map->size)) {
5628 if (strcmp(p, name) == 0)
5629 return index;
5630
5631 index++;
5632 p += strlen(p) + 1;
5633 }
5634
5635 return XKB_MOD_INVALID;
5636}
5637
5638xkb_mod_mask_t
5639keysym_modifiers_get_mask(struct wl_array *modifiers_map,
5640 const char *name)
5641{
5642 xkb_mod_index_t index = keysym_modifiers_get_index(modifiers_map, name);
5643
5644 if (index == XKB_MOD_INVALID)
5645 return XKB_MOD_INVALID;
5646
5647 return 1 << index;
5648}
Kristian Høgsbergce278412013-07-25 15:20:20 -07005649
5650void *
5651fail_on_null(void *p)
5652{
5653 if (p == NULL) {
Peter Hutterer3ca59d32013-08-08 17:13:47 +10005654 fprintf(stderr, "%s: out of memory\n", program_invocation_short_name);
Kristian Høgsbergce278412013-07-25 15:20:20 -07005655 exit(EXIT_FAILURE);
5656 }
5657
5658 return p;
5659}
5660
5661void *
5662xmalloc(size_t s)
5663{
5664 return fail_on_null(malloc(s));
5665}
5666
Peter Huttererf3d62272013-08-08 11:57:05 +10005667void *
5668xzalloc(size_t s)
5669{
5670 return fail_on_null(zalloc(s));
5671}
5672
Kristian Høgsbergce278412013-07-25 15:20:20 -07005673char *
5674xstrdup(const char *s)
5675{
5676 return fail_on_null(strdup(s));
5677}
Kristian Høgsberg700d6ad2014-01-09 23:45:18 -08005678
5679void *
5680xrealloc(char *p, size_t s)
5681{
5682 return fail_on_null(realloc(p, s));
5683}