Jeff Squyres (jsquyres), le Fri 01 Nov 2013 18:03:55 +0100, a écrit : > On Nov 1, 2013, at 11:54 AM, Samuel Thibault <samuel.thiba...@inria.fr> wrote: > > > We could avoid Xutil.h and keysym.h by disabling the case KeyPress part, > > but I'd rather not: people will wonder why they don't have keyboard > > shortcut, and finding out from ./configure output will not be easy. > > When one has Xlib.h, having Xutil.h and keysym.h is not really far > > anyway. > > > Ok -- so you're saying we *require* all 3, right?
With the current source code, yes. Samuel