[ecore_input] fix build break - the semicolon
authorShinwoo Kim <kimcinoo.efl@gmail.com>
Mon, 20 Oct 2014 17:00:04 +0000 (02:00 +0900)
committerShinwoo Kim <kimcinoo.efl@gmail.com>
Mon, 20 Oct 2014 17:00:04 +0000 (02:00 +0900)
src/lib/ecore_input/Ecore_Input.h

index f9f781a7fcd5454b2c927280f0871f9e9b5763d6..e6e1259c08166e54d4d185feb1c379b120fdc40e 100644 (file)
@@ -258,8 +258,8 @@ extern "C" {
         unsigned int     timestamp; /**< Time when the event occurred */
         unsigned int     modifiers; /**< The combination of modifiers key (SHIT,CTRL,ALT,..)*/
         
-        int              x /**< x coordinate relative to window where event happened */
-        int              y /**< y coordinate relative to window where event happened */
+        int              x; /**< x coordinate relative to window where event happened */
+        int              y; /**< y coordinate relative to window where event happened */
      };
 
    /**