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:
8428bec
)
start with 0 desktops, so the focus_order stuff all gets initialized properly
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 08:06:19 +0000
(08:06 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 08:06:19 +0000
(08:06 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 01acbfe22ff6f40570d21888eced5f8a527d120d..3ff40df4c12339b73bee4b695f43c8f6a34e15d2 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-20,7
+20,7
@@
SubstructureNotifyMask | SubstructureRedirectMask | \
ButtonPressMask | ButtonReleaseMask | ButtonMotionMask)
-guint screen_num_desktops =
1
;
+guint screen_num_desktops =
0
;
guint screen_desktop = 0;
Size screen_physical_size;
gboolean screen_showing_desktop;