aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/General/gen_ff/gen_ff_ipc.h
blob: dd279d8debf46289d7c52f68e87677ef136ee777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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