Definition of class Fl_Window: use 'private:' more accurately
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
cf198735de
commit
b2ce33fcfd
@ -53,7 +53,7 @@ class Fl_Double_Window;
|
||||
window. Fl_Window has a default callback that calls Fl_Window::hide().
|
||||
*/
|
||||
class FL_EXPORT Fl_Window : public Fl_Group {
|
||||
|
||||
private:
|
||||
static char *default_xclass_;
|
||||
static char show_iconic_; // 1 means create next window in iconic form
|
||||
|
||||
@ -83,8 +83,6 @@ class FL_EXPORT Fl_Window : public Fl_Group {
|
||||
// cursor stuff
|
||||
Fl_Cursor cursor_default;
|
||||
|
||||
private:
|
||||
|
||||
void _Fl_Window(); // constructor innards
|
||||
|
||||
// unimplemented copy ctor and assignment operator
|
||||
|
Loading…
x
Reference in New Issue
Block a user