summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_boxtype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx
index 8c6998344..a9c44be08 100644
--- a/src/fl_boxtype.cxx
+++ b/src/fl_boxtype.cxx
@@ -396,7 +396,7 @@ void fl_oxy_round_down_box(int x, int y, int w, int h, Fl_Color col);
// See also Fl::box_bg() which returns true if bit 1 == zero.
// /////////////////////////////////////////////////////////////////////
-typedef struct {
+typedef struct BOXTABLE {
Fl_Box_Draw_F *f;
uchar dx, dy, dw, dh;
int flags;