Mercurial > emacs
annotate src/msdos.h @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128
typos.
author | Jeff Law <law@redhat.com> |
---|---|
date | Wed, 10 Sep 1997 21:16:20 +0000 |
parents | 0a724b64f88e |
children | 8de4e2a8cc62 |
rev | line source |
---|---|
5503 | 1 /* MS-DOS specific C utilities, interface. |
2 Copyright (C) 1993 Free Software Foundation, Inc. | |
3 | |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
10503
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
5503 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
13395
diff
changeset
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
13395
diff
changeset
|
19 Boston, MA 02111-1307, USA. */ |
5503 | 20 |
9572 | 21 #ifndef _MSDOS_H_ |
22 #define _MSDOS_H_ | |
23 | |
5503 | 24 #include <dpmi.h> |
25 | |
26 int dos_ttraw (); | |
27 int dos_ttcooked (); | |
13178 | 28 int dos_get_saved_screen (char **, int *, int *); |
29 int dos_set_keyboard (int, int); | |
14285
6081221167de
(dos_set_window_size): Prototype for a new function.
Karl Heuer <kwzh@gnu.org>
parents:
14186
diff
changeset
|
30 void dos_set_window_size (int *, int *); |
13178 | 31 |
5503 | 32 int getdefdir (int, char*); |
33 void unixtodos_filename (char *); | |
34 void dostounix_filename (char *); | |
7822
17b96e349369
Add template for rootrelativepath.
Richard M. Stallman <rms@gnu.org>
parents:
7604
diff
changeset
|
35 char *rootrelativepath (char *); |
5503 | 36 void init_environment (); |
37 void internal_terminal_init (); | |
38 void ctrl_break_func (_go32_dpmi_registers *); | |
39 void install_ctrl_break_check (); | |
40 | |
41 extern int have_mouse; | |
42 void mouse_init (); | |
43 void mouse_on (); | |
44 void mouse_off (); | |
45 void mouse_moveto (int, int); | |
9572 | 46 |
47 #ifndef HAVE_X_WINDOWS | |
48 /* Dummy types. */ | |
49 typedef int XFontStruct; | |
50 typedef int GC; | |
51 typedef int Pixmap; | |
52 typedef int Display; | |
53 typedef int Window; | |
54 #define PIX_TYPE int | |
55 #define XDISPLAY | |
56 | |
57 /* This is a cut-down version of the one in xterm.h, which see. */ | |
13395
c18547cf191f
(struct x_output): Rename from struct x_display.
Karl Heuer <kwzh@gnu.org>
parents:
13178
diff
changeset
|
58 struct x_output |
9572 | 59 { |
60 int left_pos; | |
61 int top_pos; | |
62 int line_height; | |
63 PIX_TYPE background_pixel; | |
64 PIX_TYPE foreground_pixel; | |
65 XFontStruct *font; | |
66 struct face **param_faces; | |
67 int n_param_faces; | |
68 struct face **computed_faces; | |
69 int n_computed_faces; | |
70 int size_computed_faces; | |
71 }; | |
72 | |
13395
c18547cf191f
(struct x_output): Rename from struct x_display.
Karl Heuer <kwzh@gnu.org>
parents:
13178
diff
changeset
|
73 extern struct x_output the_only_x_display; |
9572 | 74 extern Display *x_current_display; |
75 | |
76 #define FRAME_PARAM_FACES(f) (the_only_x_display.param_faces) | |
77 #define FRAME_N_PARAM_FACES(f) (the_only_x_display.n_param_faces) | |
78 #define FRAME_DEFAULT_PARAM_FACE(f) (FRAME_PARAM_FACES (f)[0]) | |
79 #define FRAME_MODE_LINE_PARAM_FACE(f) (FRAME_PARAM_FACES (f)[1]) | |
80 #define FRAME_COMPUTED_FACES(f) (the_only_x_display.computed_faces) | |
81 #define FRAME_N_COMPUTED_FACES(f) (the_only_x_display.n_computed_faces) | |
82 #define FRAME_SIZE_COMPUTED_FACES(f) (the_only_x_display.size_computed_faces) | |
83 #define FRAME_DEFAULT_FACE(f) (the_only_x_display.computed_faces[0]) | |
84 #define FRAME_MODE_LINE_FACE(f) (the_only_x_display.computed_faces[1]) | |
85 #define FRAME_X_DISPLAY(f) ((Display *) 0) | |
86 #define FRAME_FOREGROUND_PIXEL(f) (the_only_x_display.foreground_pixel) | |
87 #define FRAME_BACKGROUND_PIXEL(f) (the_only_x_display.background_pixel) | |
88 #define FRAME_FONT(f) (the_only_x_display.font) | |
89 | |
90 #define XFreeGC (void) | |
91 #define same_size_fonts(foo,bar) (1) | |
92 #define unload_font(p1,p2) | |
93 #define unload_color(p1,p2) | |
94 #define x_destroy_bitmap(p1,p2) | |
95 #define load_pixmap(p1,p2,p3,p4) (0) | |
96 #define XGetGeometry(p1,p2,p3,p4,p5,p6,p7,p8,p9) | |
15386
0a724b64f88e
(check_x): Macro definition deleted.
Richard M. Stallman <rms@gnu.org>
parents:
14285
diff
changeset
|
97 #define DisplayWidth(p1,p2) (selected_frame->width) |
0a724b64f88e
(check_x): Macro definition deleted.
Richard M. Stallman <rms@gnu.org>
parents:
14285
diff
changeset
|
98 #define DisplayHeight(p1,p2) (selected_frame->height) |
9572 | 99 #define XMenuSetAEQ (void) |
100 #define XMenuSetFreeze (void) | |
101 #define XMenuRecompute (void) | |
102 #define FONT_WIDTH(foo) 1 | |
103 #define XM_FAILURE -1 | |
104 #define XM_SUCCESS 1 | |
105 #define XM_NO_SELECT 2 | |
106 #define XM_IA_SELECT 3 | |
107 #define ButtonReleaseMask 0 | |
108 | |
109 typedef struct x_menu_struct | |
110 { | |
111 int count; | |
112 char **text; | |
113 struct x_menu_struct **submenu; | |
114 int *panenumber; /* Also used as enable. */ | |
115 int allocated; | |
116 int panecount; | |
117 int width; | |
118 } XMenu; | |
119 | |
10503
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
120 XMenu *XMenuCreate (Display *, Window, char *); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
121 int XMenuAddPane (Display *, XMenu *, char *, int); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
122 int XMenuAddSelection (Display *, XMenu *, int, int, char *, int); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
123 void XMenuLocate (Display *, XMenu *, int, int, int, int, |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
124 int *, int *, int *, int *); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
125 int XMenuActivate (Display *, XMenu *, int *, int *, int, int, unsigned, char **); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
126 void XMenuDestroy (Display *, XMenu *); |
4d94f31dc555
(x_mouse_leave): Add neutralizing define.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
127 |
9572 | 128 #endif /* not HAVE_X_WINDOWS */ |
129 | |
130 #endif /* not _MSDOS_H_ */ |