diff -Nru xbomb-2.2a/ANNOUNCE xbomb-2.2b/ANNOUNCE --- xbomb-2.2a/ANNOUNCE 2009-11-29 09:04:05.000000000 +0000 +++ xbomb-2.2b/ANNOUNCE 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ - XBOMB Version 2.2a - ================== - -A program that looks superficially like the minesweeper program that -comes supplied with MS Windows (and is also available in other -versions). Runs under X Windows on the UNIX operating system. - -Features --------- - -There are a number of features that make this version different from -the others available (that I have seen). - -3 Grid Tile options - - Hexagonal - Easy (the endgame can be difficult). - Square - Traditional. - Triangular - Difficult. - -3 Grid sizes - - Small - 8x8 with 10 bombs - Medium - 16x16 with 40 bombs - Large - 30x16 with 99 bombs - -Highscore table - - 10 entries for the fastest times for each of the 3 levels of - each of the 3 grid shapes. - -Includes manual page with details on how to use the program. - - -Changes in Version 2.2a ----------------------- - -Change colour for the number 8 so that it is visible on background. - - -Changes in Version 2.2 ----------------------- - -Have different colours for each of the numbers. -Allow left click on exposed number to clear adjacent unmarked areas. -Several compilation fixes for portability. - - -Availability ------------- - -Web page: http://www.gedanken.demon.co.uk/xbomb/ - - -Author & Copyright ------------------- - -This program is copyright Andrew M. Bishop 1994-2009 -(amb@gedanken.demon.co.uk) and distributed under GPL. - -email: amb@gedanken.demon.co.uk -[Please put xbomb in the subject line] diff -Nru xbomb-2.2a/ChangeLog xbomb-2.2b/ChangeLog --- xbomb-2.2a/ChangeLog 2009-11-29 09:00:28.000000000 +0000 +++ xbomb-2.2b/ChangeLog 2014-08-15 17:38:42.000000000 +0000 @@ -1,3 +1,47 @@ +2014-08-15 Andrew M. Bishop + + Version 2.2b Released + +2014-08-15 [r76] Andrew M. Bishop + + * FILES, README, xbomb.c, xwindow.c: Updated for version 2.2b. + +2014-08-15 [r74] Andrew M. Bishop + + * xwindow.c: Fix off-by-one error in creation of graphic contexts + leading to writing beyond end of array [fixes Debian bug + #757902].. + +2013-03-16 [r73] Andrew M. Bishop + + * README, xbomb.c: Change web-page and e-mail addresses from + gedanken.demon.co.uk to gedanken.org.uk. + +2013-03-16 [r73] Andrew M. Bishop + + * xbomb.c, README: Change web-page and e-mail addresses from + gedanken.demon.co.uk to gedanken.org.uk. + +2011-10-03 [r72] Andrew M. Bishop + + * FILES (added), ANNOUNCE (removed), LSM (removed): Don't include + the ANNOUNCE or LSM files in future releases. Do include the + FILES file in subversion. + +2010-12-27 [r70] Andrew M. Bishop + + * ChangeLog (removed): Remove the ChangeLog from version control. + +2010-12-24 [r67] Andrew M. Bishop + + * ANNOUNCE (added), COPYING (added), ChangeLog (added), LSM + (added): Added the uncontrolled files from the xbomb 2.2a + release. + +2010-12-24 Andrew M. Bishop + + Changed version control environment from RCS to CVS to SVN. + 2009-11-29 Andrew M. Bishop Version 2.2a Released diff -Nru xbomb-2.2a/debian/changelog xbomb-2.2b/debian/changelog --- xbomb-2.2a/debian/changelog 2013-05-03 01:02:20.000000000 +0000 +++ xbomb-2.2b/debian/changelog 2014-08-18 13:14:55.000000000 +0000 @@ -1,3 +1,27 @@ +xbomb (2.2b-1) unstable; urgency=medium + + * New upstream version (Closes: #757902) + * debian/patches/* + - Updated patches to new upstream version: + . removed_useless_linkage.patch + . hardening_flags.patch + + -- Alexandre Dantas Sun, 17 Aug 2014 23:36:06 -0400 + +xbomb (2.2a-3) unstable; urgency=low + + * Bump standards version to 3.9.5 (no changes) + * Fixed end-of-line errors on patch files + * Added desktop file and PNG icons (closes: #738057) + * Updated maintainer mail address + * Cryptographic signature verification: upstream provides + a PGP signature to verify the tarball. Consequently: + - Added debian/upstream/signing-key.asc + - Modified debian/source/include-binaries + - Updated debian/watch + + -- Alexandre Dantas Mon, 04 Aug 2014 02:05:28 -0400 + xbomb (2.2a-2) unstable; urgency=low * New mantainer (Closes: #664100) @@ -10,7 +34,7 @@ * debian/control - Using Git as VCS - -- Alexandre Dantas Thu, 02 May 2013 20:59:35 -0300 + -- Alexandre Dantas Thu, 02 May 2013 20:59:35 -0300 xbomb (2.2a-1) unstable; urgency=low @@ -222,5 +246,3 @@ * Initial release. -- Billy C.-M. Chow Mon, 9 Dec 1996 17:11:30 +0800 - - diff -Nru xbomb-2.2a/debian/clean xbomb-2.2b/debian/clean --- xbomb-2.2a/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ xbomb-2.2b/debian/clean 2014-08-18 13:21:48.000000000 +0000 @@ -0,0 +1 @@ +xbomb diff -Nru xbomb-2.2a/debian/control xbomb-2.2b/debian/control --- xbomb-2.2a/debian/control 2013-05-03 00:49:56.000000000 +0000 +++ xbomb-2.2b/debian/control 2014-08-18 03:32:44.000000000 +0000 @@ -1,13 +1,13 @@ Source: xbomb Section: games Priority: optional -Maintainer: Alexandre Dantas -Standards-Version: 3.9.4 +Maintainer: Alexandre Dantas +Standards-Version: 3.9.5 Build-depends: debhelper (>= 9), libx11-dev, libxt-dev, x11proto-core-dev, libxaw7-dev Homepage: http://www.gedanken.org.uk/software/xbomb/ -Vcs-Git: git://github.com/alexdantas/xbomb.git -Vcs-Browser: https://github.com/alexdantas/xbomb +Vcs-Git: git://github.com/alexdantas/xbomb.debian.git -b master +Vcs-Browser: https://github.com/alexdantas/xbomb.debian Package: xbomb Architecture: any diff -Nru xbomb-2.2a/debian/copyright xbomb-2.2b/debian/copyright --- xbomb-2.2a/debian/copyright 2013-05-03 00:48:30.000000000 +0000 +++ xbomb-2.2b/debian/copyright 2014-08-18 04:16:25.000000000 +0000 @@ -4,8 +4,8 @@ Source: http://www.gedanken.org.uk/software/xbomb/ Files: * -Copyright: 1994-2009 Andrew M. Bishop -License: GPL-2+ +Copyright: 1994-2014 Andrew M. Bishop +License: GPL-2.0+ Files: debian/* Copyright: @@ -17,16 +17,22 @@ 2007-2009 Chris Waters 2010-2011 Tony Mancill , Jari Aalto 2012 Ricardo Mones - 2013 Alexandre Dantas -License: GPL-2+ + 2013-2014 Alexandre Dantas +License: GPL-2.0+ -License: GPL-2+ - Written by Andrew M. Bishop +License: GPL-2.0+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. . - This file Copyright 1994-2009 Andrew M. Bishop - It may be distributed under the GNU Public License, version 2, or - any higher version. See section COPYING of the GNU Public license - for conditions under which this file may be redistributed. + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. . - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru xbomb-2.2a/debian/dirs xbomb-2.2b/debian/dirs --- xbomb-2.2a/debian/dirs 2013-05-02 23:54:18.000000000 +0000 +++ xbomb-2.2b/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -usr/games -etc/X11/app-defaults -usr/share/pixmaps Binary files /tmp/1SpGqGdPe2/xbomb-2.2a/debian/hicolor-icons/16x16/apps/xbomb.png and /tmp/RDhcalmLTc/xbomb-2.2b/debian/hicolor-icons/16x16/apps/xbomb.png differ Binary files /tmp/1SpGqGdPe2/xbomb-2.2a/debian/hicolor-icons/32x32/apps/xbomb.png and /tmp/RDhcalmLTc/xbomb-2.2b/debian/hicolor-icons/32x32/apps/xbomb.png differ diff -Nru xbomb-2.2a/debian/install xbomb-2.2b/debian/install --- xbomb-2.2a/debian/install 2013-05-02 23:54:18.000000000 +0000 +++ xbomb-2.2b/debian/install 2014-08-18 03:32:44.000000000 +0000 @@ -1,3 +1,5 @@ usr/bin/xbomb usr/games usr/lib/app-defaults/* etc/X11/app-defaults debian/xbomb.xpm usr/share/pixmaps +debian/hicolor-icons/* usr/share/icons/hicolor/ +debian/xbomb.desktop usr/share/applications \ No newline at end of file diff -Nru xbomb-2.2a/debian/patches/hardening_flags.patch xbomb-2.2b/debian/patches/hardening_flags.patch --- xbomb-2.2a/debian/patches/hardening_flags.patch 2013-05-04 19:13:27.000000000 +0000 +++ xbomb-2.2b/debian/patches/hardening_flags.patch 2014-08-18 04:08:49.000000000 +0000 @@ -1,21 +1,9 @@ -Description: Applied hardening flags to build process. -Author: Alexandre Dantas -Last-Update: 2013-05-02 ---- a/Makefile -+++ b/Makefile -@@ -13,7 +13,10 @@ - # - - CC=gcc --CFLAGS=-O2 -+CFLAGS = -O2 $(CDEBUG) -Wall -Wextra $(shell dpkg-buildflags --get CFLAGS) -+CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) -+ - - INCLUDES= - -@@ -32,12 +35,12 @@ +Description: Applied GCC hardening flags to build process. +Author: Alexandre Dantas +Last-Update: 2014-08-18 +--- xbomb.orig/Makefile ++++ xbomb/Makefile +@@ -32,12 +32,12 @@ INSTDIR=/usr/local ######## xbomb : $(OBJ) @@ -26,7 +14,7 @@ %.o : %.c - $(COMPILE) $< -o $@ $(INCLUDES) -+ $(COMPILE) $(CPPFLAGS) $(CFLAGS) $< -o $@ $(INCLUDES) ++ $(COMPILE) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $< -o $@ $(INCLUDES) xbomb.o : xbomb.c xbomb.h xwindow.o : xwindow.c xbomb.h icon.h diff -Nru xbomb-2.2a/debian/patches/removed_useless_linkage.patch xbomb-2.2b/debian/patches/removed_useless_linkage.patch --- xbomb-2.2a/debian/patches/removed_useless_linkage.patch 2013-05-04 19:13:56.000000000 +0000 +++ xbomb-2.2b/debian/patches/removed_useless_linkage.patch 2014-08-18 04:12:34.000000000 +0000 @@ -1,9 +1,9 @@ Description: Removed unnecessary linkage with libXmu (-lXmu) - executable wasn't using any of the symbols. -Author: Alexandre Dantas -Last-Update: 2013-05-02 ---- a/Makefile -+++ b/Makefile -@@ -22,7 +22,7 @@ +Author: Alexandre Dantas +Last-Update: 2014-08-18 +--- xbomb.orig/Makefile ++++ xbomb/Makefile +@@ -19,7 +19,7 @@ INCLUDES= LIB= diff -Nru xbomb-2.2a/debian/postinst xbomb-2.2b/debian/postinst --- xbomb-2.2a/debian/postinst 2013-05-02 23:54:18.000000000 +0000 +++ xbomb-2.2b/debian/postinst 2014-08-18 03:32:44.000000000 +0000 @@ -27,3 +27,8 @@ # Set permissions (fixes permissions of pre 2.0-3 files) chmod 664 $i done + +# Updating menus after adding the current entry +if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then + update-menus +fi diff -Nru xbomb-2.2a/debian/postrm xbomb-2.2b/debian/postrm --- xbomb-2.2a/debian/postrm 2013-05-02 23:54:18.000000000 +0000 +++ xbomb-2.2b/debian/postrm 2014-08-18 03:32:44.000000000 +0000 @@ -1,7 +1,9 @@ -#!/bin/sh -e +#!/bin/sh +set -e if [ "$1" = "purge" ]; then rm -rf /var/games/xbomb fi +if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi #DEBHELPER# diff -Nru xbomb-2.2a/debian/source/include-binaries xbomb-2.2b/debian/source/include-binaries --- xbomb-2.2a/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ xbomb-2.2b/debian/source/include-binaries 2014-08-18 03:32:44.000000000 +0000 @@ -0,0 +1,3 @@ +debian/hicolor-icons/16x16/apps/xbomb.png +debian/hicolor-icons/32x32/apps/xbomb.png +debian/upstream/signing-key.asc \ No newline at end of file diff -Nru xbomb-2.2a/debian/upstream/signing-key.asc xbomb-2.2b/debian/upstream/signing-key.asc --- xbomb-2.2a/debian/upstream/signing-key.asc 1970-01-01 00:00:00.000000000 +0000 +++ xbomb-2.2b/debian/upstream/signing-key.asc 2014-08-18 03:32:44.000000000 +0000 @@ -0,0 +1,25 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: PGPfreeware 5.0i for non-commercial use + +mQGiBDdAROIRBAD5rYcENY8gk8OY0EJFVQvTjc/6GxKhZI5NfK9BOWQUZevhO+GO +RcJi6DT6R4lmy/s68c6zUAEA9IfRiKqZiGvLDyzw1+6/FyPw0hOvw8Dm5xQBzS/I +Tg4KruOvPKm5NNfHGkdIunmBx61PIeBs4Ql5XU6k2TQMGNnAZwvyFQsGEQCg/2OK +1vHwW4XtqG0Wc+l0tGYuj5UD/2P7bFw1CkiVT/mkfbVHuAKWkaZSEPtnRbBMjWlg ++0358vZ5jwm3lPJOKbOBbh2TJ7r9+fsQc0BxppCu3USVJZeMxI7vOWiq2Oh8tbv6 +TaSN1jU+z05H/vtDMdgJ5tPywUZf53/OLeVh59xfkLvsBoYmVb57Mp9zWXfXl72B +W3KVBADBKqC/iL9KTgb5wnB+uyE1yRbx/dVhy7aTsi6EcjzyvHhZFlXq0ZpGYVqa +jKxlJliBKfyZ4coPhTd4mMZHr7qtGVOzF91zSFieJDGWGRsyhb2b0DLo7tafSwr+ +BnEPz6C0gNHGy8mi+hLOxKMqcZc308azhVemE7o1kGDR+3rYVrQrQW5kcmV3IE0u +IEJpc2hvcCA8YW1iQGdlZGFua2VuLmRlbW9uLmNvLnVrPokASwQQEQIACwUCN0BE +4gQLAwECAAoJEMrstdG/whHu5IwAmweYY5Vk+Kuzv+VEz+tX5plEeDLeAKDnwaP8 +nyGc/byvHpx8jXXv5M0S+okARgQQEQIABgUCN0RynAAKCRB9zpB9GE7/tBqWAJ4h +1e44DNGYWeYD8nBbfPGE5xWhIwCbB2V9ucEOqQ3m8GsgaY59ayX92cK5AQ0EN0BE +/RAEAMR2Geaise060cihJSyyRsWCwhBW6V/dzOpQMi8OO4y/Hfd7hushs6GlLeq9 +GRAejVvB5MFX3zMBXBk3Lq7AkF5cPAcXgUzf9N0KgLFatpq39l8N+gczCeg7ll1E +xFuYGxRZoGCNuwy+kGFupEEXUIq5nb/UNozVhuyjdiQRvuVrAAICBACZkJaIzWz9 +lU74s2BoVY6t/xuIQrs2Rj3PgyJHYUATHFVvXAx6ohAv4QsZIiudRsJmiWB5EvX4 +sUbKAThQCFNZeid6SYbNMb0LF4h9no6tjZ2LEoiuAgxxs6rgkXMRGiBScr45Zoca +o7Z/RexTY1qUFey174uQBBlUeoaUEmd3RIkAPwMFGDdARP3K7LXRv8IR7hECAQcA +oIsMkqQCDcmI7lokEij8bKWH8HVOAJ0STu6geWe5i5lIIAQ2R98SAyMIxg== +=ifQs +-----END PGP PUBLIC KEY BLOCK----- diff -Nru xbomb-2.2a/debian/watch xbomb-2.2b/debian/watch --- xbomb-2.2a/debian/watch 2013-05-03 00:49:47.000000000 +0000 +++ xbomb-2.2b/debian/watch 2014-08-18 03:32:44.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 -http://www.gedanken.demon.co.uk/download-xbomb/xbomb-(.*)\.(.*)\.tgz - +version=3 +opts="pgpsigurlmangle=s/$/.asc/" \ +http://www.gedanken.org.uk/software/xbomb/download/xbomb-(.*)\.(.*)\.tgz diff -Nru xbomb-2.2a/debian/xbomb.desktop xbomb-2.2b/debian/xbomb.desktop --- xbomb-2.2a/debian/xbomb.desktop 1970-01-01 00:00:00.000000000 +0000 +++ xbomb-2.2b/debian/xbomb.desktop 2014-08-18 03:32:44.000000000 +0000 @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=xbomb +GenericName='minesweeper' game with squares, hexagons or triangles +Exec=xbomb +Terminal=false +Icon=xbomb +Categories=Game;LogicGame; +Keywords=minesweeper;hexagon;square;triangle; diff -Nru xbomb-2.2a/debian/xbomb.lintian-overrides xbomb-2.2b/debian/xbomb.lintian-overrides --- xbomb-2.2a/debian/xbomb.lintian-overrides 2013-05-03 00:54:17.000000000 +0000 +++ xbomb-2.2b/debian/xbomb.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -xbomb: statically-linked-binary usr/games/xbomb diff -Nru xbomb-2.2a/hiscore.c xbomb-2.2b/hiscore.c --- xbomb-2.2a/hiscore.c 2008-01-05 19:23:07.000000000 +0000 +++ xbomb-2.2b/hiscore.c 2010-12-24 09:31:11.000000000 +0000 @@ -1,5 +1,5 @@ /*************************************** - $Header: /home/amb/xbomb/RCS/hiscore.c 1.13 2008/01/05 19:23:07 amb Exp $ + $Header: /home/amb/CVS/xbomb/hiscore.c,v 1.13 2008-01-05 19:23:07 amb Exp $ XBomb - 'Minesweeper' game - Version 2.2. diff -Nru xbomb-2.2a/LSM xbomb-2.2b/LSM --- xbomb-2.2a/LSM 2009-11-29 09:02:28.000000000 +0000 +++ xbomb-2.2b/LSM 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -Begin3 -Title: XBomb - X Windows strategy game. -Version: 2.2a [29-Nov-09] -Entered-date: 29NOV09 -Description: A 'minesweeper' style strategy game for UNIX and - X-Windows. A test of speed and logic to find the - location of bombs hidden in a grid. A choice of - hexagonal, square or triangular grids, each in 3 - difficulty levels, all games played against the - clock, with a high-score table for each. -Keywords: X-Windows game strategy mine bomb -Author: amb@gedanken.demon.co.uk -Maintained-by: amb@gedanken.demon.co.uk -Primary-site: www.gedanken.demon.co.uk /download-xbomb - 24k xbomb-2.2a.tgz -Original-site: -Platforms: UNIX X-Windows -Copying-policy: GPL -End diff -Nru xbomb-2.2a/Makefile xbomb-2.2b/Makefile --- xbomb-2.2a/Makefile 1996-01-20 21:02:46.000000000 +0000 +++ xbomb-2.2b/Makefile 2010-12-24 09:31:11.000000000 +0000 @@ -1,4 +1,4 @@ -# $Header: /home/amb/xbomb/RCS/Makefile 1.13 1996/01/20 21:02:46 amb Exp $ +# $Header: /home/amb/CVS/xbomb/Makefile,v 1.13 1996-01-20 21:02:46 amb Exp $ # # XBomb - 'Minesweeper' game - Version 2 # diff -Nru xbomb-2.2a/README xbomb-2.2b/README --- xbomb-2.2a/README 2008-01-05 19:19:16.000000000 +0000 +++ xbomb-2.2b/README 2014-08-15 16:45:06.000000000 +0000 @@ -70,6 +70,6 @@ Andrew M. Bishop (XBomb first written late 1994/early 1995) -email: amb@gedanken.demon.co.uk [Please put xbomb in the subject line] +This program is Copyright Andrew M. Bishop 1995-2014 and distributed under GPL. -This program is Copyright Andrew M. Bishop 1995-2008 and distributed under GPL. +More information: http://www.gedanken.org.uk/software/xbomb/ diff -Nru xbomb-2.2a/xbomb.c xbomb-2.2b/xbomb.c --- xbomb-2.2a/xbomb.c 2009-11-29 08:54:53.000000000 +0000 +++ xbomb-2.2b/xbomb.c 2014-08-15 16:26:04.000000000 +0000 @@ -1,13 +1,11 @@ /*************************************** - $Header: /home/amb/xbomb/RCS/xbomb.c 1.16 2009/11/29 08:54:53 amb Exp $ - - XBomb - 'Minesweeper' game - Version 2.2a. + XBomb - 'Minesweeper' game - Version 2.2b. Main function of program - excludes all window interface parts. ******************/ /****************** Written by Andrew M. Bishop - This file Copyright 1994-2009 Andrew M. Bishop + This file Copyright 1994-2014 Andrew M. Bishop It may be distributed under the GNU Public License, version 2, or any higher version. See section COPYING of the GNU Public license for conditions under which this file may be redistributed. @@ -75,9 +73,9 @@ long t; printf("\n" - "XBomb Version 2.2a\n" + "XBomb Version 2.2b\n" "\n" - "(c) Andrew M. Bishop 1994-2009. [amb@gedanken.demon.co.uk]\n" + "(c) Andrew M. Bishop 1994-2013 [http://www.gedanken.org.uk/software/xbomb/]\n" "\n"); if(argc>1) diff -Nru xbomb-2.2a/xbomb.h xbomb-2.2b/xbomb.h --- xbomb-2.2a/xbomb.h 2008-01-05 19:24:16.000000000 +0000 +++ xbomb-2.2b/xbomb.h 2010-12-24 09:31:11.000000000 +0000 @@ -1,5 +1,5 @@ /*************************************** - $Header: /home/amb/xbomb/RCS/xbomb.h 1.9 2008/01/05 19:24:16 amb Exp $ + $Header: /home/amb/CVS/xbomb/xbomb.h,v 1.9 2008-01-05 19:24:16 amb Exp $ XBomb - 'Minesweeper' game - Version 2.2. diff -Nru xbomb-2.2a/xwindow.c xbomb-2.2b/xwindow.c --- xbomb-2.2a/xwindow.c 2009-11-29 08:54:53.000000000 +0000 +++ xbomb-2.2b/xwindow.c 2014-08-15 16:25:59.000000000 +0000 @@ -1,13 +1,11 @@ /*************************************** - $Header: /home/amb/xbomb/RCS/xwindow.c 1.26 2009/11/29 08:54:53 amb Exp $ - - XBomb - 'Minesweeper' game - Version 2.2a. + XBomb - 'Minesweeper' game - Version 2.2b. All X Window functions. ******************/ /****************** Written by Andrew M. Bishop - This file Copyright 1994-2009 Andrew M. Bishop + This file Copyright 1994-2014 Andrew M. Bishop It may be distributed under the GNU Public License, version 2, or any higher version. See section COPYING of the GNU Public license for conditions under which this file may be redistributed. @@ -147,7 +145,7 @@ toplevel=XtVaAppInitialize(&app_context,"XBomb", NULL, (Cardinal)0,argc,argv,NULL, - XtNtitle,"XBomb V2.2a", + XtNtitle,"XBomb V2.2b", XtNiconName,"XBomb", NULL); @@ -243,7 +241,7 @@ XtVaGetSubresources(play_area,(XtPointer)&resources,"grid","XBomb",xresources,XtNumber(xresources),NULL); values.font=resources.fontstruct->fid; - for(i=0;i