projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c322573
)
Initialize variables.
author
Chris Michael
<devilhorns@comcast.net>
Tue, 11 Jun 2013 16:50:24 +0000
(17:50 +0100)
committer
Chris Michael
<devilhorns@comcast.net>
Thu, 13 Jun 2013 15:46:48 +0000
(16:46 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_surface.c
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_surface.c
b/src/bin/e_wayland/e_surface.c
index 89f709cb99ecec6ce4673dc3f09b196f22bf1b26..2528953ff1ad5a0513486c432ffa75f43ad8f3f1 100644
(file)
--- a/
src/bin/e_wayland/e_surface.c
+++ b/
src/bin/e_wayland/e_surface.c
@@
-191,10
+191,10
@@
e_surface_repaint_schedule(E_Surface *es)
EAPI void
e_surface_output_assign(E_Surface *es)
{
- E_Output *output, *noutput;
+ E_Output *output, *noutput
= NULL
;
pixman_region32_t region;
pixman_box32_t *box;
- unsigned int area, mask, max = 0;
+ unsigned int area, mask
= 0
, max = 0;
Eina_List *l;
pixman_region32_fini(&es->bounding);