summaryrefslogtreecommitdiff
path: root/src/w32term.h
Commit message (Collapse)AuthorAgeFilesLines
* (struct win32_palette_entry): New structure.Geoff Voelker1996-05-031-7/+51
| | | | | | | | (win32_display_info): New fields has_palette, p_colors_in_use, n_colors_in_use, h_palette. (win32_output): New field h_old_palette. (WM_EMACS_SETWINDOWPOS): New macro. (WM_EMACS_DESTROY_WINDOW): Value redefined.
* (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-2/+2
|
* (VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):Geoff Voelker1996-03-161-0/+24
| | | | | Define virtual keys for the numpad functions and the three new keys on Windows keyboards.
* (FONT_WIDTH): Use average character width, not maximum.Geoff Voelker1996-02-081-1/+1
|
* backout 1.3Geoff Voelker1996-01-251-46/+6
|
* (win32_palette_entry): New structure.Geoff Voelker1996-01-211-6/+46
| | | | | | | | (has_palette, p_colors_in_use, n_colors_in_use, h_palette, regen_palette): Declare variables. (struct win32_output): New field. (my_get_dc): Macro removed. (GetFrameDC, ReleaseFrameDC): Declare functions.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Initial revisionGeoff Voelker1995-11-141-0/+589