* fixed minor issues with defaults
--HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4019
This commit is contained in:
parent
6e0d76d283
commit
0320203c30
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@ Version 0.9
|
||||||
|
|
||||||
2005-05-18:
|
2005-05-18:
|
||||||
|
|
||||||
|
* fixed minor issues with defaults
|
||||||
* deleted fancy contrib/xcursor-watch (too big)
|
* deleted fancy contrib/xcursor-watch (too big)
|
||||||
* added even more fancy contrib/xcursor-fluxbox
|
* added even more fancy contrib/xcursor-fluxbox
|
||||||
* added -bg image:
|
* added -bg image:
|
||||||
|
|
|
@ -55,8 +55,8 @@ static struct aBackground* alock_backgrounds[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct aCursor* alock_cursors[] = {
|
static struct aCursor* alock_cursors[] = {
|
||||||
&alock_cursor_theme,
|
|
||||||
&alock_cursor_none,
|
&alock_cursor_none,
|
||||||
|
&alock_cursor_theme,
|
||||||
&alock_cursor_font,
|
&alock_cursor_font,
|
||||||
#ifdef HAVE_XCURSOR
|
#ifdef HAVE_XCURSOR
|
||||||
&alock_cursor_xcursor,
|
&alock_cursor_xcursor,
|
||||||
|
@ -175,6 +175,8 @@ int main(int argc, char **argv) {
|
||||||
opts.cursor = alock_cursors[0];
|
opts.cursor = alock_cursors[0];
|
||||||
opts.background = alock_backgrounds[0];
|
opts.background = alock_backgrounds[0];
|
||||||
|
|
||||||
|
opts.auth->init(NULL);
|
||||||
|
|
||||||
/* parse options */
|
/* parse options */
|
||||||
if (argc != 1) {
|
if (argc != 1) {
|
||||||
for(arg = 1; arg <= argc; arg++) {
|
for(arg = 1; arg <= argc; arg++) {
|
||||||
|
|
Reference in a new issue