diff options
Diffstat (limited to 'plugins/wbOSD/src/wbOSD.h')
-rw-r--r-- | plugins/wbOSD/src/wbOSD.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/wbOSD/src/wbOSD.h b/plugins/wbOSD/src/wbOSD.h index c8f80ffb99..ba8658f809 100644 --- a/plugins/wbOSD/src/wbOSD.h +++ b/plugins/wbOSD/src/wbOSD.h @@ -112,12 +112,9 @@ typedef struct _osdmsg { int OptionsInit(WPARAM wparam,LPARAM lparam);
-extern BOOL (WINAPI*pSetLayeredWindowAttributes)(HWND, COLORREF, BYTE, DWORD);
-
void loadDBSettings(plgsettings *ps);
extern HINSTANCE hI;
extern HWND hwnd;
extern HANDLE hservosda;
-extern HANDLE hHookedNewEvent, hHookedInit, hProtoAck, hContactSettingChanged, hHookContactStatusChanged, hContactStatusChanged, hpluginShutDown;
-extern HINSTANCE hUser32;
\ No newline at end of file +extern HANDLE hHookedNewEvent, hHookedInit, hProtoAck, hContactSettingChanged, hHookContactStatusChanged, hContactStatusChanged, hpluginShutDown;
\ No newline at end of file |