Noted that SDL large cursor on fullscreen bug is still around.
This commit is contained in:
parent
94716c6d85
commit
7e9bcce855
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
#define VER_VERSION "0.9.15"
|
||||
#define VER_DATE "2005-10-06"
|
||||
#define VER_DATE "2005-10-09"
|
||||
|
||||
|
||||
/* Color depth for Tux Paint to run in, and store canvases in: */
|
||||
|
|
@ -90,6 +90,7 @@
|
|||
/* #define USE_HWSURFACE */
|
||||
|
||||
/* Disable fancy cursors in fullscreen mode, to avoid SDL bug: */
|
||||
/* (This bug is still around, as of SDL 1.2.9, October 2005) */
|
||||
#define LARGE_CURSOR_FULLSCREEN_BUG
|
||||
|
||||
// control the color selector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue