summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63e87dace1..f662b751b1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Improvements:
Fixes:
+ * Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e.
+
Removals: