16 lines
399 B
C
16 lines
399 B
C
/* $XFree86: xc/programs/lbxproxy/di/dispatch.h,v 1.1 2004/04/03 22:38:53 tsi Exp $ */
|
|
|
|
#ifndef _DISPATCH_H_
|
|
#define _DISPATCH_H_
|
|
|
|
extern Bool lbxUseLbx;
|
|
extern Bool lbxCompressImages;
|
|
extern Bool lbxDoAtomShortCircuiting;
|
|
extern Bool lbxUseTags;
|
|
extern Bool lbxDoLbxGfx;
|
|
extern Bool lbxDoSquishing;
|
|
extern Bool resetAfterLastClient;
|
|
extern Bool terminateAfterLastClient;
|
|
|
|
#endif /* _DISPATCH_H_ */
|