mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
include: move a few types from labwc.h to better locations
This commit is contained in:
parent
e1475a1e47
commit
2e6b30eb50
6 changed files with 41 additions and 46 deletions
|
|
@ -41,6 +41,12 @@
|
|||
|
||||
#define LAB_CURSOR_SHAPE_V1_VERSION 1
|
||||
|
||||
struct constraint {
|
||||
struct seat *seat;
|
||||
struct wlr_pointer_constraint_v1 *constraint;
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
static const char * const *cursor_names = NULL;
|
||||
|
||||
/* Usual cursor names */
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#include <wlr/types/wlr_virtual_keyboard_v1.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include "common/mem.h"
|
||||
#include "input/keyboard.h"
|
||||
#include "node.h"
|
||||
#include "output.h"
|
||||
#include "view.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue