summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/files/patch-gnomine_minefield.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-04 03:56:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-04 03:56:01 +0800
commitf90374843aeed2c2bc035d8aaff1a0ddccc58d38 (patch)
treed19e81b8cb4959aca24e03db87ed4e3a218b9fd3 /games/gnomegames2/files/patch-gnomine_minefield.c
parent978d25977b28b69ca1ecd9e1f44d9fc648587bff (diff)
downloadmarcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar.gz
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar.bz2
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar.lz
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar.xz
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.tar.zst
marcuscom-ports-f90374843aeed2c2bc035d8aaff1a0ddccc58d38.zip
Update to 2.3.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1009 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/files/patch-gnomine_minefield.c')
-rw-r--r--games/gnomegames2/files/patch-gnomine_minefield.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/gnomegames2/files/patch-gnomine_minefield.c b/games/gnomegames2/files/patch-gnomine_minefield.c
deleted file mode 100644
index 33d8cdbcb..000000000
--- a/games/gnomegames2/files/patch-gnomine_minefield.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- gnomine/minefield.c.orig Sun Jul 13 15:45:21 2003
-+++ gnomine/minefield.c Sun Jul 13 15:45:38 2003
-@@ -226,11 +226,11 @@
- static void gtk_minefield_size_allocate (GtkWidget *widget,
- GtkAllocation *allocation)
- {
-- widget->allocation = *allocation;
- guint minesize, width, height;
- guint xofs, yofs;
- GtkMineField * mfield;
-
-+ widget->allocation = *allocation;
- mfield = GTK_MINEFIELD (widget);
-
- if (GTK_WIDGET_REALIZED (widget)) {