Change default doubleclick timeout to 500ms and keep track of where last click was
[dana/openbox.git] / obrender / obrender-3.5.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 xcflags=@X_CFLAGS@
7 xlibs=@X_LIBS@
8
9 Name: ObRender
10 Description: Openbox Render Library
11 Version: @RR_VERSION@
12 Requires: obt-3.5 glib-2.0 xft pangoxft @PKG_CONFIG_IMLIB@
13 Libs: -L${libdir} -lobrender ${xlibs}
14 Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}