1 #ifndef VIDEOWINDOWGUI_H
2 #define VIDEOWINDOWGUI_H
5 #include "videowindow.inc"
7 class VideoWindowGUI
: public BC_Window
10 VideoWindowGUI(VideoWindow
*thread
, int w
, int h
);
14 int resize_event(int w
, int h
);
21 int x1
, y1
, x2
, y2
, center_x
, center_y
;
22 int x_offset
, y_offset
;
24 VideoWindowCanvas
*canvas
;
27 class VideoWindowCanvas
: public BC_SubWindow
30 VideoWindowCanvas(VideoWindowGUI
*gui
, int w
, int h
);