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
ec7e221c
Commit
ec7e221c
authored
Jul 07, 2008
by
Jason Rumney
Browse files
(WS_EX_LAYERED): Define if not already.
parent
3feeda55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/w32term.c
src/w32term.c
+5
-0
No files found.
src/ChangeLog
View file @
ec7e221c
2008-07-07 Jason Rumney <jasonr@gnu.org>
* w32term.c (WS_EX_LAYERED): Define if not already.
2008-07-06 Chong Yidong <cyd@stupidchicken.com>
* xfaces.c (set_font_frame_param): Don't try to set the font
...
...
src/w32term.c
View file @
ec7e221c
...
...
@@ -145,6 +145,11 @@ BOOL (PASCAL *pfnSetLayeredWindowAttributes) (HWND, COLORREF, BYTE, DWORD);
#ifndef LWA_ALPHA
#define LWA_ALPHA 0x02
#endif
/* WS_EX_LAYERED is defined unconditionally by MingW, but only for W2K and
later targets by MSVC headers. */
#ifndef WS_EX_LAYERED
#define WS_EX_LAYERED 0x80000
#endif
/* Frame being updated by update_frame. This is declared in term.c.
This is set by update_begin and looked at by all the
...
...
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