fixes
This commit is contained in:
parent
ae999d1b83
commit
72a53cb6c8
3 changed files with 4 additions and 6 deletions
|
|
@ -4,9 +4,9 @@
|
|||
#include "wlr-layer-shell-unstable-v1-protocol.h"
|
||||
|
||||
/// A normal window
|
||||
#define OUTPUT_WINDOW 0;
|
||||
#define OUTPUT_WINDOW 0
|
||||
/// A desktop layer (wallpaper)
|
||||
#define OUTPUT_LAYER 1;
|
||||
#define OUTPUT_LAYER 1
|
||||
|
||||
struct client_state {
|
||||
int width, height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue