/[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 1473 by jsorg71, Mon Jan 8 04:47:06 2007 UTC revision 1474 by jsorg71, Fri Jul 11 03:35:24 2008 UTC
# Line 79  typedef struct _PEN Line 79  typedef struct _PEN
79  }  }
80  PEN;  PEN;
81    
82    /* this is whats in the brush cache */
83    typedef struct _BRUSHDATA
84    {
85            uint8 pattern[8];
86    }
87    BRUSHDATA;
88    
89  typedef struct _BRUSH  typedef struct _BRUSH
90  {  {
91          uint8 xorigin;          uint8 xorigin;

Legend:
Removed from v.1473  
changed lines
  Added in v.1474

  ViewVC Help
Powered by ViewVC 1.1.26