From 27d9d9179b8b72829689b093e5835b8ed64f09c4 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Tue, 19 May 2009 16:06:10 +0200 Subject: [PATCH] comment --- uzbl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uzbl.c b/uzbl.c index c41ac47..1a58077 100644 --- a/uzbl.c +++ b/uzbl.c @@ -69,6 +69,8 @@ const struct { char *name; uzbl_cmdprop cp; } var_name_to_ptr[] = { +/* variable name pointer to variable in code string variable callback function */ +/* ------------------------------------------------------------------------------------------------------------------- */ { "uri", {.ptr = (void *)&uzbl.state.uri, .is_string = 1, .func = cmd_load_uri}}, { "status_message", {.ptr = (void *)&uzbl.gui.sbar.msg, .is_string = 1, .func = update_title}}, { "show_status", {.ptr = (void *)&uzbl.behave.show_status, .is_string = 0, .func = cmd_set_status}}, -- 1.7.9.5