Skip to content

Commit 6e5100a

Browse files
committed
fixup! NX{dispatch,mitrap,picture,render}.c: mark NX changes
1 parent 52aca52 commit 6e5100a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ InitClientPrivates(ClientPtr client)
11431143
{
11441144
int ret = xorg_InitClientPrivates(client);
11451145

1146+
#ifdef NXAGENT_SERVER
11461147
if (ret == 1)
11471148
{
11481149

@@ -1152,6 +1153,7 @@ InitClientPrivates(ClientPtr client)
11521153

11531154
nxagentInitClientPrivates(client);
11541155
}
1156+
#endif
11551157

11561158
return ret;
11571159
}

0 commit comments

Comments
 (0)