[Bf-blender-cvs] [c4b7440] input_method_editor: Cleanup: Whitespace before comments

Severin noreply at git.blender.org
Tue Nov 18 00:04:24 CET 2014


Commit: c4b7440bc02e91885e9111942d2397a8072885e7
Author: Severin
Date:   Tue Nov 18 00:02:47 2014 +0100
Branches: input_method_editor
https://developer.blender.org/rBc4b7440bc02e91885e9111942d2397a8072885e7

Cleanup: Whitespace before comments

Missed that in rB23c7716bbbdef99

===================================================================

M	intern/ghost/GHOST_IWindow.h

===================================================================

diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index 4bed354..e76068c 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -332,16 +332,16 @@ public:
 	virtual float getNativePixelSize(void) = 0;
 
 	/**
-	* Enable IME attached to the given window, i.e. allows user-input
-	* events to be dispatched to the IME.
-	* \param x Requested x-coordinate of the rectangle
-	* \param y Requested y-coordinate of the rectangle
-	* \param w Requested width of the rectangle
-	* \param h Requested height of the rectangle
-	* \param complete Whether or not to complete the ongoing composition
-	*     true:  Start a new composition
-	*     false: Move the IME windows to the given position without finishing it.
-	*/
+	 * Enable IME attached to the given window, i.e. allows user-input
+	 * events to be dispatched to the IME.
+	 * \param x Requested x-coordinate of the rectangle
+	 * \param y Requested y-coordinate of the rectangle
+	 * \param w Requested width of the rectangle
+	 * \param h Requested height of the rectangle
+	 * \param complete Whether or not to complete the ongoing composition
+	 *     true:  Start a new composition
+	 *     false: Move the IME windows to the given position without finishing it.
+	 */
 	virtual void enableIME(GHOST_TInt32 x,
                            GHOST_TInt32 y,
                            GHOST_TInt32 w,
@@ -349,9 +349,9 @@ public:
                            int completed) = 0;
 
 	/**
-	* Disable the IME attached to the given window, i.e. prohibits any user-input
-	* events from being dispatched to the IME.
-	*/
+	 * Disable the IME attached to the given window, i.e. prohibits any user-input
+	 * events from being dispatched to the IME.
+	 */
 	virtual void disableIME() = 0;
 	
 #ifdef WITH_CXX_GUARDEDALLOC




More information about the Bf-blender-cvs mailing list