diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-12 23:25:15 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-13 20:09:06 +0100 |
| commit | ea3e92aa5e68e73fa95196332b739891bbf3f24f (patch) | |
| tree | 1b91673cdbec34a9dcb592858890fc6db1255ff9 /src/client_manager.hh | |
| parent | 7bc73b7ef9402f81a6bb496b03ba84197f76e642 (diff) | |
SelectionList know its buffer and timestamp
Diffstat (limited to 'src/client_manager.hh')
| -rw-r--r-- | src/client_manager.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client_manager.hh b/src/client_manager.hh index d3334486..410adab5 100644 --- a/src/client_manager.hh +++ b/src/client_manager.hh @@ -12,7 +12,8 @@ struct client_removed{}; struct WindowAndSelections { std::unique_ptr<Window> window; - DynamicSelectionList selections; + SelectionList selections; + size_t timestamp; }; class ClientManager : public Singleton<ClientManager> |
