From 85f5dae0e52ac858fe033acace9159433463ed49 Mon Sep 17 00:00:00 2001 From: Miriam Ruiz Date: Sun, 30 Nov 2008 18:21:47 +0100 Subject: [PATCH] Show mouse cursor without font --- hex_puzzzle.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hex_puzzzle.cpp b/hex_puzzzle.cpp index 93e68a1..580eb44 100644 --- a/hex_puzzzle.cpp +++ b/hex_puzzzle.cpp @@ -2711,10 +2711,6 @@ struct HexPuzzle : public State { RenderTile(false, editTile, mousex+scrollX, mousey+scrollY); } - else - { - Print(mousex, mousey-2, "\x7f"); - } } } @@ -4051,7 +4047,7 @@ retry_pos: // }; // static SDL_Cursor * c = SDL_CreateCursor(data, mask, 32, 32, 1, 1); // SDL_SetCursor(c); - SDL_ShowCursor(0); + SDL_ShowCursor(1); } void FreeGraphics() { -- 2.11.4.GIT