diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:08:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:08:24 +0000 |
commit | 10e344b7a245da1718968f36c5d4783e7b1a13a6 (patch) | |
tree | 7ebc89cd2efb5dbd681ac61da326a56117883d41 /games/pp/files/patch-ac | |
parent | Add gnomemeeting.schema (diff) |
Add back the blackjack, pp and xlines ports, which were prematurely
deleted by will.
Notes
Notes:
svn path=/head/; revision=59879
Diffstat (limited to 'games/pp/files/patch-ac')
-rw-r--r-- | games/pp/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pp/files/patch-ac b/games/pp/files/patch-ac new file mode 100644 index 000000000000..6940b5b2200b --- /dev/null +++ b/games/pp/files/patch-ac @@ -0,0 +1,11 @@ +--- leiste.cpp Thu Apr 3 14:44:26 1997 ++++ leiste.cpp.new Sat Jan 29 04:48:38 2000 +@@ -32,7 +32,7 @@ + + leiste::leiste(QWidget *parent=0, const char *name=0, + QString picPfad="") +- :QWidget (parent, name) ++ :QWidget (parent, name), buttonHoehe(104), buttonBreite(140) + { + sci=0; + setMouseTracking (TRUE); |