Pipette and "On Preview Widgets" branch. See issue 227
The pipette part is already working quite nice but need to be finished. The widgets part needs more work...
This commit is contained in:
26
rtengine/simpleprocess.h
Normal file
26
rtengine/simpleprocess.h
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* File: simpleprocess.h
|
||||
* Author: askv
|
||||
*
|
||||
* Created on September 18, 2010, 8:31 PM
|
||||
*/
|
||||
|
||||
#ifndef SIMPLEPROCESS_H
|
||||
#define SIMPLEPROCESS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
namespace rtengine {
|
||||
|
||||
extern Glib::Thread *batchThread;
|
||||
}
|
||||
#endif /* SIMPLEPROCESS_H */
|
||||
|
Reference in New Issue
Block a user