1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-11 10:38:12 +00:00

fix compile error with --disable-x11

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@769 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-14 22:10:28 +00:00
parent 57389448a9
commit b681774918
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2006-11-14
* Fix compile error with --disable-x11.
2006-11-13
* Use pthread_cond_timedwait() instead of sleep() in audacious
thread. Will convert all worker threads to this timing method.

View File

@ -308,14 +308,14 @@ static int background_colour = 0;
static int fixed_size = 0, fixed_pos = 0;
#endif
/* maximum size of config TEXT buffer, i.e. below TEXT line. */
static unsigned int max_user_text = MAX_USER_TEXT_DEFAULT;
static int minimum_width, minimum_height;
static int maximum_width;
#endif /* X11 */
/* maximum size of config TEXT buffer, i.e. below TEXT line. */
static unsigned int max_user_text = MAX_USER_TEXT_DEFAULT;
#ifdef HAVE_ICONV
#define CODEPAGE_LENGTH 20
long iconv_selected;