|
X11workbench Toolkit
1.0
|
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 | |
Structure definition for X11 error information.
Definition at line 3658 of file window_helper.h.