1 #include "bcdisplayinfo.h"
4 #include "pluginclient.h"
6 PLUGIN_THREAD_OBJECT(DotMain, DotThread, DotWindow)
13 DotWindow::DotWindow(DotMain *client, int x, int y)
14 : BC_Window(client->gui_string,
25 this->client = client;
28 DotWindow::~DotWindow()
32 int DotWindow::create_objects()
35 add_subwindow(new BC_Title(x, y,
36 _("DotTV from EffectTV\n"
37 "Copyright (C) 2001 FUKUCHI Kentarou")
45 WINDOW_CLOSE_EVENT(DotWindow)