diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2013-08-11 02:03:23 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2013-08-11 02:03:23 +0200 |
| commit | 21349b6046d21f7af959fb286790c977f4eead50 (patch) | |
| tree | ddcc82e87fca44c7b25319bb3820422edc2fd779 /openbox/event.c | |
| parent | 1b73a296464546f7dc58f2a753d13042a94337b0 (diff) | |
Convert two // to /*
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c index ccbb56e6..1b3a0e46 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -2004,9 +2004,9 @@ static void event_handle_menu(ObMenuFrame *frame, XEvent *ev) switch (ev->type) { case MotionNotify: - // We need to catch MotionNotify in addition to EnterNotify because - // it is possible for the menu to be opened under the mouse cursor, and - // moving the mouse should select the item. + /* We need to catch MotionNotify in addition to EnterNotify because + it is possible for the menu to be opened under the mouse cursor, and + moving the mouse should select the item. */ if ((e = g_hash_table_lookup(menu_frame_map, &ev->xmotion.window))) { if (e->ignore_enters) --e->ignore_enters; @@ -2029,7 +2029,7 @@ static void event_handle_menu(ObMenuFrame *frame, XEvent *ev) } break; case LeaveNotify: - /*ignore leaves when we're already in the window */ + /* ignore leaves when we're already in the window */ if (ev->xcrossing.detail == NotifyInferior) break; |
