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 /ChangeLog | |
parent | c5b3956cc3415d8a0bed48fb7dcb21eae01bc8c2 (diff) |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |