MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / KillImageBitmaps

Function KillImageBitmaps

src/windows/ImageViewer.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23static HCURSOR g_curZoomIn, g_curZoomOut;
24
25void KillImageBitmaps()
26{
27 if (g_hBitmapFull) delete g_hBitmapFull;
28 if (g_hBitmapPreview) delete g_hBitmapPreview;
29 g_hBitmapFull = g_hBitmapPreview = NULL;
30}
31
32static bool g_bChildZoomedIn = false;
33

Callers 2

ImageViewerChildWndProcFunction · 0.85
ImageViewerOnLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected