Added some icon definitions in lcd.h;

Using ICON_BLOCK_FILLED now in titles.
This commit is contained in:
robijn
2002-05-18 23:42:46 +00:00
parent 31641610d1
commit 7c49cb535c
4 changed files with 60 additions and 28 deletions
+4
View File
@@ -33,6 +33,8 @@
#include "screen.h"
#include "widget.h"
#include "drivers.h"
/*************************************************************************
* Adds a widget to a screen, but doesn't give it a value
@@ -340,6 +342,8 @@ widget_set_func (Client * c, int argc, char **argv)
report( RPT_WARNING, "widget_set_func: Allocation error");
return -1;
}
/* Set width too */
w->width = display_props->width;
debug (RPT_DEBUG, "Widget %s set to %s", wid, w->text);
sock_send_string(c->sock, "success\n");
}