diff options
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index 2cbb277..440c1b0 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -344,4 +344,8 @@ std::wstring GetActualUrlFromMoniker(IMoniker* moniker, IBindCtx* bind_context, const std::wstring& bho_url); +// Checks if a window is a top level window +bool IsTopLevelWindow(HWND window); + + #endif // CHROME_FRAME_UTILS_H_ |