mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 21:33:04 +08:00
Fixing _define before _include.
This commit is contained in:
+4
-4
@@ -14,10 +14,6 @@
|
||||
// https://www.fltk.org/bugs.php
|
||||
//
|
||||
|
||||
#define W1 (big ? 60 : 40)
|
||||
#define B 0
|
||||
#define W3 (5*W1+6*B)
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/Fl_Double_Window.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
@@ -25,6 +21,10 @@
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/fl_message.H>
|
||||
|
||||
#define W1 (big ? 60 : 40)
|
||||
#define B 0
|
||||
#define W3 (5*W1+6*B)
|
||||
|
||||
Fl_Double_Window *window;
|
||||
Fl_Box *box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user