mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-18 07:08:13 -05:00
Drop static used for testing ...
This commit is contained in:
@@ -394,7 +394,7 @@ int secondsSinceLastInput()
|
||||
return idle_time;
|
||||
}
|
||||
|
||||
static bool GetCurrentVirtualDesktop(long &desktop)
|
||||
bool GetCurrentVirtualDesktop(long &desktop)
|
||||
{
|
||||
Atom type;
|
||||
long unsigned nitems;
|
||||
@@ -426,7 +426,7 @@ static bool GetCurrentVirtualDesktop(long &desktop)
|
||||
return desktop != -1;
|
||||
}
|
||||
|
||||
static bool GetVirtualDesktopCount(long &ndesktops)
|
||||
bool GetVirtualDesktopCount(long &ndesktops)
|
||||
{
|
||||
Atom type;
|
||||
long unsigned nitems;
|
||||
|
||||
Reference in New Issue
Block a user