From ece07bdeaa82ea59e74bcfc588bcabe5e47567c1 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 26 Jul 2011 08:58:05 +0200 Subject: libX11 libXext mesa pixman xserver xkeyboard-config git update 26 July 2011 --- libX11/specs/libX11/CH11.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'libX11/specs') diff --git a/libX11/specs/libX11/CH11.xml b/libX11/specs/libX11/CH11.xml index 3fe6f23de..3352d7e71 100644 --- a/libX11/specs/libX11/CH11.xml +++ b/libX11/specs/libX11/CH11.xml @@ -2061,7 +2061,7 @@ chapter: - BadAccess + BadAccess A client attempts to grab a key/button combination already grabbed by another client. @@ -2085,7 +2085,7 @@ chapter: has already selected. - BadAlloc + BadAlloc The server fails to allocate the requested resource. Note that the explicit listing of BadAlloc @@ -2100,42 +2100,42 @@ chapter: them. - BadAtom + BadAtom A value for an atom argument does not name a defined atom. - BadColor + BadColor A value for a colormap argument does not name a defined colormap. - BadCursor + BadCursor A value for a cursor argument does not name a defined cursor. - BadDrawable + BadDrawable A value for a drawable argument does not name a defined window or pixmap. - BadFont + BadFont A value for a font argument does not name a defined font (or, in some cases, GContext). - BadGC + BadGC A value for a GContext argument does not name a defined GContext. - BadIDChoice + BadIDChoice The value chosen for a resource identifier either is not included in the range assigned to the client or is already in use. Under normal circumstances, this cannot occur and should be considered a server or Xlib error. - BadImplementation + BadImplementation The server does not implement some aspect of the request. A server that generates this error for a core request is deficient. As such, this error is not listed for any of the requests, @@ -2143,7 +2143,7 @@ chapter: and handle or discard them. - BadLength + BadLength The length of a request is shorter or longer than that required to contain the arguments. This is an internal Xlib or server error. @@ -2154,7 +2154,7 @@ chapter: The length of a request exceeds the maximum length accepted by the server. - BadMatch + BadMatch In a graphics request, the root and depth of the graphics context do not match those of the drawable. @@ -2174,20 +2174,20 @@ chapter: window lacks this attribute. - BadName + BadName A font or color of the specified name does not exist. - BadPixmap + BadPixmap A value for a pixmap argument does not name a defined pixmap. - BadRequest + BadRequest The major or minor opcode does not specify a valid request. This usually is an Xlib or server error. - BadValue + BadValue Some numeric value falls outside of the range of values accepted by the request. Unless a specific range is specified for an argument, @@ -2196,7 +2196,7 @@ chapter: this error (due to the encoding). - BadWindow + BadWindow A value for a window argument does not name a defined window. -- cgit v1.2.3