diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-04-01 17:42:33 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-02 13:39:52 -0400 |
commit | 91b697efdefba125348dbcaf584ee51a7f8c9bf6 (patch) | |
tree | aca648390117a330ea4234df612a18a64bdbdb83 /glx/glxdrawable.h | |
parent | 1c101d75d4855b2698e3fc8d2dd662f20585812f (diff) |
Support setTexBuffer2 in AIGLX.
Fixes broken GLX_tfp, specifically, lets compositors ignore un-defined
alpha channel for pixmaps.
Diffstat (limited to 'glx/glxdrawable.h')
-rw-r--r-- | glx/glxdrawable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/glxdrawable.h b/glx/glxdrawable.h index 259b11e17..2d787ae78 100644 --- a/glx/glxdrawable.h +++ b/glx/glxdrawable.h @@ -72,6 +72,7 @@ struct __GLXdrawable { int refCount; GLenum target; + GLenum format; /* ** Event mask |