Browse Source

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.
pull/15/merge
Tony Wasserka 11 years ago
parent
commit
6a6464807a
  1. 1
      src/common/emu_window.h

1
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

Loading…
Cancel
Save