x11: Fixed incorrect height value on shm put image.
authorTaekyun Kim <tkq.kim@samsung.com>
Thu, 18 Jun 2015 08:29:55 +0000 (17:29 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 7 Jul 2015 06:56:50 +0000 (15:56 +0900)
Typo error.

Change-Id: Iadf379715b927aaa2979b785c92417f6a8066a79

x11/src/x11-output.c

index 0932c10..4af6ee0 100644 (file)
@@ -464,7 +464,7 @@ x11_output_repaint(void *o)
                                            0,   /* src_x */
                                            0,   /* src_y */
                                            output->shm.w,  /* src_w */
-                                           output->shm.w, /* src_h */
+                                           output->shm.h, /* src_h */
                                            0,   /* dst_x */
                                            0,   /* dst_y */
                                            output->depth,   /* depth */