mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: drop obsolete WriteSwappedDataToClient() macro
This macro isn't and shouldn't be used anymore, so get rid of it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
6638af9138
commit
7c3ddc80ef
@@ -90,14 +90,6 @@ SOFTWARE.
|
||||
return(BadLength); \
|
||||
} while (0)
|
||||
|
||||
#define WriteSwappedDataToClient(pClient, size, pbuf) \
|
||||
do { \
|
||||
if ((pClient)->swapped) \
|
||||
(*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \
|
||||
else \
|
||||
WriteToClient(pClient, (int)(size), (pbuf)); \
|
||||
} while (0)
|
||||
|
||||
typedef struct _TimeStamp *TimeStampPtr;
|
||||
|
||||
#ifndef _XTYPEDEF_CLIENTPTR
|
||||
|
||||
Reference in New Issue
Block a user