- added xpm package.
This commit is contained in:
		
							parent
							
								
									70c363f042
								
							
						
					
					
						commit
						72bfd523d1
					
				| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
(define-interface xpm-interface
 | 
			
		||||
  (export create-pixmap-from-data
 | 
			
		||||
	  read-file-to-pixmap
 | 
			
		||||
	  ((xpm-attribute) :syntax)))
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
(define-structure xpm xpm-interface
 | 
			
		||||
  (open scheme
 | 
			
		||||
	xlib
 | 
			
		||||
	xlib-types
 | 
			
		||||
	signals
 | 
			
		||||
	external-calls
 | 
			
		||||
	finite-types)
 | 
			
		||||
  (files xpm))
 | 
			
		||||
		Loading…
	
		Reference in New Issue