Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
231c4d5c
Commit
231c4d5c
authored
Feb 21, 2001
by
Gerd Moellmann
Browse files
(struct x_output): Rename busy_window to
hourglass_window, busy_p to hourglass_p.
parent
0af913d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/msdos.h
src/msdos.h
+3
-3
No files found.
src/msdos.h
View file @
231c4d5c
/* 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 */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment