aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/emu_window.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-11-13 20:31:34 +0100
committerGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-11-18 13:16:02 +0100
commit6a6464807ab5ba804e7b0dd4bfe1629cd5457278 (patch)
treecac651b9af56f53b8cba9d3b0ff579d657fa9c8f /src/common/emu_window.h
parente02ff0121f9594cf441e180115e4cc86eb69a47c (diff)
EmuWindow: Add a TODO.
Implementing this function currently is not critical, as we don't perform any configuration changes, yet. However, the interface is a good starting point for adding this functionality.
Diffstat (limited to 'src/common/emu_window.h')
-rw-r--r--src/common/emu_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/emu_window.h b/src/common/emu_window.h
index a9cf7169..52c87003 100644
--- a/src/common/emu_window.h
+++ b/src/common/emu_window.h
@@ -103,6 +103,7 @@ protected:
* This method invokes OnMinimalClientAreaChangeRequest if the corresponding configuration
* field changed.
* @note Implementations will usually want to call this from the GUI thread.
+ * @todo Actually call this in existing implementations.
*/
void ProcessConfigurationChanges() {
// TODO: For proper thread safety, we should eventually implement a proper