mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 11:19:04 +00:00
Set default sleep value to 10ms. This makes ico look nice again.
This commit is contained in:
@@ -238,7 +238,7 @@ static const char *delta_geom = NULL; /* -delta: amount by which to move object
|
||||
static Polyinfo *poly; /* -obj: the poly to draw */
|
||||
static int dsync = 0; /* -dsync */
|
||||
static int xsync = 0; /* -sync */
|
||||
static int msleepcount = 0; /* -sleep value in milliseconds*/
|
||||
static int msleepcount = 10; /* -sleep value in milliseconds*/
|
||||
#ifdef MULTITHREAD
|
||||
static int thread_count;
|
||||
#ifdef XMUTEX_INITIALIZER
|
||||
|
||||
@@ -47,7 +47,8 @@ Don't draw the wire frames.
|
||||
Typically used only when -faces is used.
|
||||
.TP
|
||||
.B -sleep \fIn\fP
|
||||
Sleep n seconds between each move of the object.
|
||||
Sleep n seconds between each move of the object (the default value is 0.01,
|
||||
ie 10ms).
|
||||
.TP
|
||||
.B -obj \fIobject\fP
|
||||
Specify what object to draw.
|
||||
|
||||
Reference in New Issue
Block a user