]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
upstream
[gnu-emacs] / src / emacs.c
index c36c7df7e453ffe1de91577d106740a91f4a6b6e..73be96f73bc10d5f5e704c1571e2243dff59a96c 100644 (file)
@@ -48,6 +48,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "buffer.h"
 #include "window.h"
 
+#ifdef HAVE_XWIDGETS
+#include "xwidget.h"
+#endif
 #include "systty.h"
 #include "blockinput.h"
 #include "syssignal.h"
@@ -1533,6 +1536,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
       syms_of_xfns ();
       syms_of_xmenu ();
       syms_of_fontset ();
+#ifdef HAVE_XWIDGETS
+      syms_of_xwidget();
+#endif
       syms_of_xsettings ();
 #ifdef HAVE_X_SM
       syms_of_xsmfns ();