view include/mb_cons_supp.h @ 1256:8755415b5e99

More check for remvoing scene and scene group. - Without this check, it can make Inkscape crashed if we remove a node that had been removed. - Check whether it owns a parent node before removing. - A removed node has no parent node.
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 11 Jan 2011 15:02:27 +0800
parents 9163eefa0039
children
line wrap: on
line source

// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
// vim: sw=4:ts=8:sts=4
#ifndef __CONS_SUPP_H_
#define __CONS_SUPP_H_

typedef void *MB_WINDOW;
typedef void *MB_DISPLAY;

#endif