2009-11-12 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / src / effect.cpp
blobcc106bf61cc75a64053f9feded5634fd6530fa4f
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * Contact:
4 * Moonlight List (moonlight-list@lists.ximian.com)
6 * Copyright 2009 Novell, Inc. (http://www.novell.com)
8 * See the LICENSE file included with the distribution for details.
9 *
12 #include <config.h>
14 #include <cairo.h>
15 #include <glib.h>
17 #include "effect.h"
19 Effect::Effect ()
21 SetObjectType (Type::EFFECT);
24 BlurEffect::BlurEffect ()
26 SetObjectType (Type::BLUREFFECT);
29 DropShadowEffect::DropShadowEffect ()
31 SetObjectType (Type::DROPSHADOWEFFECT);