On 8/16/2011 3:37 AM, Matthias Melcher wrote:
>
> On 16.08.2011, at 02:21, Consul wrote:
>
>> A couple of notes on a Windows build, if you don't mind:
>
> Please, go ahead. This is great help.
>
>> 1. When you create a window, the properties window will appear on the top 
>> left corner of the desktop without the title bar,
>> making the window unmovable.
>
> Yes, I saw that when I finally tested on MS Windows. I was very surprised and 
> I wonder if 1.3 does that, too. Or if it is specific to FLTK compiled with 
> one IDE?
>

This commit broke the fluid:
Applied all FLTK 1.3 changes from Revision 8670 to 8863 to FLTK 3.0

particularly this change:

+++ b/src/screen_xywh.cxx
@@ -31,8 +31,8 @@
  #include <config.h>


-// Number of screens...
-static int num_screens = 0;
+// Number of screens returned by multi monitor aware API; -1 before init
+static int num_screens = -1;
...

If I initialize the num_screens to 0, it appears to work again as expected.
Later in the file the num_screens is set to 0 in the screen_init() function.
I wonder if the fluid should call this function somewhere?

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to