simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jan 30 19:32:46 GMT 2018


TL;DR:
  83eb8e0 Build fixes for GTK2.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-01-30 19:32:46

commit 83eb8e01094e818adf5514681afbaf3f03cfd316
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=83eb8e01094e818adf5514681afbaf3f03cfd316;hp=5f7604888bcd5a2a96392874b947f4a74056d303
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 30 19:22:45 2018 +0000

    Build fixes for GTK2.
    
    Apparently I haven't tried a GTK2 build since the most recent set of
    GTK-related code reorganisation. Some functions that were ifdef'ed out
    in GTK3 builds were now unused even in GTK2 builds (and, because they
    were also declared static, caused a -Werror build failure); and the
    pointless stub version of gtkapp.c was missing a stub version of a
    recently added function referred to from another module.

 unix/gtkapp.c |  1 +
 unix/gtkdlg.c | 17 -----------------
 2 files changed, 1 insertion(+), 17 deletions(-)



More information about the tartarus-commits mailing list