We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3051867 commit a786e0dCopy full SHA for a786e0d
nx-X11/programs/Xserver/hw/nxagent/NXglxext.c
@@ -107,10 +107,9 @@ static int __glXDispatch(ClientPtr client)
107
** Use the opcode to index into the procedure table.
108
*/
109
if (client->swapped)
110
-
111
- proc = __glXSwapSingleTable[opcode];
+ proc = __glXSwapSingleTable[opcode];
112
else
113
- proc = __glXSingleTable[opcode];
+ proc = __glXSingleTable[opcode];
114
115
/*
116
* Report upstream that we are
0 commit comments