pkgsrc/editors/kdissert/patches/patch-ab
drochner 611f8d7da2 update to 1.0.5
changes:
kdissert 1.0.5
* new inline editor (hit the keys 'e', 'a', or 'i' to raise it).
* auto-sizing canvas
* generate documents from the command-line
* minor bugfixes
kdissert 1.0.4
bugfixes:
* crash when opening documents containing references of objects that have been removed
* new objects inherit the color of the parent
Additionally, the following features have been added:
* Spanish translation
* select subtrees easily
* spatial selection of objects using the keyboard
(optional, hiearchical selection is still available in
the settings)
2005-10-21 14:47:13 +00:00

12 lines
393 B
Text

$NetBSD: patch-ab,v 1.1 2005/10/21 14:47:13 drochner Exp $
--- src/kdissert/canvasview/DCanvasLink.cpp.orig 2005-10-21 16:03:50.000000000 +0200
+++ src/kdissert/canvasview/DCanvasLink.cpp
@@ -13,6 +13,7 @@
***************************************************************************/
#include <math.h>
+#include <stdlib.h>
#include <qpainter.h>
#include <qcolor.h>
#include <kdebug.h>