summaryrefslogtreecommitdiff
path: root/src/glx/mini/miniglxP.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2005-07-29 00:48:12 +0000
committerJon Smirl <jonsmirl@gmail.com>2005-07-29 00:48:12 +0000
commit4ce390b9333decc8ffa30ccfc73f8cf264aeea95 (patch)
tree82c7d9cf3f904c419b0ce09485cde2b0e6990704 /src/glx/mini/miniglxP.h
parentdf68d11b47ffda570b77de6a11bf1afc311f86b2 (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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/mini/miniglxP.h b/src/glx/mini/miniglxP.h
index 4aa9458d32..96ed0e81cd 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 );