Patches for GTK 2. Puzzles already _built_ under GTK 2, but now it
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 27 Apr 2005 19:39:20 +0000 (19:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 27 Apr 2005 19:39:20 +0000 (19:39 +0000)
commita9668451d03a09873c391d12c10b55044493073f
tree3e3bc3f39df5d868f014de3a0dbe7ae57f330943
parentf9a2883b7a732565c798848dbd8f040c40520b52
Patches for GTK 2. Puzzles already _built_ under GTK 2, but now it
builds better:
 - the GTK makefile now defines $(GTK_CONFIG) which you can
   override, so you can build for GTK 2 with no makefile-editing
   simply by running `make GTK_CONFIG="pkg_config gtk+-2.0"'
 - we use Pango to find appropriate fonts, which means the text in
   the puzzles actually (gasp!) adapts its size to the
   circumstances. Unfortunately, I've been unable to do this
   portably without depending on _either_ a Pango function that
   isn't present in older versions _or_ the underlying window system
   being X11; I'd appreciate someone doing better.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5693 cda61777-01e9-0310-a592-d414129be87e
gtk.c
mkfiles.pl