annotate src/s/windows95.h @ 71554:0b31608be4a1

(display_tool_bar_line): Skip glyphs which are too big to ever fit the tool-bar, (MAX_FRAME_TOOL_BAR_HEIGHT): New macro. (tool_bar_lines_needed): Use unused mode-line row as temp_row. (redisplay_tool_bar): Only clear desired matrix if we actually change the tool-bar window height. Only try to make the tool-bar window bigger if there is actually room for it.
author Kim F. Storm <storm@cua.dk>
date Sat, 01 Jul 2006 23:29:04 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11946
581775d8ec7a Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
1 /* System description file for Windows 95. */
581775d8ec7a Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
2
581775d8ec7a Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
3 #include "windowsnt.h"
581775d8ec7a Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
4
581775d8ec7a Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
5 #define WINDOWS95
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12455
diff changeset
6
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12455
diff changeset
7 /* arch-tag: 8a37be6f-312c-4b2a-919e-58a71a0fb4b3
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12455
diff changeset
8 (do not change this comment) */