diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 4ab52d5fb88..b7eb1ccfb6f 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -475,6 +475,9 @@ struct x_display | |||
| 475 | /* Nonzero means our parent is another application's window | 475 | /* Nonzero means our parent is another application's window |
| 476 | and was explicitly specified. */ | 476 | and was explicitly specified. */ |
| 477 | char explicit_parent; | 477 | char explicit_parent; |
| 478 | |||
| 479 | /* Nonzero means tried already to make this frame visible. */ | ||
| 480 | char asked_for_visible; | ||
| 478 | }; | 481 | }; |
| 479 | 482 | ||
| 480 | /* Get at the computed faces of an X window frame. */ | 483 | /* Get at the computed faces of an X window frame. */ |