[pinpoint] clutter: Fix typo uint -> guint



commit 1b35283a852936123e810dd9efaaff3b67ac7094
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon May 23 22:11:14 2011 +0100

    clutter: Fix typo uint -> guint
    
    uint is actually defined in some legacy header in a corner. On windows though,
    not such thing exists. Fix the typo, it should have been guint

 pp-clutter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pp-clutter.c b/pp-clutter.c
index 7051d96..2b72480 100644
--- a/pp-clutter.c
+++ b/pp-clutter.c
@@ -167,7 +167,7 @@ _destroy_surface (gpointer data)
    */
 }
 
-static uint hide_cursor = 0;
+static guint hide_cursor = 0;
 static gboolean hide_cursor_cb (gpointer stage)
 {
   hide_cursor = 0;



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