Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xseteventqueueowner(3) [debian man page]

XSetEventQueueOwner(3)						  XLIB FUNCTIONS					    XSetEventQueueOwner(3)

NAME
XSetEventQueueOwner - set event queue owner on a shared Xlib/XCB connection SYNTAX
#include <X11/Xlib-xcb.h> void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner); ARGUMENTS
dpy Specifies the connection to the X server. owner Specifies the event queue ownership: XlibOwnsEventQueue (default) Xlib owns the event queue. Use the Xlib event-handling functions. Do not call the XCB event-handling functions. XCBOwnsEventQueue XCB owns the event queue. Use the XCB event-handling functions. Do not call the Xlib event-handling functions. DESCRIPTION
While a client using Xlib/XCB can issue requests and handle their replies or errors with either Xlib or XCB, only one can own and handle the event queue. By default, Xlib must own the event queue, for compatibility with legacy Xlib clients. Clients can call XSetEventQueue- Owner immediately after XOpenDisplay to let XCB own the event queue instead. Clients may not call XSetEventQueueOwner at any other time, as this will potentially lose responses. SEE ALSO
XOpenDisplay(3), XGetXCBConnection(3), Xlib - C Language X Interface X Version 11 libX11 1.5.0 XSetEventQueueOwner(3)

Check Out this Related Man Page

XSetEventQueueOwner(3)						  XLIB FUNCTIONS					    XSetEventQueueOwner(3)

NAME
XSetEventQueueOwner - set event queue owner on a shared Xlib/XCB connection SYNTAX
#include <X11/Xlib-xcb.h> void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner); ARGUMENTS
dpy Specifies the connection to the X server. owner Specifies the event queue ownership: XlibOwnsEventQueue (default) Xlib owns the event queue. Use the Xlib event-handling functions. Do not call the XCB event-handling functions. XCBOwnsEventQueue XCB owns the event queue. Use the XCB event-handling functions. Do not call the Xlib event-handling functions. DESCRIPTION
While a client using Xlib/XCB can issue requests and handle their replies or errors with either Xlib or XCB, only one can own and handle the event queue. By default, Xlib must own the event queue, for compatibility with legacy Xlib clients. Clients can call XSetEventQueue- Owner immediately after XOpenDisplay to let XCB own the event queue instead. Clients may not call XSetEventQueueOwner at any other time, as this will potentially lose responses. SEE ALSO
XOpenDisplay(3X11), XGetXCBConnection(3X11), Xlib - C Language X Interface X Version 11 libX11 1.2.1 XSetEventQueueOwner(3)
Man Page

9 More Discussions You Might Find Interesting

1. HP-UX

PCL question

Good People, My issue is an aging laserjet4si and its inability to interpret anything beyond PCLv2. Would anyone happen to know an easy way to force just one queue into using only PCL2 formatting? I dug around in the interface script and in model.orig but didn't see anything immmediately... (0 Replies)
Discussion started by: Eronysis
0 Replies

2. Solaris

Xlib: connection refused by server

Hi guys i am facing this issue while opening new xterm window.please help me out. Xlib: connection to "delop125ld:0.0" refused by server Xlib: Maximum number of clients reached xterm Xt error: Can't open display: delop125ld:0.0 thanks (1 Reply)
Discussion started by: daya.pandit
1 Replies

3. UNIX for Dummies Questions & Answers

Newbie needs help with Xlib / X11 programming,dunno who to ask,but you :(

Hi,I'm new here and to Unix also. I'm totall newbie. Here is what I have to do: -Basics of programming user interface with Xlib library -Xlib -Client/Server model of X-Windows system -Example of "Hello world" with button which changes text ,so that when u click displays another... (4 Replies)
Discussion started by: megane16v
4 Replies

4. AIX

LPAR and AIX VIO Disk Mappring for Linux Clients

VIO Server is managing both AIX Clients and Linux Clients. For AIX Clients, we could do a disk mapping from slot numbers to VIO and also uname -L to determine the lparid and serial number frame its running on. From a Linux Client, How do I know which IBM frame its running on? Any command to... (4 Replies)
Discussion started by: rpangulu
4 Replies

5. UNIX for Dummies Questions & Answers

Xlib Errors

Hi, I am handling user issues in my team. Users have their Unix session running on Citrix MFU. Recently, I was suppose to address a user issue which is as below: Gets the below error when tries to open nedit: Xlib: connection to ":165.0" refused by server Xlib: Client is not... (1 Reply)
Discussion started by: mspatil0037
1 Replies

6. AIX

P770 HEA lose conectivity while while its very active

Dears we have p770 running in AIX 5.3 TL11 , oracle installed in the server , some times the HEA will lose the connection for some reason we try with our local support to fix the issue but there is no luck , we change the HEA hardware but the problem still , it was running with firmware... (1 Reply)
Discussion started by: thecobra151
1 Replies

7. UNIX for Dummies Questions & Answers

File handling issue

Hi All, I am running into an issue. I have a very big file. Wants to split it in smaller chunks. This file has multiple header/ trailers. Also, between each header/trailer there are records. Number of records in each header trailer combination can vary. Also, headers can start with... (3 Replies)
Discussion started by: Gurkamal83
3 Replies

8. Programming

Low level X11 programming

How to use X11 without Xlib not XCB? How draw window directly on low level? I must use anyway window manager like Motif? I have ridden that X11 has server-client architecture, client send via TCP/IP to port 6000 request for primitives and get replies. Where is detailed description of it? In X11... (0 Replies)
Discussion started by: AndrzejB
0 Replies

9. Programming

Linux (Xlib) Application hangs on GetGeometry()

Hello, I was just wondering why XGetGeometry() would cause a hang in an application. In the xlib book it says any of there "Get" functions don't necessarily return immediately. Is there a way to make a it return immediately or other functions that will give me the same results. I... (1 Reply)
Discussion started by: TMurray77
1 Replies