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.
This commit is contained in:
Tony Wasserka 2014-11-13 20:31:34 +01:00
parent e02ff0121f
commit 6a6464807a
1 changed files with 1 additions and 0 deletions

View File

@ -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