abstract shared parts of switchTo methods away
This commit is contained in:
@@ -25,14 +25,15 @@
|
||||
|
||||
#ifdef ENABLE_VISUALIZER
|
||||
|
||||
#include "window.h"
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
#include "window.h"
|
||||
|
||||
#ifdef HAVE_FFTW3_H
|
||||
# include <fftw3.h>
|
||||
#endif
|
||||
|
||||
struct Visualizer : public Screen<NC::Window>
|
||||
struct Visualizer: Screen<NC::Window>, Tabbable
|
||||
{
|
||||
Visualizer();
|
||||
|
||||
@@ -48,7 +49,6 @@ struct Visualizer : public Screen<NC::Window>
|
||||
virtual void spacePressed() OVERRIDE;
|
||||
virtual void mouseButtonPressed(MEVENT) OVERRIDE { }
|
||||
|
||||
virtual bool isTabbable() OVERRIDE { return true; }
|
||||
virtual bool isMergable() OVERRIDE { return true; }
|
||||
|
||||
// private members
|
||||
|
||||
Reference in New Issue
Block a user