aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.hh
blob: e846452b6ad4e05263375ccf5dfcace83d42a20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef FBROOTWINDOW_HH
#define FBROOTWINDOW_HH

#include "FbTk/FbWindow.hh"
#include "FbTk/App.hh"

class FbRootWindow: public FbTk::FbWindow {
public:
    explicit FbRootWindow(int screen_num):
        FbTk::FbWindow(RootWindow(FbTk::App::instance()->display(), 
                                  screen_num)) { }

};

#endif // FBROOTWINDOW_HH