[Spice-commits] gtk/spice-gtk-session-priv.h
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Mon Oct 10 10:23:33 PDT 2011
gtk/spice-gtk-session-priv.h | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
New commits:
commit 5e58d6e90fc6dbbb349d58480b855151235601ba
Author: Hans de Goede <hdegoede at redhat.com>
Date: Mon Oct 10 19:22:06 2011 +0200
Add missing spice-gtk-session-priv.h file
This file was missing from the previous commit, my bad.
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
diff --git a/gtk/spice-gtk-session-priv.h b/gtk/spice-gtk-session-priv.h
new file mode 100644
index 0000000..19692af
--- /dev/null
+++ b/gtk/spice-gtk-session-priv.h
@@ -0,0 +1,30 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+ Copyright (C) 2010-2011 Red Hat, Inc.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
+#ifndef __SPICE_CLIENT_GTK_SESSION_PRIV_H__
+#define __SPICE_CLIENT_GTK_SESSION_PRIV_H__
+
+#include "spice-gtk-session.h"
+
+G_BEGIN_DECLS
+
+void spice_gtk_session_update_keyboard_focus(SpiceGtkSession *self,
+ gboolean state);
+
+G_END_DECLS
+
+#endif /* __SPICE_CLIENT_GTK_SESSION_PRIV_H__ */
More information about the Spice-commits
mailing list