diff options
Diffstat (limited to 'src/osd/uwp/window.h')
-rw-r--r-- | src/osd/uwp/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osd/uwp/window.h b/src/osd/uwp/window.h index 21948028343..a58a163284e 100644 --- a/src/osd/uwp/window.h +++ b/src/osd/uwp/window.h @@ -101,9 +101,10 @@ public: // rendering info std::mutex m_render_lock; render_target * m_target; - int m_targetview; + unsigned m_targetview; int m_targetorient; render_layer_config m_targetlayerconfig; + u32 m_targetvismask; // input info std::chrono::system_clock::time_point m_lastclicktime; |