diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ TARGETS:= xinerama-resolution +CFLAGS:=-std=c99 -pedantic -Wall -Wshadow LDFLAGS:=-lX11 -lXinerama all: $(TARGETS) |
index : xinerama-resolution | ||
Tool to get resolution of individual monitors | Alexander Sulfrian |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 1 |
@@ -1,4 +1,5 @@ TARGETS:= xinerama-resolution +CFLAGS:=-std=c99 -pedantic -Wall -Wshadow LDFLAGS:=-lX11 -lXinerama all: $(TARGETS) |