--- sourceforge.net/trunk/rdesktop/parse.h 2000/05/10 07:36:34 4 +++ sourceforge.net/trunk/rdesktop/parse.h 2000/07/05 07:44:21 6 @@ -39,6 +39,9 @@ /* Connection state */ typedef struct connection { + /* User interface */ + HWINDOW wnd; + /* Parsing layer */ struct stream in; struct stream out;