--- sourceforge.net/trunk/rdesktop/xwin.c 2004/04/10 09:34:52 648 +++ sourceforge.net/trunk/rdesktop/xwin.c 2004/04/15 20:12:42 651 @@ -57,7 +57,7 @@ static Atom g_protocol_atom, g_kill_atom; static BOOL g_focused; static BOOL g_mouse_in_wnd; -static BOOL g_arch_match = False; /* set to True if RGB XServer and little endian */ +static BOOL g_arch_match = False; /* set to True if RGB XServer and little endian */ /* endianness */ static BOOL g_host_be; @@ -956,10 +956,10 @@ XFree(sizehints); } - if ( g_embed_wnd ) - { - XReparentWindow(g_display, g_wnd, (Window)g_embed_wnd, 0, 0); - } + if (g_embed_wnd) + { + XReparentWindow(g_display, g_wnd, (Window) g_embed_wnd, 0, 0); + } input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | VisibilityChangeMask | FocusChangeMask;