Signal handling to exit and reconfigure the compositor

This commit is contained in:
Keith Bowes 2022-02-18 22:24:20 -05:00
parent 94e23a28f3
commit 357cd843dd
4 changed files with 29 additions and 9 deletions

View file

@ -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>

View file

@ -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>