mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] rename warpMouse to warpPointer
This is more truthful in what it does; the pointer may be backed by a non-mouse device.
This commit is contained in:

committed by
Geoffrey McRae

parent
d926319230
commit
f1033fa4bb
@@ -93,7 +93,7 @@ struct LG_DisplayServerOps
|
||||
void (*ungrabKeyboard)();
|
||||
|
||||
//exiting = true if the warp is to leave the window
|
||||
void (*warpMouse)(int x, int y, bool exiting);
|
||||
void (*warpPointer)(int x, int y, bool exiting);
|
||||
|
||||
/* clipboard support */
|
||||
bool (* cbInit)(void);
|
||||
|
Reference in New Issue
Block a user