More linux fixes

This commit is contained in:
Elias Naur 2004-12-11 11:29:07 +00:00
parent 402f46e64d
commit a65a9a3001
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static bool blankCursor(void) {
static void updateCursor(void) {
Cursor cursor;
if (isGrabbed()) {
if (shouldGrab()) {
cursor = blank_cursor;
} else {
cursor = current_cursor;