mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
7 lines
114 B
C
7 lines
114 B
C
#ifndef _POINTER_H
|
|
#define _POINTER_H
|
|
|
|
void grab_pointer(pointer_action_t);
|
|
void track_pointer(int, int);
|
|
|
|
#endif
|