Disable broken hardware cursor accelerant hooks.

This commit is contained in:
Rene Gollent 2013-04-15 18:07:01 -04:00
parent 38cb1c9196
commit 001d65dba7
1 changed files with 4 additions and 3 deletions

View File

@ -72,9 +72,10 @@ initialization process.
HOOK(SET_DPMS_MODE);
/* cursor managment */
HOOK(SET_CURSOR_SHAPE);
HOOK(MOVE_CURSOR);
HOOK(SHOW_CURSOR);
// TODO: fix
// HOOK(SET_CURSOR_SHAPE);
// HOOK(MOVE_CURSOR);
// HOOK(SHOW_CURSOR);
/* synchronization */
HOOK(ACCELERANT_ENGINE_COUNT);