forked from KolibriOS/kolibrios
Ivan Baravy
83176ac8ef
kernel: Fix window redraw after 1px move.
If - window A is above window B, and - window A has been moved, then window B receives a redraw event. But if that move was 1px right or down, window B didn't receive an event because of off-by-one error. Now it's fixed. git-svn-id: svn://kolibrios.org@9221 a494cfbc-eb01-0410-851d-a64ba20cac60
Description
No description provided
Languages
C
69.1%
Assembly
14.7%
C++
10.4%
Makefile
1.6%
HTML
1.3%
Other
2.3%