Bug 246560. Tweak event masks to get some plugins (acroread5/7, xpdf) working. rubberstamp r+sr=brendan. Still considering whether this is the right thing.
This commit is contained in:
Родитель
bc34293571
Коммит
9ada78a761
|
@ -602,7 +602,7 @@ xt_client_create ( XtClient* xtclient ,
|
|||
|
||||
/* set the event handler */
|
||||
XtAddEventHandler(child_widget,
|
||||
(0x0FFFFF ^ (ResizeRedirectMask | SubstructureRedirectMask)),
|
||||
0x0FFFFF & ~ResizeRedirectMask,
|
||||
TRUE,
|
||||
(XtEventHandler)xt_client_event_handler, xtclient);
|
||||
XtAddEventHandler(child_widget,
|
||||
|
|
Загрузка…
Ссылка в новой задаче