wlroots/util
Las afa2e399aa Fix implicit conversion of floats to ints in calls to pixman_region32_contains_point
I do not think the conversion is specifically defined, but on my system and SirCmpwn's
the floats are rounded instead of floored, which is incorrect in this case, since
for a range from 0 to 256, any value greater or equal to 0 and less than 256 is valid.
I.e. [0;256[, or 0 <= x < 256, but if x is e.g. -0.1, then it will be rounded to 0, which
is invalid. The correct behavior would be to floor to -1.
2018-09-18 13:05:44 +02:00
..
array.c Another round of feedback from acrisci 2018-07-14 09:52:34 +02:00
log.c Add function wlr_log_get_verbosity() 2018-09-01 21:03:52 +05:30
meson.build Another round of feedback from acrisci 2018-07-14 09:52:34 +02:00
os-compatibility.c util: include config in os-compatibility.c 2018-07-21 20:39:00 +01:00
region.c Fix implicit conversion of floats to ints in calls to pixman_region32_contains_point 2018-09-18 13:05:44 +02:00
signal.c Make wlr_signal_emit_safe private 2018-02-12 19:52:47 +01:00