diff options
| author | Jason Rumney | 2008-06-28 23:54:27 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-28 23:54:27 +0000 |
| commit | 8b61a891130e081faa91a897e17c4cc26efdfb41 (patch) | |
| tree | 1b4e5d6394798a8ee63412eb9be75f724d8acd20 /src/ChangeLog | |
| parent | a7d545207891622ea4a90de96b994bf10d25ab3c (diff) | |
| download | emacs-8b61a891130e081faa91a897e17c4cc26efdfb41.tar.gz emacs-8b61a891130e081faa91a897e17c4cc26efdfb41.zip | |
* w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
(pfnSetLayeredWindowAttributes): New function pointer.
(w32_initialize): Initialize it when supported.
(x_set_frame_alpha): New function.
* w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
(w32_frame_parm_handlers): Set alpha handler.
* frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85931f7abd1..df8c4b524be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-06-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. | ||
| 4 | (pfnSetLayeredWindowAttributes): New function pointer. | ||
| 5 | (w32_initialize): Initialize it when supported. | ||
| 6 | (x_set_frame_alpha): New function. | ||
| 7 | |||
| 8 | * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. | ||
| 9 | (w32_frame_parm_handlers): Set alpha handler. | ||
| 10 | |||
| 11 | * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha. | ||
| 12 | |||
| 1 | 2008-06-27 Jason Rumney <jasonr@gnu.org> | 13 | 2008-06-27 Jason Rumney <jasonr@gnu.org> |
| 2 | 14 | ||
| 3 | * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) | 15 | * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) |