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

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

revision 1355 by stargo, Sun Dec 24 15:24:17 2006 UTC revision 1356 by ossman_, Tue Jan 2 11:39:56 2007 UTC
# Line 294  sgi_register(char *options) Line 294  sgi_register(char *options)
294  {  {
295          static struct audio_driver sgi_driver;          static struct audio_driver sgi_driver;
296    
297          sgi_driver.name = xstrdup("sgi");          memset(&sgi_driver, 0, sizeof(sgi_driver));
298          sgi_driver.description = xstrdup("SGI output driver");  
299            sgi_driver.name = "sgi";
300            sgi_driver.description = "SGI output driver";
301    
302          sgi_driver.add_fds = sgi_add_fds;          sgi_driver.add_fds = sgi_add_fds;
303          sgi_driver.check_fds = sgi_check_fds;          sgi_driver.check_fds = sgi_check_fds;

Legend:
Removed from v.1355  
changed lines
  Added in v.1356

  ViewVC Help
Powered by ViewVC 1.1.26