diff options
Diffstat (limited to 'openbox/dock.c')
| -rw-r--r-- | openbox/dock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/dock.c b/openbox/dock.c index 7b92ff58..eceb3b99 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -313,6 +313,8 @@ void dock_configure() dock->y = a->height; gravity = SouthEastGravity; break; + default: + g_assert_not_reached(); } } @@ -578,6 +580,8 @@ void dock_app_drag(ObDockApp *app, XMotionEvent *e) case OB_ORIENTATION_VERT: after = (y > over->h / 2); break; + default: + g_assert_not_reached(); } /* remove before doing the it->next! */ |
