From 9df9ffdc4c8f7f7a0a76f4f836f36ce66182cfb5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 18 Apr 2016 13:17:09 +0000 Subject: 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 --- FL/Fl_Window_Driver.H | 4 ++++ FL/x.H | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'FL') 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); diff --git a/FL/x.H b/FL/x.H index 9590f1c80..66a0f09bc 100644 --- a/FL/x.H +++ b/FL/x.H @@ -120,7 +120,6 @@ public: char wait_for_expose; static Fl_X* first; static Fl_X* i(const Fl_Window* wi) {return wi->i;} - void sendxjunk(); int set_cursor(Fl_Cursor); int set_cursor(const Fl_RGB_Image*, int, int); static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap); -- cgit v1.2.3