diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2003-08-02 05:54:43 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2003-08-02 05:54:43 +0000 |
| commit | c2e889169308b826f68becc4c2c14ede857689c3 (patch) | |
| tree | 2a89063465be54138298fc8c0b1024ac8fe424d4 /CHANGES | |
| parent | 111cbdb0b060f7647e5d8852c80eeec54e442687 (diff) | |
OS X: some changes to support Apples ProjectBuilder.
OS X: FLTK now queries the true windows position from the
window manager after creating a new window. This fixes the
problem with popup menues showing up at the wrong position.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3067 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ CHANGES IN FLTK 1.1.4rc2 + - OS X: some changes to make ProjectBuilder compiles + possible. I'll add the PB project files later. + - OS X: FLTK would not know where a window was positioned + by the OS. As a result, popup menus could open at + wrong positions. - Fl_Window::show(argc,argv) incorrectly opened the display prior to parsing the arguments; this prevented the "-display foo" option from working (STR #111) |
