From 626a2770e27003c59ddf68f3a65a0083e40c8b7e Mon Sep 17 00:00:00 2001 From: mdankov Date: Sun, 21 Dec 2014 13:29:22 +0000 Subject: Add:core:Allow to query graphics attributes (to allow graphics modules to export command interface functions) git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5978 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/xmlconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navit/xmlconfig.c') diff --git a/navit/xmlconfig.c b/navit/xmlconfig.c index 3cbe20e4a..66b73fd02 100644 --- a/navit/xmlconfig.c +++ b/navit/xmlconfig.c @@ -238,7 +238,7 @@ static struct object_func object_funcs[] = { { attr_coord, NEW(coord_new_from_attrs)}, { attr_cursor, NEW(cursor_new), NULL, NULL, NULL, NULL, ADD(cursor_add_attr)}, { attr_debug, NEW(debug_new)}, - { attr_graphics, NEW(graphics_new)}, + { attr_graphics, NEW(graphics_new), GET(graphics_get_attr)}, { attr_gui, NEW(gui_new), GET(gui_get_attr), NULL, NULL, SET(gui_set_attr), ADD(gui_add_attr)}, { attr_icon, NEW(icon_new), NULL, NULL, NULL, NULL, ADD(element_add_attr)}, { attr_image, NEW(image_new)}, -- cgit v1.2.1