mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
8 lines
114 B
C
8 lines
114 B
C
![]() |
#ifndef _POINTER_H
|
||
|
#define _POINTER_H
|
||
|
|
||
|
void grab_pointer(pointer_action_t);
|
||
|
void track_pointer(int, int);
|
||
|
|
||
|
#endif
|