summaryrefslogtreecommitdiff
path: root/src/c_fl_double_window.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
commitae82edc42a3c93c400775b314b65a8662f181b67 (patch)
tree9782c067fefd55ec765e340fe61756a122ffc3cf /src/c_fl_double_window.h
parent617353265e4dc4e0280b565f2cd9e7749ce52bfd (diff)
Completed and polished Window widgets, and fixed some associated oddities
Diffstat (limited to 'src/c_fl_double_window.h')
-rw-r--r--src/c_fl_double_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_double_window.h b/src/c_fl_double_window.h
index 8334058..4867fd2 100644
--- a/src/c_fl_double_window.h
+++ b/src/c_fl_double_window.h
@@ -20,7 +20,7 @@ extern "C" inline int fl_double_window_handle(DOUBLEWINDOW n, int e);
extern "C" inline DOUBLEWINDOW new_fl_double_window(int x, int y, int w, int h, char* label);
-extern "C" inline DOUBLEWINDOW new_fl_double_window2(int w, int h);
+extern "C" inline DOUBLEWINDOW new_fl_double_window2(int w, int h, char* label);
extern "C" inline void free_fl_double_window(DOUBLEWINDOW d);