summaryrefslogtreecommitdiff
path: root/src/msdos.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-02-21 13:56:00 +0000
committerGerd Moellmann <gerd@gnu.org>2001-02-21 13:56:00 +0000
commit315a1a49a636394daeb84f504fae06f04c42943d (patch)
tree88f873883f4683aca198274755bf06ca244bac39 /src/msdos.h
parentefe22cb8892612c40a331871c40a22b315cb5441 (diff)
downloademacs-315a1a49a636394daeb84f504fae06f04c42943d.tar.gz
(struct x_output): Rename busy_window to
hourglass_window, busy_p to hourglass_p.
Diffstat (limited to 'src/msdos.h')
-rw-r--r--src/msdos.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/msdos.h b/src/msdos.h
index a60bb3edc5f..dfb4a4c943a 100644
--- a/src/msdos.h
+++ b/src/msdos.h
@@ -1,5 +1,5 @@
/* MS-DOS specific C utilities, interface.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2001 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -91,8 +91,8 @@ struct x_output
PIX_TYPE background_pixel; /* used in xfaces.c and lots of other places */
PIX_TYPE foreground_pixel; /* ditto */
XFontStruct *font; /* used in x-popup-menu (xmenu.c) */
- Window busy_window; /* currently unused (but maybe some day) */
- unsigned busy_p : 1; /* ditto */
+ Window hourglass_window; /* currently unused (but maybe some day) */
+ unsigned hourglass_p : 1; /* ditto */
struct display_info display_info; /* used for drawing mouse highlight */
};