Set the window type as id.
This helps debugging since the id is printed in the event debug messages.
This commit is contained in:
parent
e8649fa9d4
commit
6fc3fe8553
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ twindow* build(CVideo& video, const std::string& type)
|
|||
, definition->maximum_height
|
||||
, definition->definition);
|
||||
assert(window);
|
||||
window->set_id(type);
|
||||
|
||||
foreach(const twindow_builder::tresolution::tlinked_group& lg,
|
||||
definition->linked_groups) {
|
||||
|
|
Loading…
Add table
Reference in a new issue