epist parses teh cpommand line for -display, and catches Property notify events. It knows about the client list and active window so far
This commit is contained in:
parent
426b1ea2b6
commit
7aea20d612
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,8 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@
|
||||||
|
|
||||||
bin_PROGRAMS = epist
|
bin_PROGRAMS = epist
|
||||||
|
|
||||||
epist_SOURCES = main.cc
|
epist_SOURCES = epist.cc process.cc window.cc
|
||||||
#epist_LDADD =
|
epist_LDADD = ../../src/XAtom.o
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
@ -14,3 +14,5 @@ distclean-local:
|
||||||
|
|
||||||
# local dependencies
|
# local dependencies
|
||||||
|
|
||||||
|
epist.o: epist.cc epist.hh process.hh
|
||||||
|
process.o: process.cc process.hh /usr/include/X11/Xlib.h epist.hh
|
||||||
|
|
Loading…
Reference in a new issue