From 0320203c300b191b3c171c0d39423b4784307d22 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 18 May 2005 10:42:52 +0000 Subject: [PATCH] * fixed minor issues with defaults --HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4019 --- CHANGELOG | 1 + src/alock.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5f9f33e..6525da5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Version 0.9 2005-05-18: + * fixed minor issues with defaults * deleted fancy contrib/xcursor-watch (too big) * added even more fancy contrib/xcursor-fluxbox * added -bg image: diff --git a/src/alock.c b/src/alock.c index ef58352..0efefce 100644 --- a/src/alock.c +++ b/src/alock.c @@ -55,8 +55,8 @@ static struct aBackground* alock_backgrounds[] = { }; static struct aCursor* alock_cursors[] = { - &alock_cursor_theme, &alock_cursor_none, + &alock_cursor_theme, &alock_cursor_font, #ifdef HAVE_XCURSOR &alock_cursor_xcursor, @@ -175,6 +175,8 @@ int main(int argc, char **argv) { opts.cursor = alock_cursors[0]; opts.background = alock_backgrounds[0]; + opts.auth->init(NULL); + /* parse options */ if (argc != 1) { for(arg = 1; arg <= argc; arg++) {