mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: unexport and document EventSuppressForWindow()
Not used by any external drivers, and not supposed to be used by them, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -26,9 +26,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#ifndef DIXEVENTS_H
|
||||
#define DIXEVENTS_H
|
||||
|
||||
extern _X_EXPORT int EventSuppressForWindow(WindowPtr /* pWin */ ,
|
||||
ClientPtr /* client */ ,
|
||||
Mask /* mask */ ,
|
||||
Bool * /* checkOptional */ );
|
||||
|
||||
#endif /* DIXEVENTS_H */
|
||||
|
||||
Reference in New Issue
Block a user