diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-03 11:36:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-03 11:36:00 -0800 |
commit | 6a4309a40f48321c69952bfbee4c73cf2d8405dd (patch) | |
tree | d13efe40cc22b6dd88e277dadbd0f58144b33d8a /grid.c | |
parent | 63d2de15dbac3db071beafaad7bbc7ccf0ff79cd (diff) |
Re-enable code to use XKB Bells
Enabled by default, use --without-xkb to disable.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ in this Software without prior written authorization from The Open Group. * Author: Jim Fulton, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> #include <X11/Xaw/SimpleP.h> |