mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 20:48:05 +02:00
Remove unused definition of XCONN_CHECK_FREQ
The only use of XCONN_CHECK_FREQ was removed in commit 15e5eaf628
when we dropped the old Xlib connection handling in favor of xcb's.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
parent
5f0da8311a
commit
11118e9eb3
1 changed files with 0 additions and 8 deletions
|
|
@ -55,14 +55,6 @@ from The Open Group.
|
|||
#define _XFlush _XFlushIt
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If your BytesReadable correctly detects broken connections, then
|
||||
* you should NOT define XCONN_CHECK_FREQ.
|
||||
*/
|
||||
#ifndef XCONN_CHECK_FREQ
|
||||
#define XCONN_CHECK_FREQ 256
|
||||
#endif
|
||||
|
||||
struct _XGC
|
||||
{
|
||||
XExtData *ext_data; /* hook for extension to hang data */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue