1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

. Add a patch to fix the build on FreeBSD 4.x, forgotten in the previous

commit.

Reported by:	pointyhat (via kris)
Forgotten by:	glewis (...and the point hat goes to)
This commit is contained in:
Greg Lewis 2005-04-07 18:05:56 +00:00
parent d8204be9e5
commit 982c403431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132708

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- libAfterStep/decor.c.orig Fri Apr 1 10:55:09 2005
+++ libAfterStep/decor.c Fri Apr 1 10:55:38 2005
@@ -1659,8 +1659,8 @@
void
on_astbar_pointer_action( ASTBarData *tbar, int context, Bool leave, Bool pointer_moved )
{
- LOCAL_DEBUG_CALLER_OUT( "%p, %s, %d", tbar, context2text(context), leave );
static ASBalloon *last_balloon = NULL ;
+ LOCAL_DEBUG_CALLER_OUT( "%p, %s, %d", tbar, context2text(context), leave );
if( tbar == NULL )
{