summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 92e76676f..03c82789e 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-/* \file
+/** \file
Fl_Window widget . */
#ifndef Fl_Window_H
@@ -30,6 +30,7 @@
#define FL_WINDOW 0xF0 ///< window type id all subclasses have type() >= this
#define FL_DOUBLE_WINDOW 0xF1 ///< double window type id
+#define FL_SHAPED_WINDOW 0xF2 ///< shaped window type id
class Fl_X;
class Fl_RGB_Image;