Mercurial > hg > svcore
comparison system/System.cpp @ 223:bf753a9abf0c
* Add slice layers (so you can display a slice of a colour 3d plot as if it were
a spectrum)
* Make spectrum layer a subclass of slice layer
author | Chris Cannam |
---|---|
date | Fri, 26 Jan 2007 16:59:57 +0000 |
parents | c7122e70f8ec |
children | 7033e188b2b2 |
comparison
equal
deleted
inserted
replaced
222:c7122e70f8ec | 223:bf753a9abf0c |
---|---|
21 #include <stdint.h> | 21 #include <stdint.h> |
22 | 22 |
23 #ifndef _WIN32 | 23 #ifndef _WIN32 |
24 #include <signal.h> | 24 #include <signal.h> |
25 #include <sys/statvfs.h> | 25 #include <sys/statvfs.h> |
26 #include <windows.h> | |
27 #endif | 26 #endif |
28 | 27 |
29 #ifdef __APPLE__ | 28 #ifdef __APPLE__ |
30 #include <sys/param.h> | 29 #include <sys/param.h> |
31 #include <sys/sysctl.h> | 30 #include <sys/sysctl.h> |