~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to plugins/mousepoll/src/private.h

  • Committer: MC Return
  • Date: 2013-06-29 09:36:01 UTC
  • mfrom: (3750 0.9.10)
  • mto: This revision was merged to the branch mainline in revision 3770.
  • Revision ID: mc.return@gmx.net-20130629093601-trksogeaxli98ln9
MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#define NUM_OPTIONS(s) (sizeof ((s)->opt) / sizeof (CompOption))
72
72
 
73
73
class MousepollPluginVTable :
74
 
    public CompPlugin::VTableForScreen<MousepollScreen>
 
74
    public CompPlugin::VTableForScreen<MousepollScreen, COMPIZ_MOUSEPOLL_ABI>
75
75
{
76
76
    public:
77
77