diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index df6dc85e..095fdbd6 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -41,10 +41,11 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, void apply(); void cancel(); - void action(const std::string &eventId, gcn::Widget *widget); + void action(const gcn::ActionEvent &event); /** Called when key is pressed */ - void keyPress(const gcn::Key &key); + void + keyPressed(gcn::KeyEvent &event); private: bool mFullScreenEnabled; |