| 32 | static bool g_bChildZoomedIn = false; |
| 33 | |
| 34 | static HImage* GetBitmap() |
| 35 | { |
| 36 | if (g_bChildZoomedIn) |
| 37 | return g_hBitmapFull; |
| 38 | else |
| 39 | return g_hBitmapPreview; |
| 40 | } |
| 41 | |
| 42 | static void UpdateScrollInfoPos(LPSCROLLINFO si, WPARAM wParam, int yChar) |
| 43 | { |
no outgoing calls
no test coverage detected