mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 00:45:43 -04:00
8 lines
135 B
C++
8 lines
135 B
C++
#include "common/window_info.h"
|
|
|
|
namespace FrontendCommon
|
|
{
|
|
void SuspendScreensaver(const WindowInfo& wi);
|
|
void ResumeScreensaver();
|
|
}
|