diff options
Diffstat (limited to 'x11-fm/jafm/files/patch-af')
-rw-r--r-- | x11-fm/jafm/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/jafm/files/patch-af b/x11-fm/jafm/files/patch-af new file mode 100644 index 000000000000..cfe921532620 --- /dev/null +++ b/x11-fm/jafm/files/patch-af @@ -0,0 +1,11 @@ +--- sfm.hh.orig Sat Feb 26 19:36:10 2000 ++++ sfm.hh Sat Feb 26 19:48:53 2000 +@@ -59,7 +59,7 @@ + + void slot_refresh () ; + +- void dragPointAt (const QPoint &p, const QList<DeskIcon> & =0) ; ++ void dragPointAt (const QPoint &p, const QList<DeskIcon> &) ; + void dragDropRelease (const QPoint &, const QList<DeskIcon> &) ; + + } ; |