all repos — openbox @ 1ee19207fbcf8c0918858d83d04b308ecd6988a7

openbox fork - make it a bit more like ryudo

fix a variable used without being initialized case
Dana Jansens danakj@orodu.net
commit

1ee19207fbcf8c0918858d83d04b308ecd6988a7

parent

7d8b272f8f68663ac5a6e005c5528627919f60d0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/menuframe.copenbox/menuframe.c

@@ -184,7 +184,7 @@ }

void menu_frame_move_on_screen(ObMenuFrame *self) { - Rect *a; + Rect *a = NULL; guint i; gint dx = 0, dy = 0; gint pos, half;