Skip to content

Commit

Permalink
Fix bridge checking
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 2, 2013
1 parent 30c163a commit d3754b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/optirun.c
Expand Up @@ -269,8 +269,8 @@ struct optirun_bridge {
};

static struct optirun_bridge backends[] = {
{"primus", "primusrun", run_primus},
{"virtualgl", "vglrun", run_virtualgl},
{"primus", check_primus, run_primus},
{"virtualgl", check_virtualgl, run_virtualgl},
{NULL, NULL, NULL}
};

Expand Down

0 comments on commit d3754b3

Please sign in to comment.