Add Doxygen comments explaining the purpose of Fl_Window_Driver::draw_begin()/draw_end().

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12619 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-01-04 15:23:18 +00:00
parent 8fccb73842
commit 1a341391e7
1 changed files with 2 additions and 0 deletions

View File

@ -126,7 +126,9 @@ public:
virtual void flush_overlay();
virtual void flush_menu();
virtual void erase_menu() {}
/** Usable for platform-specific code executed before the platform-independent part of Fl_Window::draw() */
virtual void draw_begin();
/** Usable for platform-specific code executed after the platform-independent part of Fl_Window::draw() */
virtual void draw_end();
void draw();
virtual void make_current();