mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-09-13 20:04:57 by entropy]
threads change argv[0] to their thread name, for a neat 'ps' output git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@711 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
10
lcd4linux.c
10
lcd4linux.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: lcd4linux.c,v 1.81 2006/08/13 06:46:51 reinelt Exp $
|
||||
/* $Id: lcd4linux.c,v 1.82 2006/09/13 20:04:57 entropy Exp $
|
||||
*
|
||||
* LCD4Linux
|
||||
*
|
||||
@@ -23,6 +23,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: lcd4linux.c,v $
|
||||
* Revision 1.82 2006/09/13 20:04:57 entropy
|
||||
* threads change argv[0] to their thread name, for a neat 'ps' output
|
||||
*
|
||||
* Revision 1.81 2006/08/13 06:46:51 reinelt
|
||||
* T6963 soft-timing & enhancements; indent
|
||||
*
|
||||
@@ -394,6 +397,7 @@
|
||||
#include "timer.h"
|
||||
#include "layout.h"
|
||||
#include "plugin.h"
|
||||
#include "thread.h"
|
||||
|
||||
#include "widget.h"
|
||||
#include "widget_timer.h"
|
||||
@@ -541,6 +545,10 @@ int main(int argc, char *argv[])
|
||||
my_argv[c] = strdup(argv[c]);
|
||||
}
|
||||
my_argv[c] = NULL;
|
||||
|
||||
/* save original arguments pointer for threads */
|
||||
thread_argv=argv;
|
||||
thread_argc=argc;
|
||||
|
||||
running_foreground = 0;
|
||||
running_background = 0;
|
||||
|
||||
Reference in New Issue
Block a user