From 7031c31c00eb947993fa2b7a6157b6778812a9dd Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 25 Aug 2019 13:39:06 +1000 Subject: srcclean (nw) I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding. Everyone please use UTF-8 for source files. --- src/osd/windows/window.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/osd/windows') diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h index 3e9838ba396..b04e35aa110 100644 --- a/src/osd/windows/window.h +++ b/src/osd/windows/window.h @@ -44,9 +44,9 @@ enum class win_window_focus { - NONE, // neither this window nor this thread have focus - THREAD, // a window in this thread has focus - WINDOW // this window has focus directly + NONE, // neither this window nor this thread have focus + THREAD, // a window in this thread has focus + WINDOW // this window has focus directly }; @@ -154,7 +154,7 @@ private: #endif running_machine & m_machine; - bool m_attached_mode; + bool m_attached_mode; }; struct osd_draw_callbacks -- cgit v1.2.3-70-g09d2