windowing/windowserver/inc/textcursor.h
branchCompilerCompatibility
changeset 32 11eb4ca57dad
parent 0 5d03bc08d59c
equal deleted inserted replaced
31:8d23fe8ae91b 32:11eb4ca57dad
    70         Equivalent to ETypeHollowRectangle. This can be used for iterating through
    70         Equivalent to ETypeHollowRectangle. This can be used for iterating through
    71         the predefined cursor types.
    71         the predefined cursor types.
    72         
    72         
    73         WARNING: Enum for internal use ONLY. Compatibility is not guaranteed in future releases. */        
    73         WARNING: Enum for internal use ONLY. Compatibility is not guaranteed in future releases. */        
    74         ETypeLast=ETypeHollowRectangle,
    74         ETypeLast=ETypeHollowRectangle,
    75         /** Reserved for future use.
    75         /** Reserved for future use. */
    76 		
    76 		
    77 		/** All custom text cursors must have a type value greater than this. */
    77 		/** All custom text cursors must have a type value greater than this. */
    78 		ETypeLastBasic = 1000,	
    78 		ETypeLastBasic = 1000,	
    79 		};
    79 		};
    80 	/** Added for compatibility with previous releases. */
    80 	/** Added for compatibility with previous releases. */