diff options
| author | Manolo Gouy <Manolo> | 2016-04-18 13:17:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-18 13:17:09 +0000 |
| commit | 9df9ffdc4c8f7f7a0a76f4f836f36ce66182cfb5 (patch) | |
| tree | db8ffdcd41dbd5b92f068cacf9ca3f8909c9b10e /FL/Fl_Window_Driver.H | |
| parent | cb95d4006797a595cbdafd4f9255f76120aaeb47 (diff) | |
Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11650 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Window_Driver.H')
| -rw-r--r-- | FL/Fl_Window_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index 62fe68637..f8f5e1bfb 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -78,11 +78,15 @@ public: int minh(); int maxw(); int maxh(); + int dw(); + int dh(); + int aspect(); int fullscreen_screen_top(); int fullscreen_screen_bottom(); int fullscreen_screen_left(); int fullscreen_screen_right(); unsigned char size_range_set(); + int force_position(); void force_position(int c); void x(int X); void y(int Y); |
