]> code.delx.au - gnu-emacs/blobdiff - src/w32term.h
(syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
[gnu-emacs] / src / w32term.h
index f0292d28d9412b82aa9e8001b497e68c993186ce..e87ea67da9d3104549a212f8be46ecdf03b36c44 100644 (file)
@@ -40,6 +40,10 @@ Boston, MA 02111-1307, USA.  */
   ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth)
 
 #define CP_DEFAULT 1004
+/* Special pseudo-codepages. */
+#define CP_8BIT      -1
+#define CP_UNICODE   -2
+#define CP_UNKNOWN   -3
 
 #define CHECK_W32_FRAME(f, frame)              \
   if (NILP (frame))                            \
@@ -51,7 +55,6 @@ Boston, MA 02111-1307, USA.  */
     }                                          \
   if (! FRAME_W32_P (f))
 
-
 /* Indicates whether we are in the readsocket call and the message we
    are processing in the current loop */
 
@@ -348,6 +351,7 @@ struct w32_output
   Cursor modeline_cursor;
   Cursor cross_cursor;
   Cursor busy_cursor;
+  Cursor horizontal_drag_cursor;
 
   /* Window whose cursor is busy_cursor.  This window is temporarily
      mapped to display a busy-cursor.  */