|
|
|
@ -14,10 +14,6 @@
@@ -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 @@
@@ -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; |
|
|
|
|
|
|
|
|
|