mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
- add LAB_WINDOW_TYPE_INVALID in place of literal -1 - document more clearly that enum lab_view_criteria is a bitset - other one-off replacements of integer values/types for consistency Note: variables of type enum lab_view_criteria are already used extensively throughout the code to contain combinations of the declared enum values. I am not introducing any new usage here, just changing the single uint32_t to be consistent with all the other usages. |
||
|---|---|---|
| .. | ||
| img-png.c | ||
| img-svg.c | ||
| img-xbm.c | ||
| img-xpm.c | ||
| img.c | ||
| meson.build | ||