summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_cocoa.mm')
-rw-r--r--src/Fl_cocoa.mm18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm
index b23f2389e..ed22a7417 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -154,8 +154,26 @@ void fl_set_status(int x, int y, int w, int h)
{
}
+/**
+ * @cond DriverDev
+ * @addtogroup DriverDeveloper
+ * @{
+ */
+
+/**
+ * Set the default icon for the window decoration.
+ *
+ * @todo This method should probably be virtual and should be overriden for
+ * a give targte platform. This implementation however lives in Fl_Cocoa.m
+ * which is a Mac specific file.
+ */
void Fl_Window_Driver::default_icons(const Fl_RGB_Image *icons[], int count) {}
+/**
+ * @}
+ * @endcond
+ */
+
/*
* Mac keyboard lookup table
*/