summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-01 12:14:06 -0800
committerKeith Packard <keithp@keithp.com>2012-03-01 12:14:06 -0800
commit1be8749b89ce4cf6f582d8825c73cd082c6fb812 (patch)
tree3f404d6d3eca12752580384ee65e73fed85e8f9b /configure.ac
parent664647a07ca98b70ae165d0eaabe6f643c66fb25 (diff)
Add Cairo::Surface::create_window_hidden and Cairo::Surface::set_window_shown
These allow the application control over the visibility of the top-level window, making it possible to compute the preferred size of the window before displaying it. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 56d561b..2d02e13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,9 @@ AM_MAINTAINER_MODE
dnl libtool versioning
-LT_CURRENT=1
+LT_CURRENT=2
LT_REVISION=0
-LT_AGE=1
+LT_AGE=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)