]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
this includes a number of things since my magnificent return....
[chaz/openbox] / openbox / menuframe.c
index 3cda7780b61701e84d5864da4cd4c444b5d97769..fa0af5300ef12c1da964d84ebfdbe16e481fa72c 100644 (file)
@@ -251,6 +251,8 @@ static void menu_entry_frame_render(ObMenuEntryFrame *self)
     case OB_MENU_ENTRY_TYPE_SEPARATOR:
         th = SEPARATOR_HEIGHT + 2*PADDING;
         break;
+    default:
+        g_assert_not_reached();
     }
     RECT_SET_SIZE(self->area, self->frame->inner_w, th);
     XResizeWindow(ob_display, self->window,
This page took 0.022421 seconds and 4 git commands to generate.