mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 14:38:09 +02:00
Remove __glXResizeDrawable and __glXGetDrawableSize.
This commit is contained in:
parent
31e391a20c
commit
88c98d216c
1 changed files with 0 additions and 4 deletions
|
|
@ -48,10 +48,6 @@ extern void __glXAssociateContext(__GLXcontext *glxc);
|
|||
extern void __glXDeassociateContext(__GLXcontext *glxc);
|
||||
|
||||
/* drawable operation */
|
||||
extern void __glXGetDrawableSize(__GLdrawablePrivate *glPriv,
|
||||
GLint *x, GLint *y,
|
||||
GLuint *width, GLuint *height);
|
||||
extern GLboolean __glXResizeDrawable(__GLdrawablePrivate *glPriv);
|
||||
extern GLboolean __glXResizeDrawableBuffers(__GLXdrawable *glxPriv);
|
||||
|
||||
/* drawable management */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue