summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-03 09:38:07 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-03 09:38:07 +0000
commitdca8f6d8b87d6f92ff21344ec80b64c7a3b7de7f (patch)
tree6c68870720273373decf63e56ea122e8246ee12d /config.h.in
parent49beef1defd12ed621bb712fb81cd78248da44f2 (diff)
issue 76 - as stated in the documentation gtk_window_get_size() isn't always up to date. I'm sure it worked when I implemented this on GNOME, so as the docs suggest I think behavior could vary on other window managers. I'm on XFCE now and it doesn't work. use the configure-event to save the size instead.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 05d248e..a3a9510 100644
--- a/config.h.in
+++ b/config.h.in
@@ -21,6 +21,9 @@
/* Define if libproxy is available */
#undef HAVE_LIBPROXY
+/* Define if libunique is available */
+#undef HAVE_LIBUNIQUE
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H