diff options
| author | Dan Nicolaescu | 2005-09-27 18:48:59 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-09-27 18:48:59 +0000 |
| commit | 43f15d4afee5beaaec7a2e8dc8b11ea2f9e3daea (patch) | |
| tree | c6f0878596c767986ddbb28fabb0a5fff22c5774 /src/xterm.c | |
| parent | d1b76779461cfe78c0a1b436899cebc3e5e0f253 (diff) | |
| download | emacs-43f15d4afee5beaaec7a2e8dc8b11ea2f9e3daea.tar.gz emacs-43f15d4afee5beaaec7a2e8dc8b11ea2f9e3daea.zip | |
* xlwmenu.c (find_next_selectable):
(find_prev_selectable): Add missing parameter
declarations.
* xfaces.c (lookup_derived_face): Add parameter type.
* xdisp.c (cursor_row_fully_visible_p): Add parameter type.
* marker.c (verify_bytepos): Add parameter type.
* process.c (get_operating_system_release): Move prototype ...
* systime.h (get_operating_system_release): ... here.
* xterm.c (set_vertical_scroll_bar): Move prototype ...
* xterm.h: ... here.
* fns.c (internal_equal, seed_random): Fix prototypes.
(internal_equal): Add missing parameter.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 9fd511934a6..f02aef0bc5a 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -4024,8 +4024,6 @@ static Boolean xaw3d_arrow_scroll; | |||
| 4024 | 4024 | ||
| 4025 | static Boolean xaw3d_pick_top; | 4025 | static Boolean xaw3d_pick_top; |
| 4026 | 4026 | ||
| 4027 | extern void set_vertical_scroll_bar P_ ((struct window *)); | ||
| 4028 | |||
| 4029 | /* Action hook installed via XtAppAddActionHook when toolkit scroll | 4027 | /* Action hook installed via XtAppAddActionHook when toolkit scroll |
| 4030 | bars are used.. The hook is responsible for detecting when | 4028 | bars are used.. The hook is responsible for detecting when |
| 4031 | the user ends an interaction with the scroll bar, and generates | 4029 | the user ends an interaction with the scroll bar, and generates |