diff options
author | Jess VanDerwalker <washu@sonic.net> | 2012-07-25 13:42:27 -0700 |
---|---|---|
committer | Jess VanDerwalker <washu@sonic.net> | 2012-07-26 22:22:37 -0700 |
commit | dae084822ed137c854599e25ab1a660e29b98e56 (patch) | |
tree | 5c3200a715aa8cf49be8f31d46c962c72d4780b9 /Makefile.am | |
parent | d0224611012556ffc6bda9cef75b4e7371d0893d (diff) |
libxcwm: Fix for build fail do to missing paren.
Missing paren was in memset statement for window sizing struct.
Removed memset statement, moved memory allocation for xcwm_window_t
sizing to xcwm_window_create() and changed to calloc to 0 fill
xcwm_sizing_t structure.
Properly freeing memory for window sizing struct in xcwm_window_release.
Signed-off-by: Jess VanDerwalker <washu@sonic.net>
Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions