fix naming for fake events device

pull/2/merge
Qingping Hou 12 years ago
parent 6102dc622f
commit d06f71b3cd

@ -58,7 +58,7 @@ static int openInputDevice(lua_State *L) {
return luaL_error(L, "no free slot for new input device <%s>", inputdevice);
}
if(!strcmp("slider",inputdevice)) {
if(!strcmp("fake_events",inputdevice)) {
/* special case: the power slider */
int pipefd[2];
int childpid;

Loading…
Cancel
Save