[code:1]
typedef struct {
int type;
unsigned long serial; /* # of last request processed by server */
Bool send_event; /* true if this came from a SendEvent request */
[b]Display *display; /* Display the event was read from */[/b]
Window window;
} XAnyEvent;
[/code:1]
事件里不是有事件是从哪个display过来的