diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-22 22:36:37 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-22 22:36:37 -0400 |
commit | eeaab2047cfce8a7445fd9f835e737682eb503ac (patch) | |
tree | 8d84c9b7d03c4239077d4e8e4e7ac5aabb18faaa /src/glx/glxclient.h | |
parent | 7b7845a076c933e096ac511b4184141ba194449a (diff) |
glx: Drop screen argument to GetGLXDRIDrawable
We'll just get it from the returned drawable when we need it.
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 581db97a6ea..8112c01e7cc 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -791,7 +791,7 @@ __glxGetMscRate(__GLXDRIdrawable *glxDraw, XExtDisplayInfo *__glXFindDisplay (Display *dpy); extern __GLXDRIdrawable * -GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable, int *const scrn_num); +GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable); #endif |