mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Ticket #33: Expose new 'cursor' parameter for configuring local/remote cursor.
This commit is contained in:
		| @@ -7,6 +7,11 @@ | |||||||
|     <param name="read-only"     type="boolean" title="Read-only"                value="true"/> |     <param name="read-only"     type="boolean" title="Read-only"                value="true"/> | ||||||
|     <param name="swap-red-blue" type="boolean" title="Swap red/blue components" value="true"/> |     <param name="swap-red-blue" type="boolean" title="Swap red/blue components" value="true"/> | ||||||
|  |  | ||||||
|  |     <param name="cursor" type="enum" title="Cursor"> | ||||||
|  |         <option value="local">Local</option> | ||||||
|  |         <option value="remote">Remote</option> | ||||||
|  |     </param> | ||||||
|  |  | ||||||
|     <param name="color-depth" type="enum" title="Color depth"> |     <param name="color-depth" type="enum" title="Color depth"> | ||||||
|         <option value="8">256 color</option> |         <option value="8">256 color</option> | ||||||
|         <option value="16">Low color (16-bit)</option> |         <option value="16">Low color (16-bit)</option> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user