move some declartions to internals.h

This commit is contained in:
Vincent Wei
2020-01-15 12:28:17 +08:00
parent 2b18f81b1c
commit aec75c3232
-4
View File
@@ -626,10 +626,6 @@ leave_drawing:
#endif // #if MGUI_BYTEORDER == MGUI_LIL_ENDIAN
HDC GetSecondarySubDC (HDC secondary_dc, HWND hwnd_child, BOOL client);
void ReleaseSecondarySubDC (HDC secondary_subdc);
HDC CreateMemDCFromSurface (GAL_Surface* surface);
static inline HDC get_valid_dc (PMAINWIN pWin, BOOL client)
{
if (!(pWin->dwExStyle & WS_EX_CTRLASMAINWIN)