mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-27 17:02:33 +01:00
Fixed synchronization problem between hair cursor and mouse cursor in
wmagnify with mouse cursor at the screen edge.
This commit is contained in:
@@ -114,6 +114,9 @@ Changes since version 0.80.2:
|
|||||||
- Fixed bug with incorrect un-escaping if there is a dot in wm_class.
|
- Fixed bug with incorrect un-escaping if there is a dot in wm_class.
|
||||||
- Updated Catalan translations (Ernest Adrogue <eadrogue@gmx.net>)
|
- Updated Catalan translations (Ernest Adrogue <eadrogue@gmx.net>)
|
||||||
- Updated Spanish translation of WPrefs (Alberto Gimenez <algibe@teleline.es>)
|
- Updated Spanish translation of WPrefs (Alberto Gimenez <algibe@teleline.es>)
|
||||||
|
- Fixed synchronization problem between hair cursor and mouse cursor in
|
||||||
|
wmagnify with mouse cursor at the screen edge (Jon Diercks <jon@diercks.net>)
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.80.1:
|
Changes since version 0.80.1:
|
||||||
.............................
|
.............................
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ updateImage(BufferData *data, int rx, int ry)
|
|||||||
for (x = 0; x < data->width; x++) {
|
for (x = 0; x < data->width; x++) {
|
||||||
unsigned long pixel;
|
unsigned long pixel;
|
||||||
|
|
||||||
pixel = getpix(image, x-xoffs, y-yoffs, xoffs, yoffs);
|
pixel = getpix(image, x, y, xoffs, yoffs);
|
||||||
|
|
||||||
if (drawpoint(data, pixel, x, y))
|
if (drawpoint(data, pixel, x, y))
|
||||||
changedPixels++;
|
changedPixels++;
|
||||||
|
|||||||
Reference in New Issue
Block a user