mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-18 22:05:42 -05:00
Signal handling to exit and reconfigure the compositor
This commit is contained in:
parent
94e23a28f3
commit
357cd843dd
4 changed files with 29 additions and 9 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#ifndef _WB_OUTPUT_H
|
||||
#define _WB_OUTPUT_H
|
||||
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
#ifndef _WB_SERVER_H
|
||||
#define _WB_SERVER_H
|
||||
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <wlr/backend.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue