diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-12-02 12:40:56 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-12-02 12:46:18 +0900 |
commit | e2467724da55a64138286b433db16f3b59e33175 (patch) | |
tree | 5546be3b5711faa641493b1690955815763e9720 /NEWS | |
parent | c5b3956cc3415d8a0bed48fb7dcb21eae01bc8c2 (diff) | |
download | efl-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Improvements: Fixes: + * Check ecore_x_window_prop_card32_get() return value correctly in ecore_x_e. + Removals: |