chiark / gitweb /
Game configuration box for Windows, by constructing the dialog box
authorSimon Tatham <anakin@pobox.com>
Mon, 3 May 2004 07:52:33 +0000 (07:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 3 May 2004 07:52:33 +0000 (07:52 +0000)
commite8f6124996faf0a48a6748532153f5f364992b06
tree3f600da45f2654fe397081e1ac038edfe8e1df35
parentee171498221e701d446fd1bf18c5e1c5771ef128
Game configuration box for Windows, by constructing the dialog box
right from scratch without the slightest reference to any dialog
templates (meaning that we get to figure out the layout and _then_
choose the window size). I'm rather pleased with that. Also
introduced free_cfg(), which is why this checkin touched gtk.c as
well.

[originally from svn r4184]
gtk.c
misc.c
puzzles.h
windows.c