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:
d6f9bc9
)
make NLIMC the default titlebar layout
author
Dana Jansens
<danakj@orodu.net>
Sun, 6 Apr 2003 00:09:51 +0000
(
00:09
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 6 Apr 2003 00:09:51 +0000
(
00:09
+0000)
data/rc3
patch
|
blob
|
history
openbox/engine.c
patch
|
blob
|
history
diff --git
a/data/rc3
b/data/rc3
index 4ee41053c2381d803e5dcfd3dcdd532fac8569f0..c700fc3b18e2d9812eb9330f014eaf2561946853 100644
(file)
--- a/
data/rc3
+++ b/
data/rc3
@@
-35,7
+35,7
@@
# I - iconify button
# M - maximize button
# C - close button
-#titlebarLayout = "N
DS
LIMC"
+#titlebarLayout = "NLIMC"
# the font for the window titlebars
#font.title = "arial-8:bold"
diff --git
a/openbox/engine.c
b/openbox/engine.c
index 75446efc659704727fede7e349f9c554110b16fc..5012fecf872bb49bece7b00c186834361122ec3e 100644
(file)
--- a/
openbox/engine.c
+++ b/
openbox/engine.c
@@
-127,7
+127,7
@@
void engine_startup()
module = NULL;
engine_name = g_strdup(DEFAULT_ENGINE);
engine_theme = NULL;
- engine_layout = g_strdup("N
DS
LIMC");
+ engine_layout = g_strdup("NLIMC");
engine_font = g_strdup("Sans-7");
engine_shadow = FALSE;
engine_shadow_offset = 1;