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:
0e5d00d
)
Init *newtarget to NULL
author
Mikael Magnusson
<mikachu@gmail.com>
Fri, 19 Feb 2010 21:45:41 +0000
(22:45 +0100)
committer
Mikael Magnusson
<mikachu@gmail.com>
Fri, 19 Feb 2010 21:45:41 +0000
(22:45 +0100)
openbox/focus_cycle_popup.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle_popup.c
b/openbox/focus_cycle_popup.c
index d7ac9f53d121b81e27fd33505ede9a6974d7e38c..c48b8f2bf4b8f2bdba8914aa04001577e901d998 100644
(file)
--- a/
openbox/focus_cycle_popup.c
+++ b/
openbox/focus_cycle_popup.c
@@
-317,7
+317,7
@@
static void popup_render(ObFocusCyclePopup *p, const ObClient *c)
gint innerw, innerh;
gint i;
GList *it;
- const ObFocusCyclePopupTarget *newtarget;
+ const ObFocusCyclePopupTarget *newtarget
= NULL
;
gint newtargetx, newtargety;
screen_area = screen_physical_area_primary(FALSE);