mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Handle output enter/leave correctly
This commit is contained in:
parent
9861add146
commit
a6930cd8ea
6 changed files with 51 additions and 32 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include "rootston/server.h"
|
||||
#include "rootston/input.h"
|
||||
|
||||
static void get_size(struct roots_view *view, struct wlr_box *box) {
|
||||
static void get_size(const struct roots_view *view, struct wlr_box *box) {
|
||||
assert(view->type == ROOTS_XDG_SHELL_V6_VIEW);
|
||||
struct wlr_xdg_surface_v6 *surf = view->xdg_surface_v6;
|
||||
// TODO: surf->geometry can be NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue