diff options
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 9ffe218e8..eacea6f94 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -542,7 +542,7 @@ public: void shape(const Fl_Image* img); void shape(const Fl_Image& b) ; - int is_shaped(); + const Fl_Image *shape(); int screen_num(); }; |
