summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/debugwininfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/win/debugwininfo.h')
-rw-r--r--src/osd/modules/debugger/win/debugwininfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/win/debugwininfo.h b/src/osd/modules/debugger/win/debugwininfo.h
index dc9878dedea..0628d4aa0c9 100644
--- a/src/osd/modules/debugger/win/debugwininfo.h
+++ b/src/osd/modules/debugger/win/debugwininfo.h
@@ -43,6 +43,7 @@ public:
void set_foreground() const { SetForegroundWindow(m_wnd); }
void redraw();
void destroy();
+ bool has_focus() const;
virtual bool set_default_focus();
void prev_view(debugview_info *curview);