qt_common.h 358 B

123456789101112131415
  1. // SPDX-FileCopyrightText: 2023 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include <QWindow>
  5. #include "core/frontend/emu_window.h"
  6. namespace QtCommon {
  7. Core::Frontend::WindowSystemType GetWindowSystemType();
  8. Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window);
  9. } // namespace QtCommon