[pinpoint] clutter: Fix typo uint -> guint
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pinpoint] clutter: Fix typo uint -> guint
- Date: Mon, 23 May 2011 21:32:19 +0000 (UTC)
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]