mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
do not show preview window on every SPACE key; code refactoring
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
|
||||
#define EXPORT extern "C" __declspec(dllexport)
|
||||
|
||||
EXPORT int GetFocusedWindowType()
|
||||
{
|
||||
return Shell32::GetFocusedWindowType();
|
||||
}
|
||||
|
||||
EXPORT void SaveCurrentSelection()
|
||||
{
|
||||
Shell32::SaveCurrentSelection();
|
||||
|
Reference in New Issue
Block a user