mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Move sway-specific functions in common/util.c into sway/
Modifier handling functions were moved into sway/input/keyboard.c; opposite_direction for enum wlr_direction into sway/tree/output.c; and get_parent_pid into sway/tree/root.c .
This commit is contained in:
parent
410c961388
commit
d7ff776552
12 changed files with 135 additions and 143 deletions
|
|
@ -11,12 +11,12 @@
|
|||
#include <strings.h>
|
||||
#include <signal.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/input/keyboard.h"
|
||||
#include "sway/output.h"
|
||||
#include "config.h"
|
||||
#include "stringop.h"
|
||||
#include "list.h"
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
#include "stringop.h"
|
||||
|
||||
static void terminate_swaybar(pid_t pid) {
|
||||
sway_log(SWAY_DEBUG, "Terminating swaybar %d", pid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue