all repos — openbox @ 7aea20d6123a76acaf711d09e94961c979d19568

openbox fork - make it a bit more like ryudo

epist parses teh cpommand line for -display, and catches Property notify events. It knows about the client list and active window so far
Dana Jansens danakj@orodu.net
commit

7aea20d6123a76acaf711d09e94961c979d19568

parent

426b1ea2b60d4fe1368d318730a0cd098559b896

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M util/epist/Makefile.amutil/epist/Makefile.am

@@ -4,8 +4,8 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@

bin_PROGRAMS = epist -epist_SOURCES = main.cc -#epist_LDADD = +epist_SOURCES = epist.cc process.cc window.cc +epist_LDADD = ../../src/XAtom.o MAINTAINERCLEANFILES = Makefile.in

@@ -14,3 +14,5 @@ rm -f *\~ .\#*

# local dependencies +epist.o: epist.cc epist.hh process.hh +process.o: process.cc process.hh /usr/include/X11/Xlib.h epist.hh