]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Compile fixes for GTK1 after recent work.
authorSimon Tatham <anakin@pobox.com>
Tue, 25 Aug 2015 18:50:23 +0000 (19:50 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 25 Aug 2015 18:50:23 +0000 (19:50 +0100)
commit7193e930de5ed35439bf22d18215eb158d477c6f
tree09853facd244cf09b38898f0d404837f4f4f4b9d
parent43a18df156a4ff7d144baed05164c565ba2a3285
Compile fixes for GTK1 after recent work.

The whole of get_label_text_dimensions() should have been outside the
GTK 2 ifdef; I'd left a gtk_label_set_width_chars() unconditional; and
GDK1's gdk_window_set_background() lacks a const in its prototype.
Serves me right for not test-compiling in all three versions!
unix/gtkdlg.c
unix/gtkfont.c
unix/gtkwin.c