Searched refs:closing (Results 1 – 4 of 4) sorted by relevance
43 uint8_t closing : 1; member
280 lv_glfw_window_t * window_to_delete = window->closing ? window : NULL; in window_update_handler()331 lv_window->closing = 1; in window_close_callback()340 lv_window->closing = 1; in key_callback()
16 --break-closing-braces17 --attach-closing-while
122 - You should write **why** you did it: ``x++; /* Point to closing '\0' of string */``