mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
complete moving HotKeyWindow module to Common
This commit is contained in:
parent
47d182fdf8
commit
5c26373d07
5 changed files with 19 additions and 23 deletions
|
@ -623,12 +623,12 @@ namespace PersistentWindows.SystrayShell
|
|||
|
||||
static public void RecallLastKilledPosition()
|
||||
{
|
||||
pwp.RecallLastKilledPosition(pwp.GetForegroundWindow());
|
||||
pwp.RecallLastKilledPosition(PersistentWindowProcessor.GetForegroundWindow());
|
||||
}
|
||||
|
||||
static public void CenterWindow()
|
||||
{
|
||||
pwp.CenterWindow(pwp.GetForegroundWindow());
|
||||
pwp.CenterWindow(PersistentWindowProcessor.GetForegroundWindow());
|
||||
}
|
||||
|
||||
static public void PauseAutoRestore()
|
||||
|
@ -731,7 +731,7 @@ namespace PersistentWindows.SystrayShell
|
|||
|
||||
public static IntPtr GetForegroundWindow()
|
||||
{
|
||||
return pwp.GetForegroundWindow();
|
||||
return PersistentWindowProcessor.GetForegroundWindow();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue