diff --git a/test/testwm.c b/test/testwm.c index 6efcb80276..25b9d22f4f 100644 --- a/test/testwm.c +++ b/test/testwm.c @@ -34,6 +34,14 @@ static const char *cursorNames[] = { "sizeALL", "NO", "hand", + "window top left", + "window top", + "window top right", + "window right", + "window bottom right", + "window bottom", + "window bottom left", + "window left" }; static int system_cursor = -1; static SDL_Cursor *cursor = NULL;