elm: Defined the same macro, MAX and MIN, in elm_priv.h
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 23 Jan 2014 14:15:39 +0000 (23:15 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 23 Jan 2014 14:15:39 +0000 (23:15 +0900)
commit30a3d9263379e430dae63e2256b400dbb946a940
treeb5a729b7eec884022fa4085a8215a933fb4e286b
parent6d7a183ba3a2729f407ff69f66facdcfd49ce0fb
elm: Defined the same macro, MAX and MIN, in elm_priv.h

MAX and MIN are defined in a couple of places and they was already
defined in elm_priv.h. So use elm_priv.h's one.
I also moved CEIL to elm_priv.h that can be used in another places.
src/lib/elm_conform.c
src/lib/elm_diskselector.c
src/lib/elm_hover.c
src/lib/elm_priv.h