vino r872 - in trunk: . server



Author: jwendell
Date: Tue Jul 22 17:44:44 2008
New Revision: 872
URL: http://svn.gnome.org/viewvc/vino?rev=872&view=rev

Log:
2008-07-22  Jonh Wendell  <jwendell gnome org>

	* server/vino-input.c: Fix variable declaration. Closes #544038.
	Patch by Alban Crequy.


Modified:
   trunk/ChangeLog
   trunk/server/vino-input.c

Modified: trunk/server/vino-input.c
==============================================================================
--- trunk/server/vino-input.c	(original)
+++ trunk/server/vino-input.c	Tue Jul 22 17:44:44 2008
@@ -228,6 +228,8 @@
  */
 static VinoInputData global_input_data = { 0, };
 
+static gchar *cb_str = NULL;
+
 #ifdef HAVE_XTEST
 
 static struct {
@@ -436,8 +438,6 @@
 };
 static const int num_decompositions = G_N_ELEMENTS (decompositions);
 
-static gchar *cb_str = NULL;
-
 static void vino_input_initialize_keycodes (Display *xdisplay);
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]