summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-04-28 12:57:51 -0400
committerDana Jansens <danakj@orodu.net>2010-04-28 12:58:42 -0400
commit55b84316bb699fa530efe78d75ae8e1d57c1b57f (patch)
tree4991974287c7adfdea0680b5d96d42a01c40a97a /Makefile.am
parent029628087fa0090e7c3b1598786a1bf1712e0db9 (diff)
make an event queue for X events. the queue's min size is 16 XEvents (~3k)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fb614941..4c670bc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,7 +148,9 @@ obt_libobt_la_SOURCES = \
obt/prop.c \
obt/util.h \
obt/xevent.h \
- obt/xevent.c
+ obt/xevent.c \
+ obt/xqueue.h \
+ obt/xqueue.c
## openbox ##
@@ -441,7 +443,8 @@ obtpubinclude_HEADERS = \
obt/prop.h \
obt/util.h \
obt/version.h \
- obt/xevent.h
+ obt/xevent.h \
+ obt/xqueue.h
nodist_pkgconfig_DATA = \
obrender/obrender-3.5.pc \