repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1014: Enable horizontal scrolling with the mouse wheel by pressing Ctrl.
[cinelerra_cv/ct.git]
/
cinelerra
/
plugintclient.C
blob
c673a98361727c3ddf3b596e770c8d86b31544ac
1
#include "edl.h"
2
#include "edlsession.h"
3
#include "pluginserver.h"
4
#include "plugintclient.h"
5
6
#include <string.h>
7
8
PluginTClient::PluginTClient(PluginServer *server)
9
: PluginClient(server)
10
{
11
}
12
13
PluginTClient::~PluginTClient()
14
{
15
}
16
17
int PluginTClient::is_theme()
18
{
19
return 1;
20
}