Commit b3067ad
committed
Fix incorrect start position of client pixmap
The pixmap of raw_background should start at coordinates (dst_x, dst_y)
= (0, 0) relative to the client's window, instead of
(window->client.left, window->client.top) relative to the client's
window.
Signed-off-by: Wei-Hsin Yeh <[email protected]>1 parent 53b11ca commit b3067ad
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
| 313 | + | |
| 314 | + | |
316 | 315 | | |
317 | 316 | | |
318 | 317 | | |
| |||
0 commit comments