blob: cb67abd2e6ef369cecb57fa568131b08dfff6901 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_BASE_X_X11_SCREENSAVER_H_
#define UI_BASE_X_X11_SCREENSAVER_H_
#include "base/component_export.h"
namespace ui {
COMPONENT_EXPORT(UI_BASE_X) bool IsXScreensaverActive();
} // namespace ui
#endif // UI_BASE_X_X11_SCREENSAVER_H_