~compiz-team/compiz-vpswitch-plugin/0.9.5

« back to all changes in this revision

Viewing changes to src/vpswitch.cpp

  • Committer: Scott Moreau
  • Date: 2010-07-17 06:28:24 UTC
  • Revision ID: git-v1:b837e9287724facb2ae25ded25927ebef0f7e396
Bind next and prev to their respective functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
    optionSetBeginKeyTerminate (boost::bind (&VPSwitchScreen::terminateNumbered,
344
344
                                              this, _1, _2, _3));
345
345
 
 
346
    optionSetNextButtonInitiate (boost::bind
 
347
                                        (&VPSwitchScreen::next,
 
348
                                         this, _1, _2, _3));
 
349
    optionSetPrevButtonInitiate (boost::bind 
 
350
                                        (&VPSwitchScreen::prev,
 
351
                                         this, _1, _2, _3));
346
352
    optionSetInitiateButtonInitiate (boost::bind 
347
353
                                        (&VPSwitchScreen::initPluginAction,
348
354
                                         this, _1, _2, _3));