X11workbench Toolkit  1.0
__WB_ERROR_INFO__ Struct Reference

Structure definition for X11 error information. More...

#include <window_helper.h>

Data Fields

Display * pDisplay
 Display pointer passed into error handler function (NULL if no error)
 
const char * pFunc
 Name of the function as assigned by BEGIN_XCALL_DEBUG_WRAPPER.
 
int iLine
 Line number of the function as assigned by BEGIN_XCALL_DEBUG_WRAPPER.
 
unsigned long serial
 serial number from XErrorEvent
 
int error_code
 error code from XErrorEvent
 
int request_code
 request code from XErrorEvent
 
int minor_code
 minor code from XErrorEvent
 
XID resourceid
 resource ID (usually a Window) from XErrorEvent
 

Detailed Description

Structure definition for X11 error information.

typedef struct __WB_ERROR_INFO__
{
Display *pDisplay; // Display pointer passed into error handler function (NULL if no error)
const char *pFunc; // Name of the function as assigned by BEGIN_XCALL_DEBUG_WRAPPER
int iLine; // Line number of the function as assigned by BEGIN_XCALL_DEBUG_WRAPPER
unsigned long serial; // serial number from XErrorEvent
int error_code; // error code from XErrorEvent
int request_code; // request code from XErrorEvent
int minor_code; // minor code from XErrorEvent
XID resourceid; // resource ID (usually a Window) from XErrorEvent

Definition at line 3594 of file window_helper.h.


The documentation for this struct was generated from the following file: