Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue