Przeglądaj źródła

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.
Tony Wasserka 11 lat temu
rodzic
commit
6a6464807a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/common/emu_window.h

+ 1 - 0
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