]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
not compiling yet
[gnu-emacs] / src / lisp.h
index 3a473a60b481a6ee72239aa303716301edfada9b..37416dc9464939af1ff031cdc7ef9f492da05da0 100644 (file)
@@ -364,6 +364,11 @@ enum pvec_type
   PVEC_WINDOW_CONFIGURATION,
   PVEC_SUBR,
   PVEC_OTHER,
+#ifdef HAVE_XWIDGETS
+  PVEC_XWIDGET,
+  PVEC_XWIDGET_VIEW,
+#endif
+
   /* These last 4 are special because we OR them in fns.c:internal_equal,
      so they have to use a disjoint bit pattern:
      if (!(size & (PVEC_COMPILED | PVEC_CHAR_TABLE