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

@ -5,6 +5,7 @@
#include <sys/time.h>
#include <time.h>
#include <wlr/types/wlr_primary_selection.h>
#include "action.h"
#include "labwc.h"
#include "menu/menu.h"
#include "resistance.h"