From fb9ff051afa822f2d99c167d4ac1a1ca0920b24c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 2 Jun 2005 14:22:48 +0000 Subject: gestion de la priorité entre application --- src/ivyprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivyprobe.c') diff --git a/src/ivyprobe.c b/src/ivyprobe.c index b643811..fd4e0cb 100644 --- a/src/ivyprobe.c +++ b/src/ivyprobe.c @@ -327,6 +327,7 @@ int main(int argc, char *argv[]) glutDisplayFunc(display); #endif IvyInit (agentname, agentready, ApplicationCallback,NULL,NULL,NULL); + IvySetApplicationPriority( 0 ); /* lower priority */ IvyBindDirectMsg( DirectCallback,NULL); for (; optind < argc; optind++) IvyBindMsg (Callback, NULL, argv[optind]); -- cgit v1.1