Skip to content

Commit 037acb9

Browse files
committed
Events.c: window name is signed
1 parent 4b32ee4 commit 037acb9

File tree

1 file changed

+1
-1
lines changed
  • nx-X11/programs/Xserver/hw/nxagent

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ static void nxagentSwitchDeferMode(void)
694694

695695
void setWinNameSuffix(const char *suffix)
696696
{
697-
static unsigned char * prev = NULL;
697+
static char * prev = NULL;
698698
char * pre = " (";
699699
char * post = ")";
700700
char * newname;

0 commit comments

Comments
 (0)