mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
This commit is contained in:
parent
3b1560390b
commit
77a92d98c3
92 changed files with 690 additions and 653 deletions
|
@ -24,7 +24,7 @@ using System.Runtime.InteropServices;
|
|||
namespace Greenshot.Interop {
|
||||
// This is the COM IServiceProvider interface, not System.IServiceProvider .Net interface!
|
||||
[ComImport(), ComVisible(true), Guid("6D5140C1-7436-11CE-8034-00AA006009FA"),
|
||||
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
public interface IServiceProvider {
|
||||
[return: MarshalAs(UnmanagedType.I4)][PreserveSig]
|
||||
int QueryService(ref Guid guidService, ref Guid riid, [MarshalAs(UnmanagedType.Interface)] out object ppvObject);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue