~7-eric/inkscape/boolop-fix

« back to all changes in this revision

Viewing changes to src/lpe-tool-context.h

Merge Google Summer of Code unit refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
#include "pen-context.h"
19
 
#include "helper/units.h"
20
19
 
21
20
#define SP_TYPE_LPETOOL_CONTEXT (sp_lpetool_context_get_type())
22
21
#define SP_LPETOOL_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST((o), SP_TYPE_LPETOOL_CONTEXT, SPLPEToolContext))