mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Update wlr_box includes
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011
This commit is contained in:
parent
c41dc33590
commit
4832fc937f
10 changed files with 5 additions and 14 deletions
|
|
@ -1,8 +1,11 @@
|
|||
#include <ctype.h>
|
||||
#include <float.h>
|
||||
#include <json.h>
|
||||
#include <libevdev/libevdev.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "config.h"
|
||||
#include "log.h"
|
||||
#include "sway/config.h"
|
||||
|
|
@ -14,10 +17,6 @@
|
|||
#include "sway/input/input-manager.h"
|
||||
#include "sway/input/cursor.h"
|
||||
#include "sway/input/seat.h"
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "wlr-layer-shell-unstable-v1-protocol.h"
|
||||
#include "sway/desktop/idle_inhibit_v1.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue