Mercurial > emacs
annotate src/s/aix4.h @ 57599:da5237eef932
* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
and canon_width.
(xg_frame_cleared): Removed.
* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
xg_find_top_left_in_fixed): Removed.
(xg_create_scroll_bar): Put an event box widget between
the scroll bar widget and the edit widget.
(xg_show_scroll_bar): Show the parent widget (the event box).
(xg_remove_scroll_bar): Destroy parent (the event box) also.
(xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
Move the parent (the event box) widget inside the fixed widget.
Move window clear to xterm.c.
* gtkutil.h (xg_frame_cleared): Removed.
* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
(x_scroll_bar_create, XTset_vertical_scroll_bar): Remove
arguments left and width to xg_update_scrollbar_pos.
(XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 19 Oct 2004 16:41:04 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
12637
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
1 #define AIX4 |
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
2 |
12901
e4af0796bf50
Include aix3-2-5.h, not aix3-2.h.
Richard M. Stallman <rms@gnu.org>
parents:
12637
diff
changeset
|
3 #include "aix3-2-5.h" |
10052 | 4 |
5 /* AIX 4 does not have HFT any more. */ | |
6 #undef AIXHFT | |
21813
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
7 |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
8 /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
9 It is just a guess which versions of AIX need this definition. */ |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
10 #define HAVE_WAIT_HEADER |
22322 | 11 |
12 /* Specify the type that the 3rd arg of `accept' points to. | |
13 It is just a guess which versions of AIX need this definition. */ | |
14 #define SOCKLEN_TYPE int | |
52401 | 15 |
16 /* arch-tag: b9471dfc-ccdc-4980-a8a1-80c7627ec6b2 | |
17 (do not change this comment) */ |