Ejemplo n.º 1
0
static int
count_app_handler(Cellidx ci, int descending) {
     if (!descending)
	  return 1;	/* do nothing, just continue */
     if (Ltype(ci) == APPL)
	  napplication++;
     return 1;		/* go deeper */
}
Ejemplo n.º 2
0
qreal TextLayer::pointnext()
{
  LayerHightChecks();
	if (Ltype() != DIV_ABSOLUTE) {
		return hi;
	} else {
		return 0;
	}
  update();
}