diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index f8ea787e8df..3a7e31e7129 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10644,7 +10644,7 @@ get_current_wm_state (struct frame *f, | |||
| 10644 | int rc, actual_format; | 10644 | int rc, actual_format; |
| 10645 | Atom actual_type; | 10645 | Atom actual_type; |
| 10646 | unsigned char *tmp_data = NULL; | 10646 | unsigned char *tmp_data = NULL; |
| 10647 | Atom *reply_data; | 10647 | Atom *reply_data UNINIT; |
| 10648 | #endif | 10648 | #endif |
| 10649 | 10649 | ||
| 10650 | *sticky = false; | 10650 | *sticky = false; |