Index: brave.c =================================================================== --- brave.c (revision 22886) +++ brave.c (revision 22887) @@ -51,6 +51,7 @@ static desc_t desc[] = { {PCB_BRAVE_NOXOR, "noxor", "avoid xor drawing", "use alternative rendering instead of xor draw", 0}, + {PCB_BRAVE_CLIPBATCH, "clipbatch", "batch poly clipping", "batch polygon clipping in some expensive user operations", 0}, {0, NULL, NULL, NULL} };