/[emacs]/emacs/src/macgui.h
ViewVC logotype

Diff of /emacs/src/macgui.h

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

revision 1.22 by mituharu, Wed Aug 31 08:35:44 2005 UTC revision 1.23 by mituharu, Wed Sep 28 08:15:24 2005 UTC
# Line 95  typedef GWorldPtr Pixmap; Line 95  typedef GWorldPtr Pixmap;
95  /* Emulate XCharStruct.  */  /* Emulate XCharStruct.  */
96  typedef struct _XCharStruct  typedef struct _XCharStruct
97  {  {
98    int rbearing;    short lbearing;               /* origin to left edge of raster */
99    int lbearing;    short rbearing;               /* origin to right edge of raster */
100    int width;    short width;                  /* advance to next char's origin */
101    int ascent;    short ascent;                 /* baseline to top edge of raster */
102    int descent;    short descent;                /* baseline to bottom edge of raster */
103    #if 0
104      unsigned short attributes;    /* per char flags (not predefined) */
105    #endif
106  } XCharStruct;  } XCharStruct;
107    
108  #define STORE_XCHARSTRUCT(xcs, w, bds)                  \  #define STORE_XCHARSTRUCT(xcs, w, bds)                  \

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26