U=BFytkownik Ljubo <ljubo@...> napisa=B3:
>Hi,
Thanks, now is working fine.
I think now is good time to make a new release ;-)
(this overlapped window under Unix issue I propose
to move to further study and maybe some future releases)
Greetings
Jarek
>The bug is fixed (see .../src/X11/g2_X11.c). The problem was that for=20
>some window managers also size hints used in XSetStandardProperties=20
>should contain position.
>
>Bye,
>Ljubo
>
>jk_14@... wrote:
>> Hi!
>>=20
>> I have a problem with placing the g2 window on the X11 screen at giv=
en position.
>>=20
>> I try to use g2_open_X11X with no success under Solaris and GNOME Li=
nux.
>> For example with such syntax: g2_open_X11X(200, 200, 400, 400, NULL,=
NULL, NULL, 0, 0);
>>=20
>> I have tried also to hardcore x y position at g2_X11.c
>>=20
>> xout->window=3DXCreateWindow(xout->display, root,
>> //xposition, yposition,
>> 400, 400,
>> //width, height,
>> 800, 800,
>> 0,
>> CopyFromParent, InputOutput, CopyFrom=
Parent,
>> CWEventMask,
>> &wattr);
>>=20
>> but strange thing it doesn\'t work as well.
>>=20
>> On the same display the xclock command is working properly:
>>=20
>> xclock -geometry 800x800+400+400
>>=20
>> There are some additional condition to make it working?
>>=20
>> Best Regards
>> Jarek
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=3D7393&alloc_id=3D16281&op=3Dclick
>_______________________________________________
>g2-devel mailing list
>g2-devel@...
>https://lists.sourceforge.net/lists/listinfo/g2-devel
>
|