~unity-team/unity/x-sru4

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unityshell.cpp

  • Committer: Marco Trevisan (Treviño)
  • Author(s): Andrea Azzarone
  • Date: 2016-09-01 23:56:16 UTC
  • Revision ID: mail@3v1n0.net-20160901235616-9rrhaqv0upoq71yy
Redraw fake decorations on window resize. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3473
3473
void UnityWindow::resizeNotify(int x, int y, int w, int h)
3474
3474
{
3475
3475
  deco_win_->UpdateDecorationPositionDelayed();
 
3476
  CleanupCachedTextures();
3476
3477
  PluginAdapter::Default().NotifyResized(window, x, y, w, h);
3477
3478
  window->resizeNotify(x, y, w, h);
3478
3479
}