plugins/win32/transparency/wintransparency.h

changeset 3744
60c7b2c3e134
parent 3729
314d543e6216
child 3745
50c1cc95cef1
equal deleted inserted replaced
3743:ebd3ab121ac4 3744:60c7b2c3e134
5 #ifndef _WINTRANSPARENCY_H_ 5 #ifndef _WINTRANSPARENCY_H_
6 #define _WINTRANSPARENCY_H_ 6 #define _WINTRANSPARENCY_H_
7 #include <gdk/gdkevents.h> 7 #include <gdk/gdkevents.h>
8 8
9 extern int alpha; 9 extern int alpha;
10
11 BOOL WINAPI SetLayeredWindowAttributes(HWND,COLORREF,BYTE,DWORD);
10 12
11 /* These defines aren't found in the current version of mingw */ 13 /* These defines aren't found in the current version of mingw */
12 #ifndef LWA_ALPHA 14 #ifndef LWA_ALPHA
13 #define LWA_ALPHA 0x00000002 15 #define LWA_ALPHA 0x00000002
14 #endif 16 #endif

mercurial