summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-12-02 12:40:56 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-12-02 12:46:18 +0900
commite2467724da55a64138286b433db16f3b59e33175 (patch)
tree5546be3b5711faa641493b1690955815763e9720 /ChangeLog
parentc5b3956cc3415d8a0bed48fb7dcb21eae01bc8c2 (diff)
downloadefl-e2467724da55a64138286b433db16f3b59e33175.tar.gz
ecore ecore_x_e: check 0 and -1 for ecore_x_window_prop_card32_get() return value which mean fail.
- ecore_x_window_prop_card32_get() returns: -1 if the property was not successfully fetched. 0 if the property exists but has no elements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ddd4556bb..a772e501d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-02 Daniel Juyung Seo (SeoZ)
+
+ * Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e.
+
2013-12-01 Carsten Haitzler (The Rasterman)
* 1.8 release