Applied patch #1363476: -D option doesn't work on 64bit system.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1032 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-12-27 08:58:57 +00:00
parent 1cbaccbc15
commit 7d65f76b4d

10
xwin.c
View File

@ -92,11 +92,11 @@ extern BOOL g_rdpsnd;
#define PROP_MOTIF_WM_HINTS_ELEMENTS 5
typedef struct
{
uint32 flags;
uint32 functions;
uint32 decorations;
sint32 inputMode;
uint32 status;
unsigned long flags;
unsigned long functions;
unsigned long decorations;
long inputMode;
unsigned long status;
}
PropMotifWmHints;