Mercurial > emacs
annotate src/s/osf1.h @ 9564:1bfb920ab23e
(intern_face): Set the fill_style.
(copy_face, merge_faces): Copy the pixmap_h and pixmap_w.
(intern_face): Store the stipple in the GC.
(unload_color): Really do free the color.
(free_frame_faces): Call unload_pixmap.
(Fset_face_attribute_internal): Handle background pixmap.
Destroy old pixmap when necessary.
(free_frame_faces): Destroy pixmaps.
(load_pixmap): New function.
(Fpixmap_spec_p): New function.
(syms_of_xfaces): Set up Lisp function pixmap-spec-p.
Set up Qpixmap_spec_p.
(compute_base_face): Don't set cached_index field.
(compute_base_face): Use FRAME_FOREGROUND_PIXEL,
FRAME_BACKGROUND_PIXEL, FRAME_FONT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Oct 1994 07:01:39 +0000 |
parents | 4477436f8ba5 |
children | 55b869b080a6 |
rev | line source |
---|---|
3055 | 1 #include "bsd4-3.h" |
1113 | 2 |
3 /* Identify OSF1 for the m- files. */ | |
4 | |
5 #define OSF1 | |
6 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3055
diff
changeset
|
7 /* Define _BSD to tell the include files we're running under |
1113 | 8 the BSD universe and not the SYSV universe. */ |
9 | |
10 #define C_SWITCH_SYSTEM -D_BSD | |
11 #define LIBS_SYSTEM -lbsd | |
8814
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
12 |
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
13 #ifdef __alpha |
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
14 #define LD_SWITCH_SYSTEM |
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
15 #else |
1113 | 16 #define LD_SWITCH_SYSTEM -non_shared |
8814
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
17 #endif |
1113 | 18 |
19 #define SYSV_SYSTEM_DIR | |
8927
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
20 |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
21 /* Declare malloc and realloc in a way that is clean. |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
22 But not in makefiles! */ |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
23 |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
24 #ifndef THIS_IS_YMAKEFILE |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
25 extern void *malloc (), *realloc (); |
4477436f8ba5
(malloc, realloc): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
8814
diff
changeset
|
26 #endif |