]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
merge master
[gnu-emacs] / src / lisp.h
index 8d44b972717f2b22946d04478319fc24ce5440ab..d416661e5f4ff07dc7e0487a71edc48b01cb74e3 100644 (file)
@@ -675,6 +675,11 @@ enum pvec_type
   PVEC_WINDOW_CONFIGURATION,
   PVEC_SUBR,
   PVEC_OTHER,
+#ifdef HAVE_XWIDGETS
+  PVEC_XWIDGET,
+  PVEC_XWIDGET_VIEW,
+#endif
+
   /* These should be last, check internal_equal to see why.  */
   PVEC_COMPILED,
   PVEC_CHAR_TABLE,