pkgsrc/editors/kdissert/patches/patch-ac
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

13 lines
455 B
Text

$NetBSD: patch-ac,v 1.1 2005/10/21 14:47:13 drochner Exp $
--- src/kdissert/canvasview/DCanvasView.cpp.orig 2005-10-21 16:08:23.000000000 +0200
+++ src/kdissert/canvasview/DCanvasView.cpp
@@ -12,6 +12,8 @@
* GNU General Public License for more details. *
***************************************************************************/
+#include <limits>
+
#include <qpoint.h>
#include <qdragobject.h>
#include <qevent.h>