aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c
diff options
context:
space:
mode:
authorJoakim Verona2012-07-08 17:42:57 +0200
committerJoakim Verona2012-07-08 17:42:57 +0200
commit08ab3a852d01cd7a1530657d099cd5066d747dd5 (patch)
tree288661fcfe569491b3a2618d32e83c2470ba576e /src/xwidget.c
parentabef2047941f87ae4baa34b3a8675de4d0068b7a (diff)
downloademacs-08ab3a852d01cd7a1530657d099cd5066d747dd5.tar.gz
emacs-08ab3a852d01cd7a1530657d099cd5066d747dd5.zip
fixes so xwidgets doesnt pollute a non xwidget build
Diffstat (limited to 'src/xwidget.c')
-rw-r--r--src/xwidget.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index b43cc14a791..6718f4a14c7 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -1,3 +1,4 @@
1#ifdef HAVE_XWIDGETS
1#include <config.h> 2#include <config.h>
2 3
3#include <signal.h> 4#include <signal.h>
@@ -1451,3 +1452,4 @@ xwidget_end_redisplay (struct window *w, struct glyph_matrix *matrix)
1451 } 1452 }
1452 } 1453 }
1453} 1454}
1455#endif