/[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 28 by matty, Wed Jun 20 13:54:48 2001 UTC revision 64 by astrand, Thu Jul 18 16:38:31 2002 UTC
# Line 40  typedef struct _COLOURENTRY Line 40  typedef struct _COLOURENTRY
40          uint8 green;          uint8 green;
41          uint8 blue;          uint8 blue;
42    
43  } COLOURENTRY;  }
44    COLOURENTRY;
45    
46  typedef struct _COLOURMAP  typedef struct _COLOURMAP
47  {  {
48          uint16 ncolours;          uint16 ncolours;
49          COLOURENTRY *colours;          COLOURENTRY *colours;
50    
51  } COLOURMAP;  }
52    COLOURMAP;
53    
54  typedef struct _BOUNDS  typedef struct _BOUNDS
55  {  {
# Line 56  typedef struct _BOUNDS Line 58  typedef struct _BOUNDS
58          uint16 right;          uint16 right;
59          uint16 bottom;          uint16 bottom;
60    
61  } BOUNDS;  }
62    BOUNDS;
63    
64  typedef struct _PEN  typedef struct _PEN
65  {  {
# Line 64  typedef struct _PEN Line 67  typedef struct _PEN
67          uint8 width;          uint8 width;
68          uint8 colour;          uint8 colour;
69    
70  } PEN;  }
71    PEN;
72    
73  typedef struct _BRUSH  typedef struct _BRUSH
74  {  {
# Line 73  typedef struct _BRUSH Line 77  typedef struct _BRUSH
77          uint8 style;          uint8 style;
78          uint8 pattern[8];          uint8 pattern[8];
79    
80  } BRUSH;  }
81    BRUSH;
82    
83  typedef struct _FONTGLYPH  typedef struct _FONTGLYPH
84  {  {
# Line 83  typedef struct _FONTGLYPH Line 88  typedef struct _FONTGLYPH
88          uint16 height;          uint16 height;
89          HBITMAP pixmap;          HBITMAP pixmap;
90    
91  } FONTGLYPH;  }
92    FONTGLYPH;
93    
94  typedef struct _DATABLOB  typedef struct _DATABLOB
95  {  {
96          void *data;          void *data;
97          int size;          int size;
98    
99  } DATABLOB;  }
100    DATABLOB;

Legend:
Removed from v.28  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26