add formatting trailer for emacs
[cinelerra_cv/ct.git] / cinelerra / viewer.h
blobb65304999cb0daa77ab9e06f7c6feb28946c519c
1 #ifndef VIEWER_H
2 #define VIEWER_H
4 #include "mwindow.inc"
5 #include "thread.h"
7 class VWindow : public Thread
9 public:
10 VWindow(MWindow *mwindow);
11 ~VWindow();
13 MWindow *mwindow;
16 #endif
18 // Local Variables:
19 // mode: C++
20 // c-file-style: "linux"
21 // End: