mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
util/array: unclutter
This commit is contained in:
parent
eee0f5e71f
commit
20c208d46a
8 changed files with 76 additions and 66 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "types/wlr_seat.h"
|
||||
#include "util/array.h"
|
||||
#include "util/set.h"
|
||||
|
||||
static void default_pointer_enter(struct wlr_seat_pointer_grab *grab,
|
||||
struct wlr_surface *surface, double sx, double sy) {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <wlr/types/wlr_tablet_tool.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "util/array.h"
|
||||
#include "util/set.h"
|
||||
#include "util/time.h"
|
||||
#include "tablet-unstable-v2-protocol.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include <wlr/util/log.h>
|
||||
#include "interfaces/wlr_input_device.h"
|
||||
#include "types/wlr_keyboard.h"
|
||||
#include "util/array.h"
|
||||
#include "util/set.h"
|
||||
#include "util/shm.h"
|
||||
#include "util/time.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue