[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master f92520d009e 1/2: Don't pause display for pending input
From: |
Andrea Corallo |
Subject: |
Re: master f92520d009e 1/2: Don't pause display for pending input |
Date: |
Thu, 19 Dec 2024 16:55:34 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> Andrea Corallo <acorallo@gnu.org> writes:
>
>> On a61b968ccfe8fa7e2f1fcf7667781a1c0527389a I see now with
>> --with-native-compilation=no --with-x-toolkit=no
>>
>> =====
>> dispnew.c: In function ‘update_menu_bar’:
>> dispnew.c:3760:5: error: too many arguments to function ‘update_window’
>> 3760 | update_window (XWINDOW (f->menu_bar_window), true);
>> | ^~~~~~~~~~~~~
>> dispnew.c:97:13: note: declared here
>> 97 | static void update_window (struct window *);
>> | ^~~~~~~~~~~~~
>> =======
>
> Thanks. That one should be fixed now. The joy of having n!
> configurations.
Thanks.
PS if this was a release branch I could have tracked it with my
testbench before the merge (sorry for being tedious really :)
Andrea