Undo unintended change in #if 0 code.
This commit is contained in:
parent
275cffa758
commit
140d664344
1 changed files with 1 additions and 2 deletions
|
@ -10755,8 +10755,7 @@ XTread_socket (sd, bufp, numchars, expected)
|
|||
{
|
||||
if (f == dpyinfo->x_focus_event_frame)
|
||||
dpyinfo->x_focus_event_frame = 0;
|
||||
if (dpyinfo->x_focus_event_frame != 0
|
||||
&& f == dpyinfo->x_focus_frame)
|
||||
if (f == dpyinfo->x_focus_frame)
|
||||
x_new_focus_frame (dpyinfo, 0);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue