annotate netinstall/diskfull.h @ 1125:ecb17ab2f7ab
[xemacs-hg @ 2002-11-28 12:30:09 by michaels]
2002-11-25 Mike Sperber <mike@xemacs.org>
* frame.c (frame_conversion_internal): Convert pixel_to_char
argument to an enum; allow additional option
CHAR_TO_DISPLAYABLE_PIXEL.
* frame.c (Fset_frame_pixel_height): Make `set-frame-pixel-height'
conform to `frame-pixel-height'.
(Fset_frame_displayable_pixel_height): New function, equivalent to
old `set-frame-pixel-height'.
(Fset_frame_width): Make `set-frame-pixel-width conform to
`frame-pixel-width'.
(Fset_frame_displayable_pixel_width): New function, equivalent to
old `set-frame-pixel-width'.
(Fset_frame_pixel_size): Make `set-frame-pixel-size conform to
`frame-pixel-height' and `frame-pixel-width'.
(Fset_frame_displayable_pixel_size): New function, equivalent to
old `set-frame-size'.
| author |
michaels |
| date |
Thu, 28 Nov 2002 12:30:09 +0000 |
| parents |
3078fd1074e8 |
| children |
|
| rev |
line source |
|
448
|
1 /*
|
|
|
2 * Copyright (c) 2000, Red Hat, Inc.
|
|
|
3 *
|
|
|
4 * This program is free software; you can redistribute it and/or modify
|
|
|
5 * it under the terms of the GNU General Public License as published by
|
|
|
6 * the Free Software Foundation; either version 2 of the License, or
|
|
|
7 * (at your option) any later version.
|
|
|
8 *
|
|
|
9 * A copy of the GNU General Public License can be found at
|
|
|
10 * http://www.gnu.org/
|
|
|
11 *
|
|
|
12 * Written by DJ Delorie <dj@cygnus.com>
|
|
|
13 *
|
|
|
14 */
|
|
|
15
|
|
|
16 /* returns 0..100 (percent) */
|
|
|
17 int diskfull (char *path);
|