(svn r23241) -Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD
This commit is contained in:
@@ -81,6 +81,12 @@ static void UpdatePalette(HDC dc, uint start, uint count)
|
||||
SetDIBColorTable(dc, start, count, rgb);
|
||||
}
|
||||
|
||||
bool VideoDriver_Win32::ClaimMousePointer()
|
||||
{
|
||||
MyShowCursor(false, true);
|
||||
return true;
|
||||
}
|
||||
|
||||
struct VkMapping {
|
||||
byte vk_from;
|
||||
byte vk_count;
|
||||
|
Reference in New Issue
Block a user