~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <X11/Xlib.h>
31
31
 
 
32
namespace unity
 
33
{
 
34
 
32
35
class QuicklistMenuItemCheckmark : public QuicklistMenuItem
33
36
{
34
37
public:
59
62
  virtual int CairoSurfaceWidth();
60
63
};
61
64
 
 
65
} // NAMESPACE
 
66
 
62
67
#endif // QUICKLISTMENUITEMCHECKMARK_H