Implemented Openbox-compatible command-line options; hard-coded Alt+F2 to an application launcher; indicated the real purpose of WL_HIDE_DEPRECATED

This commit is contained in:
Keith Bowes 2020-02-20 08:50:08 -05:00
parent 9f2ddc48ef
commit 7570698224
5 changed files with 48 additions and 8 deletions

View file

@ -1,9 +1,9 @@
#ifndef SERVER_H
#define SERVER_H
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200809L
#endif
//#ifndef _POSIX_C_SOURCE
//#define _POSIX_C_SOURCE 200809L
//#endif
#include <assert.h>
#include <stdio.h>