~haggai-eran/unity/rtl-menu-popup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/WindowButtons.h

  • Committer: Alex Launi
  • Date: 2011-08-08 20:19:16 UTC
  • Revision ID: alex.launi@canonical.com-20110808201916-f1xl0qjegnc6yzaj
Fix WindowButtons.cpp/h for work done in the nux abstract button branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  void RecvMouseMove(int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags);
54
54
 
55
55
private:
56
 
  void OnCloseClicked();
57
 
  void OnMinimizeClicked();
58
 
  void OnRestoreClicked();
 
56
  void OnCloseClicked(nux::View* view);
 
57
  void OnMinimizeClicked(nux::View* view);
 
58
  void OnRestoreClicked(nux::View* view);
59
59
 
60
60
private:
61
61
  nux::HLayout* _layout;