mirror of https://github.com/fltk/fltk
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:
parent
8fccb73842
commit
1a341391e7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue