fix export blending issue (just disabled blend in equirectangular drawing), and cleanup a bit

This commit is contained in:
2017-08-20 21:46:06 +01:00
parent cc146784c1
commit 1877f1013d
4 changed files with 31 additions and 38 deletions

View File

@@ -9,6 +9,7 @@
class WacomTablet
{
public:
HCTX g_hCtx = NULL;
AXIS TabletPressure = { 0 };
LOGCONTEXTA glogContext = { 0 };
@@ -19,7 +20,7 @@ class WacomTablet
bool m_mouse_down = false;
HCTX TabletInit(HWND hWnd);
public:
static WacomTablet I;
bool init(HWND hWnd);
void terminate();