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

Diff of /emacs/src/macterm.h

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

revision 1.24 by lute, Mon Jul 4 16:06:33 2005 UTC revision 1.25 by mituharu, Mon Jul 18 05:41:03 2005 UTC
# Line 149  struct mac_display_info Line 149  struct mac_display_info
149    int smallest_font_height;    int smallest_font_height;
150    
151    /* Reusable Graphics Context for drawing a cursor in a non-default face. */    /* Reusable Graphics Context for drawing a cursor in a non-default face. */
152    XGCValues *scratch_cursor_gc;    GC scratch_cursor_gc;
153    
154    /* These variables describe the range of text currently shown in its    /* These variables describe the range of text currently shown in its
155       mouse-face, together with the window they apply to. As long as       mouse-face, together with the window they apply to. As long as
# Line 388  struct mac_output { Line 388  struct mac_output {
388    /* Relief GCs, colors etc.  */    /* Relief GCs, colors etc.  */
389    struct relief    struct relief
390    {    {
391      XGCValues *gc;      GC gc;
392      unsigned long pixel;      unsigned long pixel;
393      int allocated_p;      int allocated_p;
394    }    }
# Line 601  EXFUN (Fx_display_color_p, 1); Line 601  EXFUN (Fx_display_color_p, 1);
601  EXFUN (Fx_display_grayscale_p, 1);  EXFUN (Fx_display_grayscale_p, 1);
602  EXFUN (Fx_display_planes, 1);  EXFUN (Fx_display_planes, 1);
603  extern void x_free_gcs P_ ((struct frame *));  extern void x_free_gcs P_ ((struct frame *));
604    extern int XParseGeometry P_ ((char *, int *, int *, unsigned int *,
605                                   unsigned int *));
606    
607  /* Defined in macterm.c.  */  /* Defined in macterm.c.  */
608    
# Line 614  extern Pixmap XCreatePixmapFromBitmapDat Line 616  extern Pixmap XCreatePixmapFromBitmapDat
616                                                 unsigned long, unsigned long,                                                 unsigned long, unsigned long,
617                                                 unsigned int));                                                 unsigned int));
618  extern void XFreePixmap P_ ((Display *, Pixmap));  extern void XFreePixmap P_ ((Display *, Pixmap));
619    extern GC XCreateGC P_ ((Display *, Window, unsigned long, XGCValues *));
620  extern void XSetForeground P_ ((Display *, GC, unsigned long));  extern void XSetForeground P_ ((Display *, GC, unsigned long));
621  extern void XSetBackground P_ ((Display *, GC, unsigned long));  extern void XSetBackground P_ ((Display *, GC, unsigned long));
622  extern void XSetWindowBackground P_ ((Display *, WindowPtr, unsigned long));  extern void XSetWindowBackground P_ ((Display *, WindowPtr, unsigned long));

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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