summaryrefslogtreecommitdiff
path: root/src/glibext/generators/rborder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/generators/rborder.c')
-rw-r--r--src/glibext/generators/rborder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/generators/rborder.c b/src/glibext/generators/rborder.c
index 640fa2d..7d90f79 100644
--- a/src/glibext/generators/rborder.c
+++ b/src/glibext/generators/rborder.c
@@ -305,7 +305,7 @@ static int g_border_generator_contains_cursor(const GBorderGenerator *generator,
assert(G_IS_BINARY_CURSOR(cursor));
- g_binary_cursor_get_info(G_BINARY_CURSOR(cursor), &addr);
+ g_binary_cursor_retrieve(G_BINARY_CURSOR(cursor), &addr);
result = cmp_vmpa(&addr, &generator->addr);