diff options
author | Jon Smirl <[email protected]> | 2005-07-29 00:48:12 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-07-29 00:48:12 +0000 |
commit | 4ce390b9333decc8ffa30ccfc73f8cf264aeea95 (patch) | |
tree | 82c7d9cf3f904c419b0ce09485cde2b0e6990704 /src/glx/mini/miniglxP.h | |
parent | df68d11b47ffda570b77de6a11bf1afc311f86b2 (diff) |
Commit Ian's fixes from Bug 3877
I have tested these on miniglx and they seem to be working.
I'm sure Dave will give them a better test.
Diffstat (limited to 'src/glx/mini/miniglxP.h')
-rw-r--r-- | src/glx/mini/miniglxP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/mini/miniglxP.h b/src/glx/mini/miniglxP.h index 4aa9458d323..96ed0e81cd7 100644 --- a/src/glx/mini/miniglxP.h +++ b/src/glx/mini/miniglxP.h @@ -199,9 +199,6 @@ extern int send_char_msg( Display *dpy, int i, char msg ); extern int blocking_read( Display *dpy, int connection, char *msg, size_t msg_size ); extern int handle_fd_events( Display *dpy, int nonblock ); - -extern Bool __glXWindowExists(__DRInativeDisplay *dpy, GLXDrawable draw); - extern int __miniglx_open_connections( Display *dpy ); extern void __miniglx_close_connections( Display *dpy ); |