7
* Copyright (c) 2011 Emily Strickland <emily@zubon.org>
10
* Emily Strickland <emily@zubon.org>
12
* This program is free software; you can redistribute it and/or
13
* modify it under the terms of the GNU General Public License
14
* as published by the Free Software Foundation; either version 2
15
* of the License, or (at your option) any later version.
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU General Public License for more details.
24
#include <core/core.h>
25
#include <core/pluginclasshandler.h>
29
#include "bell_options.h"
32
public PluginClassHandler<AudibleBell, CompScreen>,
33
public ScreenInterface,
38
AudibleBell (CompScreen *screen);
45
ca_context *mCanberraContext;
49
filenameChange (CompOption *option,
53
class BellPluginVTable :
54
public CompPlugin::VTableForScreen<AudibleBell>