summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-18 13:17:09 +0000
committerManolo Gouy <Manolo>2016-04-18 13:17:09 +0000
commit9df9ffdc4c8f7f7a0a76f4f836f36ce66182cfb5 (patch)
treedb8ffdcd41dbd5b92f068cacf9ca3f8909c9b10e /FL
parentcb95d4006797a595cbdafd4f9255f76120aaeb47 (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')
-rw-r--r--FL/Fl_Window_Driver.H4
-rw-r--r--FL/x.H1
2 files changed, 4 insertions, 1 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);
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);