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

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

revision 1350 by stargo, Sun Dec 24 13:48:50 2006 UTC revision 1353 by stargo, Sun Dec 24 15:22:15 2006 UTC
# Line 142  rdpsnd_process_negotiate(STREAM in) Line 142  rdpsnd_process_negotiate(STREAM in)
142                       (int) in_format_count, (unsigned) pad, (unsigned) version));                       (int) in_format_count, (unsigned) pad, (unsigned) version));
143    
144          if (!current_driver)          if (!current_driver)
145                  rdpsnd_auto_select();                  device_available = rdpsnd_auto_select();
146    
147          if (current_driver)          if (current_driver && !device_available && current_driver->wave_out_open())
148          {          {
149                    current_driver->wave_out_close();
150                  device_available = True;                  device_available = True;
151          }          }
152    

Legend:
Removed from v.1350  
changed lines
  Added in v.1353

  ViewVC Help
Powered by ViewVC 1.1.26