Move action() prototype from labwc.h to action.h

This commit is contained in:
Johan Malm 2022-01-05 21:27:47 +00:00
parent 3bd65c3a20
commit 3c92cc4dd0
4 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <wlr/backend/multi.h>
#include <wlr/backend/session.h>
#include "action.h"
#include "key-state.h"
#include "labwc.h"