mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
Update to libICE 1.0.8
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICE.h,v 1.4 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICEconn.h,v 1.5 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
@@ -33,7 +32,7 @@ Author: Ralph Mor, X Consortium
|
||||
#include <X11/ICE/ICElib.h>
|
||||
|
||||
/*
|
||||
* Data structures for ICE connection object
|
||||
* Data structures for ICE connection object
|
||||
*/
|
||||
|
||||
typedef struct _IceSavedReplyWait {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICElib.h,v 1.5 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
@@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
|
||||
Author: Ralph Mor, X Consortium
|
||||
******************************************************************************/
|
||||
/* $XFree86: xc/lib/ICE/ICElib.h,v 3.4 2001/12/14 19:53:35 dawes Exp $ */
|
||||
|
||||
#ifndef _ICELIB_H_
|
||||
#define _ICELIB_H_
|
||||
@@ -208,9 +206,9 @@ typedef void (*IceIOErrorHandler) (
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
extern int IceRegisterForProtocolSetup (
|
||||
char * /* protocolName */,
|
||||
char * /* vendor */,
|
||||
char * /* release */,
|
||||
const char * /* protocolName */,
|
||||
const char * /* vendor */,
|
||||
const char * /* release */,
|
||||
int /* versionCount */,
|
||||
IcePoVersionRec * /* versionRecs */,
|
||||
int /* authCount */,
|
||||
@@ -220,9 +218,9 @@ extern int IceRegisterForProtocolSetup (
|
||||
);
|
||||
|
||||
extern int IceRegisterForProtocolReply (
|
||||
char * /* protocolName */,
|
||||
char * /* vendor */,
|
||||
char * /* release */,
|
||||
const char * /* protocolName */,
|
||||
const char * /* vendor */,
|
||||
const char * /* release */,
|
||||
int /* versionCount */,
|
||||
IcePaVersionRec * /* versionRecs */,
|
||||
int /* authCount */,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICEmsg.h,v 1.4 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
@@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
|
||||
Author: Ralph Mor, X Consortium
|
||||
******************************************************************************/
|
||||
/* $XFree86: xc/lib/ICE/ICEmsg.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */
|
||||
|
||||
#ifndef _ICEMSG_H_
|
||||
#define _ICEMSG_H_
|
||||
@@ -219,15 +217,15 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc (
|
||||
|
||||
/*
|
||||
* Write pad bytes. Used to force 32 or 64 bit alignment.
|
||||
* A maxium of 7 pad bytes can be specified.
|
||||
* A maximum of 7 pad bytes can be specified.
|
||||
*/
|
||||
|
||||
#define IceWritePad(_iceConn, _bytes) \
|
||||
{ \
|
||||
if ((_iceConn->outbufptr + (_bytes)) > _iceConn->outbufmax) \
|
||||
{ \
|
||||
char _dummy[7]; \
|
||||
IceFlush (_iceConn); \
|
||||
char _dummy[7] = { 0 }; \
|
||||
IceFlush (_iceConn); \
|
||||
_IceWrite (_iceConn, (unsigned long) (_bytes), _dummy); \
|
||||
} \
|
||||
else \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICEproto.h,v 1.5 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Xorg: ICEutil.h,v 1.5 2001/02/09 02:03:26 xorgcvs Exp $ */
|
||||
/******************************************************************************
|
||||
|
||||
|
||||
@@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
|
||||
Author: Ralph Mor, X Consortium
|
||||
******************************************************************************/
|
||||
/* $XFree86: xc/lib/ICE/ICEutil.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */
|
||||
|
||||
#ifndef _ICEUTIL_H_
|
||||
#define _ICEUTIL_H_
|
||||
@@ -107,9 +105,9 @@ extern Status IceWriteAuthFileEntry (
|
||||
);
|
||||
|
||||
extern IceAuthFileEntry *IceGetAuthFileEntry (
|
||||
char * /* protocol_name */,
|
||||
char * /* network_id */,
|
||||
char * /* auth_name */
|
||||
const char * /* protocol_name */,
|
||||
const char * /* network_id */,
|
||||
const char * /* auth_name */
|
||||
);
|
||||
|
||||
extern char *IceGenerateMagicCookie (
|
||||
|
||||
Reference in New Issue
Block a user