diff options
author | Jon Cruz <jonc@osg.samsung.com> | 2015-06-15 15:37:10 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-15 17:11:58 -0700 |
commit | 867d50eea7fc8be4e286ae751b75dcb4f27df99e (patch) | |
tree | 7e2fcbb6d60eb8fe63893df709b72a88bedfcee5 /desktop-shell/exposay.c | |
parent | d618f688d53e1df0ac31a275ae8541dc56f283ed (diff) |
Unified multiple definitions of container_of() macro.
Removed duplicate definitions of the container_of() macro and
refactored sources to use the single implementation.
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'desktop-shell/exposay.c')
-rw-r--r-- | desktop-shell/exposay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c index 622aa5a8..b6413405 100644 --- a/desktop-shell/exposay.c +++ b/desktop-shell/exposay.c @@ -28,6 +28,7 @@ #include <linux/input.h> #include "shell.h" +#include "shared/helpers.h" struct exposay_surface { struct desktop_shell *shell; |