diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:19:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:19:34 +0000 |
| commit | 255e7fb39b83523c52855809bb9a80f647fe4cff (patch) | |
| tree | 6f5b4eff04b13405b94cacecafd1ed449860f661 /src | |
| parent | 45bb73a9bf4692c68294be12a2e25a39ca3a307b (diff) | |
Fluid fixes from Vincent PENNE.
git-svn-id: file:///fltk/svn/fltk/trunk@12 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; |
