projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e90c85
)
make animation default on again. :/
author
Dana Jansens
<danakj@orodu.net>
Sat, 5 May 2007 16:20:04 +0000
(16:20 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 5 May 2007 16:20:04 +0000
(16:20 +0000)
data/rc.xml.in
patch
|
blob
|
history
openbox/config.c
patch
|
blob
|
history
diff --git
a/data/rc.xml.in
b/data/rc.xml.in
index 4de262d6d0d46cc9ee370d31a8461fee02f66033..bfffdd78e8896536bdb7bf4bc8fd6bf70997d746 100644
(file)
--- a/
data/rc.xml.in
+++ b/
data/rc.xml.in
@@
-43,7
+43,7
@@
-->
<keepBorder>yes</keepBorder>
<hideDisabled>no</hideDisabled>
- <animateIconify>
no
</animateIconify>
+ <animateIconify>
yes
</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>7</size>
diff --git
a/openbox/config.c
b/openbox/config.c
index 325beeb14a44096ebd66e702b153c19c61c0f704..367fb2f9e9b3e335d0ae23ed87beb99fa40fb86a 100644
(file)
--- a/
openbox/config.c
+++ b/
openbox/config.c
@@
-809,7
+809,7
@@
void config_startup(ObParseInst *i)
config_theme = NULL;
- config_animate_iconify =
FALS
E;
+ config_animate_iconify =
TRU
E;
config_title_layout = g_strdup("NLIMC");
config_theme_keepborder = TRUE;
config_theme_hidedisabled = FALSE;