FrontPage > C/C++ > X11 > XEvent > XErrorEvent

XErrorEvent

typedef struct {
       int type;
       Display *display;                       /* Display the event was read from */
       XID resourceid;                         /* resource id */
       unsigned long serial;                   /* serial number of failed request */
       unsigned char error_code;               /* error code of failed request */
       unsigned char request_code;             /* Major op-code of failed request */
       unsigned char minor_code;               /* Minor op-code of failed request */
} XErrorEvent;

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-08-24 (日) 16:21:43