Fix MS-DOS build due to removal of P_.
msdos.h (load_pixmap): Don't define away.
This commit is contained in:
commit
4f15a37091
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2010-07-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
|
||||
from prototypes.
|
||||
|
||||
* msdos.h (load_pixmap): Don't define away.
|
||||
|
||||
2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* lisp.h:
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ extern int x_pixel_height (struct frame *);
|
|||
|
||||
#define XFreeGC (void)
|
||||
#define x_destroy_bitmap(p1,p2)
|
||||
#define load_pixmap(p1,p2,p3,p4) (0)
|
||||
#define XGetGeometry(p1,p2,p3,p4,p5,p6,p7,p8,p9)
|
||||
#define DisplayWidth(p1,p2) (SELECTED_FRAME()->text_cols)
|
||||
#define DisplayHeight(p1,p2) (SELECTED_FRAME()->text_lines)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue