Skip to content

Commit

Permalink
Update NXglxext.c
Browse files Browse the repository at this point in the history
  • Loading branch information
uli42 authored Dec 12, 2017
1 parent 3051867 commit a786e0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nx-X11/programs/Xserver/hw/nxagent/NXglxext.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ static int __glXDispatch(ClientPtr client)
** Use the opcode to index into the procedure table.
*/
if (client->swapped)

proc = __glXSwapSingleTable[opcode];
proc = __glXSwapSingleTable[opcode];
else
proc = __glXSingleTable[opcode];
proc = __glXSingleTable[opcode];

/*
* Report upstream that we are
Expand Down

0 comments on commit a786e0d

Please sign in to comment.