diff options
| author | Manolo Gouy <Manolo> | 2016-04-24 19:39:27 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-24 19:39:27 +0000 |
| commit | 93d1c43b7acd31c0c0f661973335965eec8248d4 (patch) | |
| tree | 965e4a65b97269145105406b078e4290e6adc923 /src/Fl_Window_Driver.cxx | |
| parent | a877a2d06bbc007b4efc5e9ad7a17ba47a16b68d (diff) | |
Remove FL_ABI_VERSION directives
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11692 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index 0399f7fff..26b436eb6 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -143,7 +143,7 @@ void Fl_Window_Driver::destroy_double_buffer() { A usage example is found at example/shapedwindow.cxx. - \version 1.3.3 (and requires compilation with FL_ABI_VERSION >= 10303) + \version 1.3.3 */ void Fl_Window::shape(const Fl_Image* img) {pWindowDriver->shape(img);} |
