from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187221

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250458

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137719

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





XIBARRIERRELEASEPOIN

Section: \ \& (3)
Updated: 05/30/2013
Index Return to Main Contents
 

NAME

XIBarrierReleasePointer, XIBarrierReleasePointers - allow pointer movement across a pointer barrier  

SYNOPSIS

#include <X11/extensions/XInput2.h>

int XIBarrierReleasePointer( Display *display,
                             int deviceid,
                             PointerBarrier barrier,
                             BarrierEventID eventid);

int XIBarrierReleasePointers( Display *display,
                              XIBarrierReleasePointerInfo *barriers,
                              int num_barriers);

display
       Specifies the connection to the X server.

deviceid
       Specifies the device allowed to move across the barrier.

barrier
       Specifies the barrier.

eventid
       Specifies the unique event ID for this barrier event sequence.

barriers
       List of deviceid, barrier, eventid triplets.

num_barriers
       Number of elements in barriers.
 

DESCRIPTION

If a pointer is constrained by a pointer barrier, release the pointer
from the barrier and allow it to cross the barrier with the next motion.
If the pointer moves away from the barrier, this request does nothing.

This request only releases the pointer for the given barrier event
sequence. If the pointer moves away from or through the barrier, a
XI_BarrierLeave event is generated. Future pointer movement constrained
by this barrier will assign a new eventid and require a new
XIBarrierReleasePointer request.

If the pointer is not currently blocked by the barrier or the barrier
event sequence has ended, this request does nothing.

XIBarrierReleasePointer and XIBarrierReleasePointers can generate a
BadDevice or BadValue error.
 

DIAGNOSTICS

BadDevice
       An invalid device was specified. The device does not
       exist or is not a master pointer device.

BadValue
       A value for a PointerBarrier argument does not name a defined
       pointer barrier.
 

SEE ALSO

XFixesCreatePointerBarrier(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
DIAGNOSTICS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 20.0 ms