Searched refs:Vx_hourglass_pointer_shape (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dmacfns.c70 Lisp_Object Vx_hourglass_pointer_shape; variable
1402 if (!NILP (Vx_hourglass_pointer_shape))
1404 CHECK_NUMBER (Vx_hourglass_pointer_shape);
1405 hourglass_cursor = XINT (Vx_hourglass_pointer_shape);
4751 DEFVAR_LISP ("x-hourglass-pointer-shape", &Vx_hourglass_pointer_shape,
4755 Vx_hourglass_pointer_shape = Qnil;
H A Dxfns.c173 Lisp_Object Vx_hourglass_pointer_shape; variable
988 if (!NILP (Vx_hourglass_pointer_shape))
990 CHECK_NUMBER (Vx_hourglass_pointer_shape);
992 = XCreateFontCursor (dpy, XINT (Vx_hourglass_pointer_shape));
5831 DEFVAR_LISP ("x-hourglass-pointer-shape", &Vx_hourglass_pointer_shape,
5835 Vx_hourglass_pointer_shape = Qnil;
H A Dw32fns.c156 Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape; variable
1456 if (!EQ (Qnil, Vx_hourglass_pointer_shape))
1458 CHECK_NUMBER (Vx_hourglass_pointer_shape);
1460 XINT (Vx_hourglass_pointer_shape));
8821 DEFVAR_LISP ("x-hourglass-pointer-shape", &Vx_hourglass_pointer_shape,
8825 Vx_hourglass_pointer_shape = Qnil;

Completed in 206 milliseconds