Move colour management to its own compilation unit
Also make it apparent that CMM profiles are pointer types. This isn't all that pretty, but it's a necessary first step.
This commit is contained in:
		@@ -164,7 +164,8 @@ tiff_tables = custom_target('tiff-tables.h',
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
desktops = ['fiv.desktop', 'fiv-browse.desktop']
 | 
			
		||||
iolib = static_library('fiv-io', 'fiv-io.c', 'xdg.c', tiff_tables,
 | 
			
		||||
iolib = static_library('fiv-io', 'fiv-io.c', 'fiv-io-profile.c', 'xdg.c',
 | 
			
		||||
	tiff_tables,
 | 
			
		||||
	dependencies : dependencies).extract_all_objects(recursive : true)
 | 
			
		||||
exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-context-menu.c',
 | 
			
		||||
	'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'fiv-collection.c',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user