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:
6ea740c
)
changed the default edge-snap distance from 0 to 4. This way new users will see that...
author
Dana Jansens
<danakj@orodu.net>
Thu, 11 Apr 2002 06:59:34 +0000
(06:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 11 Apr 2002 06:59:34 +0000
(06:59 +0000)
src/openbox.cc
patch
|
blob
|
history
diff --git
a/src/openbox.cc
b/src/openbox.cc
index 017c5cddc8b4f498559597049856855f11ac5271..ffbe166c83f47aaee3516262cd28d9753103cb95 100644
(file)
--- a/
src/openbox.cc
+++ b/
src/openbox.cc
@@
-1509,7
+1509,7
@@
void Openbox::load_rc(BScreen *screen) {
if (config.getValue(name_lookup, class_lookup, l))
screen->saveEdgeSnapThreshold(l);
else
- screen->saveEdgeSnapThreshold(
0
);
+ screen->saveEdgeSnapThreshold(
4
);
sprintf(name_lookup, "session.screen%d.imageDither", screen_number);
sprintf(class_lookup, "Session.Screen%d.ImageDither", screen_number);