/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
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/xwin.c

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

revision 753 by stargo, Mon Aug 23 11:13:50 2004 UTC revision 788 by astrand, Thu Oct 21 08:43:22 2004 UTC
# Line 946  BOOL Line 946  BOOL
946  ui_create_window(void)  ui_create_window(void)
947  {  {
948          uint8 null_pointer_mask[1] = { 0x80 };          uint8 null_pointer_mask[1] = { 0x80 };
949          uint8 null_pointer_data[4] = { 0x00, 0x00, 0x00, 0x00 };          uint8 null_pointer_data[24] = { 0x00 };
950    
951          XSetWindowAttributes attribs;          XSetWindowAttributes attribs;
952          XClassHint *classhints;          XClassHint *classhints;
953          XSizeHints *sizehints;          XSizeHints *sizehints;
# Line 1445  ui_select(int rdp_socket) Line 1446  ui_select(int rdp_socket)
1446    
1447                  rdpdr_check_fds(&rfds, &wfds, (BOOL) False);                  rdpdr_check_fds(&rfds, &wfds, (BOOL) False);
1448    
1449                    if (FD_ISSET(rdp_socket, &rfds))
1450                            return 1;
1451    
1452  #ifdef WITH_RDPSND  #ifdef WITH_RDPSND
1453                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))                  if (g_dsp_busy && FD_ISSET(g_dsp_fd, &wfds))
1454                          wave_out_play();                          wave_out_play();
1455  #endif  #endif
   
                 if (FD_ISSET(rdp_socket, &rfds))  
                         return 1;  
1456          }          }
1457  }  }
1458    

Legend:
Removed from v.753  
changed lines
  Added in v.788

  ViewVC Help
Powered by ViewVC 1.1.26