/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/qtwin.cpp
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/uiports/qtwin.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 715 by jsorg71, Wed Jun 16 03:27:15 2004 UTC revision 727 by jsorg71, Sun Jun 27 19:08:35 2004 UTC
# Line 50  int g_server_bpp = 8; Line 50  int g_server_bpp = 8;
50  int g_encryption = 1;  int g_encryption = 1;
51  int g_desktop_save =1;  int g_desktop_save =1;
52  int g_bitmap_cache = 1;  int g_bitmap_cache = 1;
53    int g_bitmap_cache_persist_enable = False;
54    int g_bitmap_cache_precache = True;
55  int g_bitmap_compression = 1;  int g_bitmap_compression = 1;
56  int g_rdp5_performanceflags = 0;  int g_rdp5_performanceflags = 0;
57  int g_console_session = 0;  int g_console_session = 0;
# Line 1272  void hexdump(unsigned char *p, unsigned Line 1274  void hexdump(unsigned char *p, unsigned
1274    }    }
1275  }  }
1276    
1277    BOOL rd_pstcache_mkdir(void)
1278    {
1279      return 0;
1280    }
1281    
1282    /*****************************************************************************/
1283    int rd_open_file(char *filename)
1284    {
1285      return 0;
1286    }
1287    
1288    /*****************************************************************************/
1289    void rd_close_file(int fd)
1290    {
1291      return;
1292    }
1293    
1294    /*****************************************************************************/
1295    int rd_read_file(int fd, void *ptr, int len)
1296    {
1297      return 0;
1298    }
1299    
1300    /*****************************************************************************/
1301    int rd_write_file(int fd, void* ptr, int len)
1302    {
1303      return 0;
1304    }
1305    
1306    /*****************************************************************************/
1307    int rd_lseek_file(int fd, int offset)
1308    {
1309      return 0;
1310    }
1311    
1312    /*****************************************************************************/
1313    BOOL rd_lock_file(int fd, int start, int len)
1314    {
1315      return False;
1316    }
1317    
1318  /*****************************************************************************/  /*****************************************************************************/
1319  void get_username_and_hostname(void)  void get_username_and_hostname(void)
1320  {  {

Legend:
Removed from v.715  
changed lines
  Added in v.727

  ViewVC Help
Powered by ViewVC 1.1.26