emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macgui.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macgui.h
Date: Wed, 28 Sep 2005 04:15:25 -0400

Index: emacs/src/macgui.h
diff -c emacs/src/macgui.h:1.22 emacs/src/macgui.h:1.23
*** emacs/src/macgui.h:1.22     Wed Aug 31 08:35:44 2005
--- emacs/src/macgui.h  Wed Sep 28 08:15:24 2005
***************
*** 95,105 ****
  /* Emulate XCharStruct.  */
  typedef struct _XCharStruct
  {
!   int rbearing;
!   int lbearing;
!   int width;
!   int ascent;
!   int descent;
  } XCharStruct;
  
  #define STORE_XCHARSTRUCT(xcs, w, bds)                        \
--- 95,108 ----
  /* Emulate XCharStruct.  */
  typedef struct _XCharStruct
  {
!   short       lbearing;               /* origin to left edge of raster */
!   short       rbearing;               /* origin to right edge of raster */
!   short       width;                  /* advance to next char's origin */
!   short       ascent;                 /* baseline to top edge of raster */
!   short       descent;                /* baseline to bottom edge of raster */
! #if 0
!   unsigned short attributes;  /* per char flags (not predefined) */
! #endif
  } XCharStruct;
  
  #define STORE_XCHARSTRUCT(xcs, w, bds)                        \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]