summaryrefslogtreecommitdiff
path: root/src/Fl_Overlay_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-12-07 13:40:39 +0000
committerManolo Gouy <Manolo>2011-12-07 13:40:39 +0000
commit900fe72b8ab633fd2b2f0ca172f27e7261981cc3 (patch)
treece713a2bd679b376eae4729c074b68dd0a43334d /src/Fl_Overlay_Window.cxx
parent272475dde48e43c4b19799847c5ca3937eeceae3 (diff)
Fixed the Doxygen comments of the Fl_Overlay_Window class.
The description of Fl_Overlay_Window ::draw_overlay() didn't appear in Doxygen, and Fl_Overlay_Window::can_do_overlay() wasn't commented. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9198 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Overlay_Window.cxx')
-rw-r--r--src/Fl_Overlay_Window.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx
index f516d4510..556688eb7 100644
--- a/src/Fl_Overlay_Window.cxx
+++ b/src/Fl_Overlay_Window.cxx
@@ -16,19 +16,13 @@
// http://www.fltk.org/str.php
//
-/** \fn virtual void Fl_Overlay_Window::draw_overlay() = 0
- You must subclass Fl_Overlay_Window and provide this method.
- It is just like a draw() method, except it draws the overlay.
- The overlay will have already been "cleared" when this is called. You
- can use any of the routines described in &lt;FL/fl_draw.H&gt;.
-*/
// A window using double-buffering and able to draw an overlay
// on top of that. Uses the hardware to draw the overlay if
// possible, otherwise it just draws in the front buffer.
#include <config.h>
-#include <FL/Fl.H>
+#include <FL/Fl.H>g
#include <FL/Fl_Overlay_Window.H>
#include <FL/fl_draw.H>
#include <FL/x.H>