xdg-surface geometry

This commit is contained in:
Tony Crisci 2017-09-13 08:44:32 -04:00
parent 2fd5c7999b
commit 353629b034
2 changed files with 36 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#ifndef _WLR_XDG_SHELL_V6_H
#define _WLR_XDG_SHELL_V6_H
#include <wlr/types/wlr_box.h>
#include <wayland-server.h>
struct wlr_xdg_shell_v6 {
@ -25,6 +26,10 @@ struct wlr_xdg_surface_v6 {
char *title;
char *app_id;
bool has_next_geometry;
struct wlr_box *next_geometry;
struct wlr_box *geometry;
struct wl_listener surface_destroy_listener;
struct wl_listener surface_commit_listener;