diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index e058c3f7c..ff787cfaa 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -62,7 +62,7 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color, Fl_Color) { #define CURSORSIZE 16 #define HOTXY 7 -struct TableEntry { +static struct TableEntry { uchar bits[CURSORSIZE*CURSORSIZE/8]; uchar mask[CURSORSIZE*CURSORSIZE/8]; Cursor cursor; |
