Skip to content

Commit 52aca52

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ ProcOpenFont(register ClientPtr client)
784784
err = nxOpenFont(client, stuff->fid, (Mask) 0,
785785
stuff->nbytes, (char *)&stuff[1]);
786786
}
787-
#endif
788787
else
788+
#endif
789789
err = OpenFont(client, stuff->fid, (Mask) 0,
790790
stuff->nbytes, (char *)&stuff[1]);
791791
if (err == Success)

0 commit comments

Comments
 (0)