From 90e8eb7a4501562728d016eddc31225e7a4bd7fc Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Oct 1998 21:00:26 +0000 Subject: More changes from Bill Spitzak. git-svn-id: file:///fltk/svn/fltk/trunk@20 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Browser.H | 2 +- FL/win32.H | 1 + FL/x.H | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index aaf2975d5..e8f98c786 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -74,7 +74,7 @@ public: char column_char() const {return column_char_;} void column_char(char c) {column_char_ = c;} const int* column_widths() const {return column_widths_;} - void column_widths(const int* l) { column_widths_=l; } + void column_widths(const int* l) {column_widths_ = l;} int displayed(int n) const {return Fl_Browser_::displayed(find_line(n));} diff --git a/FL/win32.H b/FL/win32.H index dbb812a34..7ca32ea36 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -44,6 +44,7 @@ public: Fl_Window* w; Region region; Fl_X *next; + int wait_for_expose; HDC private_dc; // used for OpenGL HCURSOR cursor; static Fl_X* first; diff --git a/FL/x.H b/FL/x.H index 3e6c2c01f..bd1bcd462 100644 --- a/FL/x.H +++ b/FL/x.H @@ -68,6 +68,7 @@ public: Fl_Window *w; Region region; Fl_X *next; + int wait_for_expose; static Fl_X* first; static Fl_X* i(const Fl_Window* w) {return w->i;} void setwindow(Fl_Window* wi) {w=wi; wi->i=this;} -- cgit v1.2.3