summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-11 16:52:08 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-11 16:52:08 +0100
commit74b9d5fb05c495320366bb84c216cabc79e36224 (patch)
treec3e42d73b9c571c15d98bad8d95fb908ff4f8c93 /src/drivers/WinAPI
parenta3a60ed27cd569a416dfbcf484d7324c86b5e224 (diff)
Remove redundant doxygen docs of fl_beep()
Also add a comment to all platform driver implementations.
Diffstat (limited to 'src/drivers/WinAPI')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
index 92f34b9ce..1f9ed3249 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
@@ -231,6 +231,7 @@ int Fl_WinAPI_Screen_Driver::w()
}
+// Implements fl_beep(). See documentation in src/fl_ask.cxx.
void Fl_WinAPI_Screen_Driver::beep(int type)
{
switch (type) {