Fixed Fluid dependency on X11 (STR #226)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2009-09-23 19:24:34 +00:00
parent 6beaec33de
commit bcd43ecb7d
2 changed files with 13 additions and 10 deletions

View File

@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.0
- Fixed Fluid dependency on X11 (STR #2261)
- Updated the bundled libpng to v1.2.40 (released Sep. 10, 2009)
- Fixed Fl_Choice contrast with light-on-dark settings (STR #2219)
- Fixed X server "lock", if a modal dialog window is opened

View File

@ -1751,6 +1751,7 @@ void toggle_sourceview_b_cb(Fl_Button*, void *) {
}
void make_main_window() {
if (!compile_only) {
fluid_prefs.get("snap", snap, 1);
fluid_prefs.get("gridx", gridx, 5);
fluid_prefs.get("gridy", gridy, 5);
@ -1763,6 +1764,7 @@ void make_main_window() {
make_layout_window();
make_settings_window();
make_shell_window();
}
if (!main_window) {
Fl_Widget *o;