CVS: rdesktop/uiports qtwin.cpp,1.8,1.9
Jay Sorg <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/uiports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15397
Modified Files:
qtwin.cpp
Log Message:
added more command line options
Index: qtwin.cpp
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/qtwin.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** qtwin.cpp 13 Mar 2005 06:38:42 -0000 1.8
--- qtwin.cpp 3 Apr 2005 05:40:15 -0000 1.9
***************
*** 35,42 ****
--- 35,46 ----
#include "qtwin.h"
+
#include <unistd.h> // gethostname
#include <pwd.h> // getpwuid
#include <stdarg.h> // va_list va_start va_end
+ #include <errno.h>
+ #include <fcntl.h>
[...2047 lines suppressed...]
}
return 1;
***************
*** 1448,1456 ****
--- 1729,1743 ----
get_username_and_hostname();
if (!parse_parameters(in_argc, in_argv))
+ {
return 0;
+ }
if (!ui_init())
+ {
return 1;
+ }
if (!ui_create_window())
+ {
return 1;
+ }
ui_main_loop();
ui_destroy_window();
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click