1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
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.
21 SetObjectType (Type::EFFECT
);
24 BlurEffect::BlurEffect ()
26 SetObjectType (Type::BLUREFFECT
);
29 DropShadowEffect::DropShadowEffect ()
31 SetObjectType (Type::DROPSHADOWEFFECT
);