2009-11-12 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / src / window.cpp
blob82c4a7af6bf321795d8ffcb4acd5b3a4f5d06f8b
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * window.cpp:
5 * Contact:
6 * Moonlight List (moonlight-list@lists.ximian.com)
8 * Copyright 2007-2008 Novell, Inc. (http://www.novell.com)
10 * See the LICENSE file included with the distribution for details.
14 #include "config.h"
16 #include "window.h"
17 #include "runtime.h"
19 void
20 MoonWindow::SetCurrentDeployment ()
22 g_return_if_fail (surface != NULL);
23 surface->SetCurrentDeployment ();