Fixes for MSWindow
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11310 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c26880e2d2
commit
b73bf4a73e
@ -83,7 +83,7 @@ public:
|
||||
static int fake_X_wm(const Fl_Window* w,int &X, int &Y,
|
||||
int &bt,int &bx,int &by);
|
||||
void make_fullscreen(int X, int Y, int W, int H);
|
||||
void setwindow(Fl_Window* wi) {w=wi; wi->i=(Fl_Window_Driver*)this;}
|
||||
void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
|
||||
void flush() {w->flush();}
|
||||
void set_minmax(LPMINMAXINFO minmax);
|
||||
void mapraise();
|
||||
|
@ -1863,7 +1863,7 @@ Fl_X* Fl_X::make(Fl_Window* w) {
|
||||
} else if (Fl::grab()) parent = fl_xid(Fl::grab());
|
||||
}
|
||||
|
||||
Fl_Window_Driver *x = Fl_Window_Driver::newWindowDriver(w);
|
||||
Fl_X *x = new Fl_X;
|
||||
x->other_xid = 0;
|
||||
x->setwindow(w);
|
||||
x->region = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user