dix: remove proc tables initialization
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
cbd4d5dbb7
commit
e416965bfd
|
@ -238,7 +238,6 @@ long SmartLastPrint;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void Dispatch(void);
|
void Dispatch(void);
|
||||||
void InitProcVectors(void);
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
SmartScheduleClient (int *clientReady, int nready)
|
SmartScheduleClient (int *clientReady, int nready)
|
||||||
|
@ -3387,25 +3386,6 @@ int ProcNoOperation(ClientPtr client)
|
||||||
return Success;
|
return Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
InitProcVectors(void)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
for (i = 0; i<256; i++)
|
|
||||||
{
|
|
||||||
if(!ProcVector[i])
|
|
||||||
{
|
|
||||||
ProcVector[i] = SwappedProcVector[i] = ProcBadRequest;
|
|
||||||
ReplySwapVector[i] = ReplyNotSwappd;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
for(i = LASTEvent; i < 128; i++)
|
|
||||||
{
|
|
||||||
EventSwapVector[i] = NotImplemented;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* CloseDownClient
|
* CloseDownClient
|
||||||
*
|
*
|
||||||
|
|
|
@ -108,7 +108,6 @@ Equipment Corporation.
|
||||||
#include "panoramiXsrv.h"
|
#include "panoramiXsrv.h"
|
||||||
#else
|
#else
|
||||||
#include "dixevents.h" /* InitEvents() */
|
#include "dixevents.h" /* InitEvents() */
|
||||||
#include "dispatch.h" /* InitProcVectors() */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DPMSExtension
|
#ifdef DPMSExtension
|
||||||
|
@ -118,8 +117,6 @@ Equipment Corporation.
|
||||||
|
|
||||||
extern void Dispatch(void);
|
extern void Dispatch(void);
|
||||||
|
|
||||||
extern void InitProcVectors(void);
|
|
||||||
|
|
||||||
#ifdef XQUARTZ
|
#ifdef XQUARTZ
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
@ -171,7 +168,6 @@ int main(int argc, char *argv[], char *envp[])
|
||||||
if(serverGeneration == 1)
|
if(serverGeneration == 1)
|
||||||
{
|
{
|
||||||
CreateWellKnownSockets();
|
CreateWellKnownSockets();
|
||||||
InitProcVectors();
|
|
||||||
for (i=1; i<MAXCLIENTS; i++)
|
for (i=1; i<MAXCLIENTS; i++)
|
||||||
clients[i] = NullClient;
|
clients[i] = NullClient;
|
||||||
serverClient = calloc(sizeof(ClientRec), 1);
|
serverClient = calloc(sizeof(ClientRec), 1);
|
||||||
|
|
508
dix/tables.c
508
dix/tables.c
|
@ -192,14 +192,142 @@ int (* ProcVector[256]) (
|
||||||
ProcGetPointerMapping,
|
ProcGetPointerMapping,
|
||||||
ProcSetModifierMapping,
|
ProcSetModifierMapping,
|
||||||
ProcGetModifierMapping,
|
ProcGetModifierMapping,
|
||||||
0, /* 120 */
|
ProcBadRequest, /* 120 */
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0, /* 125 */
|
ProcBadRequest, /* 125 */
|
||||||
0,
|
ProcBadRequest,
|
||||||
ProcNoOperation
|
ProcNoOperation,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest
|
||||||
};
|
};
|
||||||
|
|
||||||
int (* SwappedProcVector[256]) (
|
int (* SwappedProcVector[256]) (
|
||||||
|
@ -326,14 +454,142 @@ int (* SwappedProcVector[256]) (
|
||||||
SProcSimpleReq, /* GetPointerMapping, */
|
SProcSimpleReq, /* GetPointerMapping, */
|
||||||
SProcSimpleReq, /* SetModifierMapping, */
|
SProcSimpleReq, /* SetModifierMapping, */
|
||||||
SProcSimpleReq, /* GetModifierMapping, */
|
SProcSimpleReq, /* GetModifierMapping, */
|
||||||
0, /* 120 */
|
ProcBadRequest, /* 120 */
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0,
|
ProcBadRequest,
|
||||||
0, /* 125 */
|
ProcBadRequest, /* 125 */
|
||||||
0,
|
ProcBadRequest,
|
||||||
SProcNoOperation
|
SProcNoOperation,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest,
|
||||||
|
ProcBadRequest
|
||||||
};
|
};
|
||||||
|
|
||||||
EventSwapPtr EventSwapVector[128] =
|
EventSwapPtr EventSwapVector[128] =
|
||||||
|
@ -373,6 +629,99 @@ EventSwapPtr EventSwapVector[128] =
|
||||||
SColormapEvent,
|
SColormapEvent,
|
||||||
SClientMessageEvent,
|
SClientMessageEvent,
|
||||||
SMappingEvent,
|
SMappingEvent,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented,
|
||||||
|
NotImplemented
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -506,5 +855,132 @@ ReplySwapPtr ReplySwapVector[256] =
|
||||||
ReplyNotSwappd, /* 125 */
|
ReplyNotSwappd, /* 125 */
|
||||||
ReplyNotSwappd, /* 126 */
|
ReplyNotSwappd, /* 126 */
|
||||||
ReplyNotSwappd, /* NoOperation */
|
ReplyNotSwappd, /* NoOperation */
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
|
ReplyNotSwappd,
|
||||||
ReplyNotSwappd
|
ReplyNotSwappd
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue