/[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.12 by tamm, Mon Dec 27 17:27:30 2004 UTC revision 1.13 by tamm, Mon Jan 24 17:59:36 2005 UTC
# Line 92  typedef struct _XCharStruct Line 92  typedef struct _XCharStruct
92    int descent;    int descent;
93  } XCharStruct;  } XCharStruct;
94    
95    #define STORE_XCHARSTRUCT(xcs, w, bds)                  \
96      ((xcs).width = (w),                                   \
97       (xcs).lbearing = (bds).left,                         \
98       (xcs).rbearing = (bds).right,                        \
99       (xcs).ascent = -(bds).top,                           \
100       (xcs).descent = (bds).bottom)
101    
102  struct MacFontStruct {  struct MacFontStruct {
103    char *fontname;    char *fontname;
104    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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