Added test for action in test-simple.c.
[platform/core/uifw/at-spi2-atk.git] / util / mag_image.h
index 122f8d3..6ca08b7 100644 (file)
@@ -42,6 +42,8 @@ xlib_colormap * x_cmap;
 typedef struct _MagnifierData {
        int mag_width;
        int mag_height;
+       int mag_x;
+       int mag_y;
        int factor_x;
        int factor_y;
        point center;