# HG changeset patch # User Gerd Moellmann # Date 982763760 0 # Node ID 6ece4a809131666b7f000664701ef259b2f909df # Parent a8630c63f7d519ad1096e171dfb648059b4a7f15 (struct x_output): Rename busy_window to hourglass_window, busy_p to hourglass_p. diff -r a8630c63f7d5 -r 6ece4a809131 src/msdos.h --- a/src/msdos.h Wed Feb 21 13:55:14 2001 +0000 +++ b/src/msdos.h Wed Feb 21 13:56:00 2001 +0000 @@ -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 @@ 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 */ };