Re: winex11.drv: implement X session management (try 2)
Aug. 2, 2010
8:59 a.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
+static void SM_Init(void) +{ + CreateThread(NULL, 0, manage_session, NULL, 0, NULL); +} +#endif /* defined(SONAME_LIBSM) */
You don't want to create a new thread in every process for this. It will cause lots of trouble. -- Alexandre Julliard julliard(a)winehq.org
5714
Age (days ago)
5714
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard