diff options
author | Brian Paul <[email protected]> | 1999-11-22 21:52:23 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-22 21:52:23 +0000 |
commit | b82d993b03320818f88f792a9e713f7ed491bfcb (patch) | |
tree | 97b9a4838c76023836f9f95092aded196bb94a4c /src/mesa/drivers/x11/realglx.h | |
parent | bf3f9bdaae9f17de8ac82ec7789e4e689a6f67f2 (diff) |
added glXGetCurrentDisplay() for GLX 1.2
Diffstat (limited to 'src/mesa/drivers/x11/realglx.h')
-rw-r--r-- | src/mesa/drivers/x11/realglx.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/realglx.h b/src/mesa/drivers/x11/realglx.h index 9587db60c9e..4f19f05b3da 100644 --- a/src/mesa/drivers/x11/realglx.h +++ b/src/mesa/drivers/x11/realglx.h @@ -1,4 +1,4 @@ -/* $Id: realglx.h,v 1.1 1999/08/19 00:55:42 jtg Exp $ */ +/* $Id: realglx.h,v 1.2 1999/11/22 21:52:23 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -108,4 +108,8 @@ extern const char *Real_glXQueryServerString( Display *dpy, int screen, extern const char *Real_glXGetClientString( Display *dpy, int name ); +/* GLX 1.2 and later */ +extern Display *Real_glXGetCurrentDisplay( void ); + + #endif |