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

Diff of /emacs/src/dispextern.h

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

revision 1.188 by kfstorm, Tue Nov 23 00:51:55 2004 UTC revision 1.189 by tamm, Mon Dec 27 17:27:29 2004 UTC
# Line 62  typedef XImage *XImagePtr; Line 62  typedef XImage *XImagePtr;
62  typedef HDC XImagePtr_or_DC;  typedef HDC XImagePtr_or_DC;
63  #endif  #endif
64    
65  #ifdef HAVE_CARBON  #ifdef MAC_OS
66  #include "macgui.h"  #include "macgui.h"
67  typedef struct mac_display_info Display_Info;  typedef struct mac_display_info Display_Info;
68  /* Mac equivalent of XImage.  */  /* Mac equivalent of XImage.  */
# Line 1171  struct glyph_string Line 1171  struct glyph_string
1171    unsigned for_overlaps_p : 1;    unsigned for_overlaps_p : 1;
1172    
1173    /* The GC to use for drawing this glyph string.  */    /* The GC to use for drawing this glyph string.  */
1174  #if defined(HAVE_X_WINDOWS) || defined(HAVE_CARBON)  #if defined(HAVE_X_WINDOWS) || defined(MAC_OS)
1175    GC gc;    GC gc;
1176  #endif  #endif
1177  #if defined(HAVE_NTGUI)  #if defined(HAVE_NTGUI)

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

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