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

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

revision 474 by matthewc, Tue Sep 30 09:11:08 2003 UTC revision 492 by stargo, Tue Oct 14 07:46:49 2003 UTC
# Line 119  typedef struct _VCHANNEL Line 119  typedef struct _VCHANNEL
119  }  }
120  VCHANNEL;  VCHANNEL;
121    
122    #define MAX_CBSIZE 256
123    
124  /* RDPSND */  /* RDPSND */
125  typedef struct {  typedef struct {
126      uint16 wFormatTag;      uint16 wFormatTag;
# Line 128  typedef struct { Line 130  typedef struct {
130      uint16 nBlockAlign;      uint16 nBlockAlign;
131      uint16 wBitsPerSample;      uint16 wBitsPerSample;
132      uint16 cbSize;      uint16 cbSize;
133        uint8  cb[MAX_CBSIZE];
134  } WAVEFORMATEX;  } WAVEFORMATEX;
135    
136  /* RDPDR */  /* RDPDR */

Legend:
Removed from v.474  
changed lines
  Added in v.492

  ViewVC Help
Powered by ViewVC 1.1.26