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:
761e350
)
Forgot to init restack sibling to NULL
author
Mikael Magnusson
<mikachu@gmail.com>
Mon, 6 Oct 2014 15:38:22 +0000
(17:38 +0200)
committer
Mikael Magnusson
<mikachu@gmail.com>
Mon, 6 Oct 2014 15:38:22 +0000
(17:38 +0200)
openbox/stacking.c
patch
|
blob
|
history
diff --git
a/openbox/stacking.c
b/openbox/stacking.c
index 5fc07032ce5bd505d68f239602942de4eeaacdd5..166d382d37c1ccee7d5957bfa746ce0b68fed319 100644
(file)
--- a/
openbox/stacking.c
+++ b/
openbox/stacking.c
@@
-696,7
+696,7
@@
gboolean stacking_restack_request(ObClient *client, ObWindow *sibling_win,
{
gboolean ret = FALSE;
- ObClient *sibling;
+ ObClient *sibling
= NULL
;
if (sibling_win && WINDOW_IS_CLIENT(sibling_win))
sibling = WINDOW_AS_CLIENT(sibling_win);