projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c951027
)
rm debug print
author
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 09:39:53 +0000
(09:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 09:39:53 +0000
(09:39 +0000)
plugins/resistance.c
patch
|
blob
|
history
diff --git
a/plugins/resistance.c
b/plugins/resistance.c
index 64dfe0e70a8ad73d3a74c25ad4a06acfa25bc751..628802bd895f7aa98739e9c4530f876eae17414f 100644
(file)
--- a/
plugins/resistance.c
+++ b/
plugins/resistance.c
@@
-50,7
+50,6
@@
static void resist(Client *c, int *x, int *y)
window edge available, without going all the way from
bottom-to-top in the stacking list
*/
- g_print("r %d tl %d\n", r, tl);
if (!snapx && cl >= tr && l < tr && l >= tr - resistance)
*x = tr, snapx = TRUE;
else if (!snapx && cr <= tl && r > tl && r <= tl + resistance)