mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 01:46:00 +08:00
Corrected problem when compiling without FLTK_ABI_VERSION.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -271,7 +271,7 @@ void Fl_Window::shape_pixmap_(Fl_Pixmap* pixmap) {
|
||||
}
|
||||
|
||||
#if FLTK_ABI_VERSION < 10303 && !defined(FL_DOXYGEN)
|
||||
shape_data_type* Fl_Window::shape_data_ = NULL;
|
||||
Fl_Window::shape_data_type* Fl_Window::shape_data_ = NULL;
|
||||
#endif
|
||||
|
||||
/** Assigns a non-rectangular shape to the window.
|
||||
|
||||
Reference in New Issue
Block a user