diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dixgrabs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dixgrabs.h b/include/dixgrabs.h index 3b2a46d72..229c8bb53 100644 --- a/include/dixgrabs.h +++ b/include/dixgrabs.h @@ -28,6 +28,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. struct _GrabParameters; +extern void PrintDeviceGrabInfo(DeviceIntPtr dev); +extern void UngrabAllDevices(Bool kill_client); + extern GrabPtr CreateGrab( int /* client */, DeviceIntPtr /* device */, |