https://bugs.freedesktop.org/show_bug.cgi?id=54080

--- Comment #5 from ajax at nwnk dot net <a...@nwnk.net> ---
(In reply to comment #4)
> Would the same behaviour/bug be exposed by calling XGetGeometry on a
> drawable created with glXCreatePixmap ?

No, but you'd have a different problem there, which is that XGetGeometry on a
GLXPixmap will throw BadDrawable, since GetGeometry only operates on core
protocol drawables (ie, on the Pixmap you pass into glXCreatePixmap, not on the
GLXPixmap it returns).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to