~alan-griffiths/miral/fix-1628594

« back to all changes in this revision

Viewing changes to miral-shell/titlebar_window_manager.h

  • Committer: Alan Griffiths
  • Date: 2016-09-28 11:42:35 UTC
  • mfrom: (361.2.1 miral)
  • Revision ID: alan@octopull.co.uk-20160928114235-qfml0ul50b7yt6q2
Workaround for gnome-terminal crashes on resize (lp:1627697)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "spinner/splash.h"
25
25
 
 
26
#include <chrono>
 
27
 
26
28
namespace miral { class InternalClientLauncher; }
27
29
 
28
30
using namespace mir::geometry;
99
101
        Displacement& delta,
100
102
        Width& new_width,
101
103
        Height& new_height) const;
 
104
 
 
105
    // Workaround for lp:1627697
 
106
    std::chrono::steady_clock::time_point last_resize;
102
107
};
103
108
 
104
109
#endif //MIRAL_SHELL_TITLEBAR_WINDOW_MANAGER_H