Ensure mouse cursor is set
commit683314e4bc348297ef452bfb18df0c37d5948082
authorNico Weber <nicolasweber@gmx.de>
Tue, 11 Mar 2008 20:46:53 +0000 (11 21:46 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Tue, 11 Mar 2008 20:46:53 +0000 (11 21:46 +0100)
tree8f5dc1d964ad8bd1fe5981a9bc6935d2af4825f7
parent8391e75ed35dcfdffd7fa33641263d296f56186c
Ensure mouse cursor is set

There is a bug in NSTextView where it keeps resetting the mouse cursor
back to the I-beam cursor.  We "fix" this by setting the custom cursor
each time the mouse moves.
src/MacVim/MMTextView.h
src/MacVim/MMTextView.m
src/MacVim/MMWindowController.m