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:
7d8b272
)
fix a variable used without being initialized case
author
Dana Jansens
<danakj@orodu.net>
Thu, 25 Sep 2003 22:00:07 +0000
(22:00 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 25 Sep 2003 22:00:07 +0000
(22:00 +0000)
openbox/menuframe.c
patch
|
blob
|
history
diff --git
a/openbox/menuframe.c
b/openbox/menuframe.c
index de84dbf0204e1f325a2cfe8b9d5a1ed73903f171..95168d4e7ea908af1d3f947c3ded8044d4719191 100644
(file)
--- a/
openbox/menuframe.c
+++ b/
openbox/menuframe.c
@@
-184,7
+184,7
@@
void menu_frame_move(ObMenuFrame *self, gint x, gint y)
void menu_frame_move_on_screen(ObMenuFrame *self)
{
- Rect *a;
+ Rect *a
= NULL
;
guint i;
gint dx = 0, dy = 0;
gint pos, half;