diff options
Diffstat (limited to 'src/ivyprobe.c')
-rw-r--r-- | src/ivyprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
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]); |