mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Implemented first part of XResource extension v1.2: X_XResQueryClientIds
This patch implements a part of the XResource extension v1.2 (as specified in
http://patchwork.freedesktop.org/patch/2720/ ). The request implemented is
X_XResQueryClientIds.
This patch depends on the feature introduced by
1e933665be "dix: Add facilities for
client ID tracking." .
This latest version also adds Doxygen-formatted comments and takes a better
notice of coding conventions (as in http://www.x.org/wiki/CodingStyle ).
Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi>
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
|
||||
/* Resource */
|
||||
#define SERVER_XRES_MAJOR_VERSION 1
|
||||
#define SERVER_XRES_MINOR_VERSION 0
|
||||
#define SERVER_XRES_MINOR_VERSION 2
|
||||
|
||||
/* XvMC */
|
||||
#define SERVER_XVMC_MAJOR_VERSION 1
|
||||
|
||||
Reference in New Issue
Block a user