1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Fix compilation error with --disable-x11 (bug #1830373).

Bump doc stylesheet from 4.3 to 4.4.



git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@987 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2007-11-14 21:41:08 +00:00
parent bc984b40d4
commit dd572d3d24
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# $Id$
2007-11-14
* Fix compilation error with --disable-x11 (bug #1830373).
* Bump doc stylesheet from 4.3 to 4.4.
2007-10-31
* Fix mpd_smart bug #1822773.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY testtable SYSTEM "test.xml">
<!ENTITY command_options SYSTEM "command_options.xml">
<!ENTITY config_settings SYSTEM "config_settings.xml">

View File

@ -4001,9 +4001,11 @@ static void generate_text_internal(char *p, int p_max_size, struct text_object *
}
#endif /* __OpenBSD__ */
#ifdef X11
OBJ(font) {
new_font(p, obj->data.s);
}
#endif
void format_diskio(unsigned int diskio_value)
{
if (!use_spacer) {