diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-07 18:05:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-07 18:05:56 +0000 |
commit | 982c40343174a1d2dc8200e76512698583411a99 (patch) | |
tree | 2ec360f881008fe15bfe153726949ecca614000d /x11-wm/afterstep-stable | |
parent | d8204be9e5acf6864175fd0f92ef22f066cf7dc8 (diff) | |
download | ports-982c40343174a1d2dc8200e76512698583411a99.tar.gz ports-982c40343174a1d2dc8200e76512698583411a99.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-decor.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-decor.c b/x11-wm/afterstep-stable/files/patch-decor.c new file mode 100644 index 000000000000..531e2ba2620d --- /dev/null +++ b/x11-wm/afterstep-stable/files/patch-decor.c @@ -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 ) + { |