From 6a6464807ab5ba804e7b0dd4bfe1629cd5457278 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Thu, 13 Nov 2014 20:31:34 +0100 Subject: 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. --- src/common/emu_window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') 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 -- cgit v1.2.3