rename slider event to fake_events again

pull/2/merge
Qingping Hou 12 years ago
parent ea022b651f
commit 1adc84c2ac

@ -77,7 +77,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