Add optional Xinerama support
Enable by making with `make XINERAMA=1`
此提交包含在:
5
Makefile
5
Makefile
@@ -2,6 +2,11 @@ CC ?= gcc
|
||||
STRIP ?= strip
|
||||
CFLAGS = -std=c99 -fshort-wchar -Os
|
||||
LDFLAGS = -lxcb
|
||||
XINERAMA ?= 0
|
||||
ifneq "$(XINERAMA)" "0"
|
||||
LDFLAGS += -lxcb-xinerama
|
||||
CFLAGS += -DXINERAMA=${XINERAMA}
|
||||
endif
|
||||
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
|
||||
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
|
||||
|
||||
|
新增問題並參考
封鎖使用者