Mercurial > hg > xemacs-beta
diff src/frame-msw.c @ 327:03446687b7cc r21-0-61
Import from CVS: tag r21-0-61
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:48:16 +0200 |
parents | 19dcec799385 |
children | 4f79e16b1112 |
line wrap: on
line diff
--- a/src/frame-msw.c Mon Aug 13 10:47:36 2007 +0200 +++ b/src/frame-msw.c Mon Aug 13 10:48:16 2007 +0200 @@ -393,6 +393,10 @@ { SetClassLong (FRAME_MSWINDOWS_HANDLE (f), GCL_HCURSOR, (LONG) XIMAGE_INSTANCE_MSWINDOWS_ICON (f->pointer)); + /* we only have to do this because GC doesn't cause a mouse + event and doesn't give time to event processing even if it + did. */ + SetCursor (XIMAGE_INSTANCE_MSWINDOWS_ICON (f->pointer)); } }