Ejemplo n.º 1
0
ViewDraw::~ViewDraw()
{
	End();
	HDC hdc = Detach();
	if(hwnd && hdc)
		ReleaseDC(hwnd, hdc);
	LeaveGuiMutex();
}
Ejemplo n.º 2
0
ViewDraw::~ViewDraw()
{
	cairo_destroy(cr);
	LeaveGuiMutex();
}
Ejemplo n.º 3
0
void ExitGtkApp()
{
#ifdef _MULTITHREADED
	LeaveGuiMutex();
#endif
}
Ejemplo n.º 4
0
ViewDraw::~ViewDraw()
{
	LeaveGuiMutex();
}