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:
2d92078
)
Initialize screen_last_desktop to 1.
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 23 Jul 2007 23:50:34 +0000
(
01:50
+0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Thu, 26 Jul 2007 19:11:10 +0000
(21:11 +0200)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 4257a50a67ff501ed0230b3c33d8e29604864ad0..23b600093dca6a9b7fbff33c6ca1c47adf64e532 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-57,7
+57,7
@@
static gboolean replace_wm();
guint screen_num_desktops;
guint screen_num_monitors;
guint screen_desktop;
-guint screen_last_desktop;
+guint screen_last_desktop
= 1
;
Size screen_physical_size;
gboolean screen_showing_desktop;
ObDesktopLayout screen_desktop_layout;