| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/Xlib/ext/__pycache__/ |
Upload File : |
o
c��_ � @ s� d Z ddlmZ ddlmZmZ dZG dd� dej�Zdd� Z G d d
� d
ej�Z
dd� ZG d
d� dej�Zdd� Z
G dd� dej�Zdd� ZG dd� dej�Zdd� ZG dd� dej�Zdd� ZG dd� dej�Zdd � Zd!d"� Zd#S )$a� Xinerama - provide access to the Xinerama extension information.
There are at least there different - and mutually incomparable -
Xinerama extensions available. This uses the one bundled with XFree86
4.6 and/or Xorg 6.9 in the ati/radeon driver. It uses the include
files from that X distribution, so should work with it as well. I
provide code for the lone Sun 1.0 request that isn't part of 1.1, but
this is untested because I don't have a server that implements it.
The functions loosely follow the libXineram functions. Mostly, they
return an rq.Struct in lieu of passing in pointers that get data from
the rq.Struct crammed into them. The exception is isActive, which
returns the state information - because that's what libXinerama does.� )�X)�rq�structs�XINERAMAc @ s~ e Zd Ze�e�d�e�d�e�� e�d�e�d�e�d��Z e�e�
� e�d�e�d�e�� e�d�e�d�e�d��Z
d S )
�QueryVersion�opcoder �
major_version�
minor_version� � �sequence_number� N)�__name__�
__module__�__qualname__r �Struct�Card8�Opcode�
RequestLength�Pad�_request� ReplyCode�Card16�ReplyLength�_reply� r r �3/usr/lib/python3/dist-packages/Xlib/ext/xinerama.pyr , s$ � �r c C s t | j| j�t�ddd�S )Nr )�displayr r r )r r �get_extension_major�extname��selfr r r �
query_version@ s
�r"