Skip to content

Commit

Permalink
GUI2/Window Builder: added comment clarifying Window how resolution o…
Browse files Browse the repository at this point in the history
…ptions are used
  • Loading branch information
Vultraz committed Aug 25, 2017
1 parent 7e5e7b8 commit 71f9704
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gui/core/window_builder.hpp
Expand Up @@ -211,6 +211,14 @@ class builder_window
builder_grid_ptr grid;
};

/**
* Resolution options for this window instance.
*
* The window widget handles resolution options differently from other widgets.
* Most specify their resolution options in their definitions. However, windows
* define different resolution options for each window *instance*. That enables
* each dialog to have its own set of options.
*/
std::vector<window_resolution> resolutions;

private:
Expand Down

0 comments on commit 71f9704

Please sign in to comment.