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

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

revision 1482 by jsorg71, Fri Jul 11 03:51:23 2008 UTC revision 1483 by jsorg71, Sat Nov 1 02:37:10 2008 UTC
# Line 82  PEN; Line 82  PEN;
82  /* this is whats in the brush cache */  /* this is whats in the brush cache */
83  typedef struct _BRUSHDATA  typedef struct _BRUSHDATA
84  {  {
85          uint8 pattern[8];          uint32 colour_code;
86            uint32 data_size;
87            uint8 * data;
88  }  }
89  BRUSHDATA;  BRUSHDATA;
90    
# Line 92  typedef struct _BRUSH Line 94  typedef struct _BRUSH
94          uint8 yorigin;          uint8 yorigin;
95          uint8 style;          uint8 style;
96          uint8 pattern[8];          uint8 pattern[8];
97            BRUSHDATA * bd;
98  }  }
99  BRUSH;  BRUSH;
100    

Legend:
Removed from v.1482  
changed lines
  Added in v.1483

  ViewVC Help
Powered by ViewVC 1.1.26