mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
include: add config/types.h
This commit is contained in:
parent
6dea8c0dcc
commit
9d49d19cd2
54 changed files with 414 additions and 368 deletions
|
|
@ -5,13 +5,16 @@
|
|||
#include <wlr/types/wlr_seat.h>
|
||||
#include <wlr/types/wlr_touch.h>
|
||||
#include <linux/input-event-codes.h>
|
||||
#include "action.h"
|
||||
#include "common/macros.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/scene-helpers.h"
|
||||
#include "config/mousebind.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "config/touch.h"
|
||||
#include "idle.h"
|
||||
#include "labwc.h"
|
||||
#include "config/mousebind.h"
|
||||
#include "action.h"
|
||||
#include "ssd.h"
|
||||
|
||||
/* Holds layout -> surface offsets to report motion events in relative coords */
|
||||
struct touch_point {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue