summaryrefslogtreecommitdiff
path: root/games/xmine/files/patch-ad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't XawAsciiSourceFreeString() the value previously obtained withJoerg Wunsch2000-02-191-0/+18
a XawDialogGetValueString(); this is apparently no longer permissible (the docs say it gets automatically freed by XawDialogGetValueString()). PR: ports/12490 While i was at it, i also added WM_DELETE_WINDOW hooks so all the toplevels can be deleted by usual window manager actions. Notes: svn path=/head/; revision=26017