Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=9151
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2007-01-04 14:43 -------
Yeah, good catch. I'm guessing you're also running the app without a window
manager, though? fragment.position appears to be getting (pixel_x, pixel_y) in
screen coordinates rather than (pixel_x - drawable_x, height - (pixel_y -
drawable_y)) like it should. The trouble is in brw_wm_emit.c:emit_wpos_xy().
The trick is how to get those three constants we need (drawable x, y, height)
accessible to the program, without compiling them directly into the program as
immediates (which would mean invalidating and recompiling the program when you
move the window, which would be nasty). I haven't quite worked that out yet.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev