Xming: Add a manifest file
Use manifests to enable XP style controls (only effective for XP and later and when themes are enabled). The addition of manifests shouldn't cause compatibility problems with older Windows versions. Manifest must have execute permissions, otherwise attempts to execute XWin.exe in the same directory will fail... Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
		
							parent
							
								
									fd8a32baba
								
							
						
					
					
						commit
						c02638fd68
					
				|  | @ -0,0 +1,16 @@ | ||||||
|  | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||||||
|  | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||||||
|  | 	<description>The XWin X Windows server for Cygwin.</description> | ||||||
|  | 	<dependency> | ||||||
|  | 	   <dependentAssembly> | ||||||
|  | 	     <assemblyIdentity | ||||||
|  | 	       type="win32" | ||||||
|  | 	       name="Microsoft.Windows.Common-Controls" | ||||||
|  | 	       version="6.0.0.0" | ||||||
|  | 	       processorArchitecture="X86" | ||||||
|  | 	       publicKeyToken="6595b64144ccf1df" | ||||||
|  | 	       language="*" | ||||||
|  | 	     /> | ||||||
|  | 	   </dependentAssembly> | ||||||
|  | 	</dependency> | ||||||
|  | </assembly> | ||||||
|  | @ -106,3 +106,4 @@ END | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| IDI_XWIN		ICON	"X.ico" | IDI_XWIN		ICON	"X.ico" | ||||||
|  | CREATEPROCESS_MANIFEST_RESOURCE_ID	RT_MANIFEST	"XWin.exe.manifest" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue