mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Patch from Bill - removes dead code.
git-svn-id: file:///fltk/svn/fltk/trunk@173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-6
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_x.cxx,v 1.14 1998/12/29 14:01:46 mike Exp $"
|
// "$Id: Fl_x.cxx,v 1.15 1998/12/29 14:06:08 mike Exp $"
|
||||||
//
|
//
|
||||||
// X specific code for the Fast Light Tool Kit (FLTK).
|
// X specific code for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -711,10 +711,6 @@ void Fl_X::sendxjunk() {
|
|||||||
prop[0] = 1; // MWM_HINTS_FUNCTIONS
|
prop[0] = 1; // MWM_HINTS_FUNCTIONS
|
||||||
prop[1] = 1|2|16; // MWM_FUNC_ALL | MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE
|
prop[1] = 1|2|16; // MWM_FUNC_ALL | MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE
|
||||||
}
|
}
|
||||||
if (w->non_modal()) {
|
|
||||||
prop[0] = 1; // MWM_HINTS_FUNCTIONS
|
|
||||||
prop[1] |= 8; // turn off MWM_FUNC_MINIMIZE in 4Dwm
|
|
||||||
}
|
|
||||||
|
|
||||||
if (w->flags() & Fl_Window::FL_FORCE_POSITION) {
|
if (w->flags() & Fl_Window::FL_FORCE_POSITION) {
|
||||||
hints.flags |= USPosition;
|
hints.flags |= USPosition;
|
||||||
@@ -802,5 +798,5 @@ void Fl_Window::make_current() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_x.cxx,v 1.14 1998/12/29 14:01:46 mike Exp $".
|
// End of "$Id: Fl_x.cxx,v 1.15 1998/12/29 14:06:08 mike Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user