chiark / gitweb /
Build fixes for GTK2.
authorSimon Tatham <anakin@pobox.com>
Tue, 24 Oct 2017 18:39:11 +0000 (19:39 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 24 Oct 2017 18:39:11 +0000 (19:39 +0100)
commitefcc00ffefa34b2c4048e560099814c19a064ba5
tree159a5e31ee7a40641735fd8d893efd72c8123dae
parent38ea1599fe0bf995f5c16b3d2995643976387e15
Build fixes for GTK2.

I had left one mention of the new GTK3-only variable
'awaiting_resize_ack' unprotected by #ifdefs. Also, the GTK2 version
of message_box() was missing some consts in its prototype, presumably
because when I had that #ifdeffed out the compiler didn't warn me
about those ones.
gtk.c