diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 21:06:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 21:06:21 +0000 |
| commit | 12e85b882aedccfae4836dd8c72bd546e1be408e (patch) | |
| tree | 2fdae63ad6205a0fd96660d104e0ea4b00a8e54b /FL/Fl_Device.H | |
| parent | 6a12d167508ec8fb8747e480a12813dbef421586 (diff) | |
Fixed for Linux
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Device.H')
| -rw-r--r-- | FL/Fl_Device.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 5e9354608..d7b7ede7c 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -119,6 +119,7 @@ class FL_EXPORT Fl_Graphics_Driver : public Fl_Device { public: /** A 2D coordinate transformation matrix */ struct matrix {double a, b, c, d, x, y;}; + int fl_clip_state_number; protected: static const matrix m0; Fl_Font font_; // current font @@ -131,7 +132,6 @@ protected: int n, p_size, gap_; XPOINT *p; int what; - int fl_clip_state_number; int rstackptr; static const int region_stack_max = FL_REGION_STACK_SIZE - 1; Fl_Region rstack[FL_REGION_STACK_SIZE]; |
