]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-pointer-hand2, x-pointer-top-left-arrow): Add defvars.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 6 Oct 2005 08:19:10 +0000 (08:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 6 Oct 2005 08:19:10 +0000 (08:19 +0000)
lisp/dframe.el

index f0aa72d0f1f7f869ecc9fd34f0f6ad8450e6df89..4be0ee8f097e2b5c7b79a746598fe72f17f8fc65 100644 (file)
 ;;  * The timer managers doesn't handle multiple different timeouts.
 ;;  * You can't specify continuous timouts (as opposed to just lidle timers.)
 
+(defvar x-pointer-hand2)
+(defvar x-pointer-top-left-arrow)
+
 ;;; Code:
 (defvar dframe-xemacsp (string-match "XEmacs" emacs-version)
   "Non-nil if we are running in the XEmacs environment.")
 (if (fboundp 'frame-parameter)
 
     (defalias 'dframe-frame-parameter 'frame-parameter)
-  
+
   (defun dframe-frame-parameter (frame parameter)
     "Return FRAME's PARAMETER value."
     (cdr (assoc parameter (frame-parameters frame)))))
@@ -716,7 +719,7 @@ Optionally select that frame if necessary."
   (when (or (not (dframe-mouse-event-p last-input-event))
             dframe-activity-change-focus-flag)
     (dframe-select-attached-frame)
-    ;; KB: For what is this - raising the frame?? 
+    ;; KB: For what is this - raising the frame??
     (other-frame 0)))
 
 
@@ -903,7 +906,7 @@ Must be bound to event E."
                 (windowp (posn-window (event-end event))) ; Sometimes
                                        ; there is no window to jump into.
                 ))
-            
+
     (funcall dframe-track-mouse-function event)))
 
 (defun dframe-track-mouse-xemacs (event)