1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-09 17:33:32 +02:00

wmaker: add test for _NET_WM_FULLSCREEN_MONITORS

This patch is adding a small test app to validate that
_NET_WM_FULLSCREEN_MONITORS is working as expected.
This commit is contained in:
David Maciejak
2026-04-05 10:20:53 -04:00
committed by Carlos R. Mafra
parent fa49b7c003
commit 62e341b5cc
2 changed files with 143 additions and 1 deletions

View File

@@ -4,10 +4,16 @@ AUTOMAKE_OPTIONS = no-dependencies
EXTRA_DIST = notest.c
noinst_PROGRAMS = wtest
noinst_PROGRAMS = wtest wm_fsm_test
wtest_SOURCES = wtest.c
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
AM_CPPFLAGS = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
wm_fsm_test_SOURCES = wm_fsm_test.c
wm_fsm_test_CPPFLAGS = $(shell pkg-config --cflags gtk+-3.0)
wm_fsm_test_LDFLAGS = $(shell pkg-config --libs gtk+-3.0) -lX11