mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
20
Src/Plugins/General/gen_ff/gen_ff_ipc.h
Normal file
20
Src/Plugins/General/gen_ff/gen_ff_ipc.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef _GEN_FF_IPC_H
|
||||
#define _GEN_FF_IPC_H
|
||||
|
||||
#include "ff_ipc.h"
|
||||
|
||||
void ff_ipc_getSkinColor(ff_skincolor *sc);
|
||||
void ff_ipc_genSkinBitmap(ff_skinbitmap *sb);
|
||||
HBITMAP ff_genwa2skinbitmap();
|
||||
HWND ff_ipc_getContentWnd(HWND w);
|
||||
|
||||
class ColorThemeMonitor : public SkinCallbackI {
|
||||
public:
|
||||
ColorThemeMonitor();
|
||||
virtual ~ColorThemeMonitor();
|
||||
int skincb_onColorThemeChanged(const wchar_t *colortheme);
|
||||
};
|
||||
|
||||
extern ColorThemeMonitor *colorThemeMonitor;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user