diff lisp/msw-mouse.el @ 304:c6de09ad3017 r21-0b50

Import from CVS: tag r21-0b50
author cvs
date Mon, 13 Aug 2007 10:41:12 +0200
parents c9fe270a4101
children
line wrap: on
line diff
--- a/lisp/msw-mouse.el	Mon Aug 13 10:40:50 2007 +0200
+++ b/lisp/msw-mouse.el	Mon Aug 13 10:41:12 2007 +0200
@@ -31,18 +31,18 @@
 ;;; Code:
 
 (set-glyph-image text-pointer-glyph
-		 [resource :resource-type cursor :resource-id "Ibeam"])
+		 [mswindows-resource :resource-type cursor :resource-id "Ibeam"])
 (set-glyph-image nontext-pointer-glyph
-		 [resource :resource-type cursor :resource-id "Normal"])
+		 [mswindows-resource :resource-type cursor :resource-id "Normal"])
 (set-glyph-image selection-pointer-glyph
-		 [resource :resource-type cursor :resource-id "Normal"])
+		 [mswindows-resource :resource-type cursor :resource-id "Normal"])
 (set-glyph-image modeline-pointer-glyph
-		 [resource :resource-type cursor :resource-id "SizeNS"])
+		 [mswindows-resource :resource-type cursor :resource-id "SizeNS"])
 (set-glyph-image divider-pointer-glyph
-		 [resource :resource-type cursor :resource-id "SizeWE"])
+		 [mswindows-resource :resource-type cursor :resource-id "SizeWE"])
 (set-glyph-image busy-pointer-glyph
-		 [resource :resource-type cursor :resource-id "Wait"])
+		 [mswindows-resource :resource-type cursor :resource-id "Wait"])
 (set-glyph-image gc-pointer-glyph
-		 [resource :resource-type cursor :resource-id "Wait"])
+		 [mswindows-resource :resource-type cursor :resource-id "Wait"])
 
 ;;; msw-mouse.el ends here