all repos — fluxbox @ 36f5a46fd74c55d5926173c5a51ae9a565e32372

custom fork of the fluxbox windowmanager

added test program for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
commit

36f5a46fd74c55d5926173c5a51ae9a565e32372

parent

d812faffb499286861b04c24c4cd98ad60fb33bd

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/tests/Makefilesrc/tests/Makefile

@@ -45,6 +45,9 @@

testTexture: texturetest.cc ${COMPILE} texturetest.cc ../FbTk/libFbTk.a -lXpm -o testTexture +testDemandAttention: testDemandAttention.cc + ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention + Parser.o: ../Parser.hh ../Parser.cc ${COMPILE} ${CXXFLAGS} -c ../Parser.cc

@@ -56,6 +59,8 @@ ${COMPILE} parsertest.cc FbMenuParser.o Parser.o ../FbTk/StringUtil.o -o parsertest

movetest: movetest.cc ${COMPILE} movetest.cc ../FbTk/libFbTk.a -lXpm -o movetest + + run: testLayers testResource testKeys testStringUtil testFont ./testLayers ./testKeys