Finally bring cursors into the resource manager framework

- Hotspots are still hardcoded, unfortunately
- Obscuring the cursor when using the keyboard now works properly
This commit is contained in:
2014-04-21 04:05:55 -04:00
parent 321cd7c2e5
commit 84192cd52f
10 changed files with 71 additions and 136 deletions

View File

@@ -27,7 +27,6 @@
#include "message.h"
#include <array>
#include <boost/lexical_cast.hpp>
#include "cursors.h"
#include "winutil.h"
extern short stat_window,which_combat_type,current_pc;
@@ -1189,7 +1188,7 @@ void init_mini_map() {
void make_cursor_watch()
{
// TODO: If this doesn't work, which I suspect it won't, add a "custom" watch cursor and use that. Or conclude this isn't even needed.
SetNSCursorWatch();
setCursorWatch();
}
////