mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
When assertions are disabled, providing an unexpected input to cursor_get_from_edge will cause the non-void function to terminate without a return value. This may be effectively unreachable in practice. However, returning a default cursor as a fall-through case will both silence a compiler warning and prevent catastrophy should the function ever be called with a permitted value. |
||
|---|---|---|
| .. | ||
| cursor.c | ||
| gestures.c | ||
| input.c | ||
| key-state.c | ||
| keyboard.c | ||
| meson.build | ||
| touch.c | ||