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:
362a505
)
don't add rect for entire screen on wl region create
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Feb 2015 22:30:05 +0000
(17:30 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 10 Feb 2015 22:30:05 +0000
(17:30 -0500)
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 55ab4a613adbb38e87f1689eb72b1fa2ca3dcb7f..6b486d0e739681a43dc6a43eae1ede8f89a09691 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-1328,10
+1328,6
@@
_e_comp_wl_compositor_cb_region_create(struct wl_client *client, struct wl_resou
/* set tiler size */
eina_tiler_tile_size_set(tiler, 1, 1);
- /* add rectangle to tiler */
- eina_tiler_rect_add(tiler,
- &(Eina_Rectangle){0, 0, comp->man->w, comp->man->h});
-
if (!(res = wl_resource_create(client, &wl_region_interface, 1, id)))
{
ERR("\tFailed to create region resource");