[gitg] Fix build
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Fix build
- Date: Sun, 20 Dec 2015 18:21:08 +0000 (UTC)
commit bd32f7cbead2e6b8f613c680a1321f9c0cd08ebe
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Dec 20 19:20:50 2015 +0100
Fix build
libgitg/gitg-platform-support.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgitg/gitg-platform-support.c b/libgitg/gitg-platform-support.c
index 410e5d6..aaad1d8 100644
--- a/libgitg/gitg-platform-support.c
+++ b/libgitg/gitg-platform-support.c
@@ -54,7 +54,7 @@ gitg_platform_support_create_cursor_surface (GdkDisplay *display,
gint w = 0, h = 0;
cursor = gdk_cursor_new_for_display (display, cursor_type);
- surface = gdk_cursor_get_surface (hot_x, hot_y);
+ surface = gdk_cursor_get_surface (cursor, hot_x, hot_y);
switch (cairo_surface_get_type (surface))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]