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:
3a90b75
)
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>
Sun, 5 Aug 2007 11:08:44 +0000
(13:08 +0200)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index fadca63f43c0fa8ffa294be9f1e031ee3fa285a9..60f6cdcccb3caa9d52b0a24b214793288d7efc7e 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-59,7
+59,7
@@
static void screen_fallback_focus();
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;