plugins/win32/transparency/wintransparency.h

changeset 3744
60c7b2c3e134
parent 3729
314d543e6216
child 3745
50c1cc95cef1
--- a/plugins/win32/transparency/wintransparency.h	Fri Oct 18 16:01:35 2002 +0000
+++ b/plugins/win32/transparency/wintransparency.h	Fri Oct 18 16:05:28 2002 +0000
@@ -8,6 +8,8 @@
 
 extern int alpha;
 
+BOOL WINAPI SetLayeredWindowAttributes(HWND,COLORREF,BYTE,DWORD);
+
 /* These defines aren't found in the current version of mingw */
 #ifndef LWA_ALPHA
 #define LWA_ALPHA               0x00000002

mercurial