Jaehwan Kim [Thu, 31 Jan 2013 05:52:59 +0000 (05:52 +0000)]
Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object.
SVN revision: 83501
Mike McCormack [Thu, 31 Jan 2013 03:30:59 +0000 (03:30 +0000)]
efl: Fix a warning
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83498
Jihoon Kim [Thu, 31 Jan 2013 01:01:33 +0000 (01:01 +0000)]
efl/edje entry : Remove ecore_imf_context_cursor_position_set in functions related to selection.
SVN revision: 83495
Christopher Michael [Wed, 30 Jan 2013 15:12:22 +0000 (15:12 +0000)]
Since we actually support RandR 1.4 now, lets increment the minor
version number.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83484
Christopher Michael [Wed, 30 Jan 2013 15:12:15 +0000 (15:12 +0000)]
Remove blank line.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83483
Tom Hacohen [Wed, 30 Jan 2013 13:35:31 +0000 (13:35 +0000)]
Eo dbg info: Add support for to_string.
SVN revision: 83481
Christopher Michael [Wed, 30 Jan 2013 10:30:54 +0000 (10:30 +0000)]
Add UNUSED for parameter that is not used.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83474
Christopher Michael [Wed, 30 Jan 2013 10:18:46 +0000 (10:18 +0000)]
Update changelog.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83472
Christopher Michael [Wed, 30 Jan 2013 10:18:44 +0000 (10:18 +0000)]
Actually Implement RandR 1.4 functions (with code) ;)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83471
Christopher Michael [Wed, 30 Jan 2013 10:18:41 +0000 (10:18 +0000)]
Fix randr 1.4 function declarations to be sane (match rest of efl):
There is no point in returning a rectangle if we are filling in the
x, y, w, h params also. That's just stupidness.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83470
Christopher Michael [Wed, 30 Jan 2013 10:18:38 +0000 (10:18 +0000)]
Fix gamma functions (unsure how this all got messed up from previous
commit).
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83469
Christopher Michael [Wed, 30 Jan 2013 10:18:35 +0000 (10:18 +0000)]
Fix parameters for new RandR 1.4 functions.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83468
Christopher Michael [Wed, 30 Jan 2013 10:18:32 +0000 (10:18 +0000)]
Add the missing RandR 1.4 functions to Ecore_X header.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83467
Christopher Michael [Wed, 30 Jan 2013 10:18:28 +0000 (10:18 +0000)]
Update ChangeLog with recent commits.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83466
Christopher Michael [Wed, 30 Jan 2013 09:32:52 +0000 (09:32 +0000)]
Deprecate old ecore_x_randr_crtc_gamma functions.
Add new ecore_x_randr_crtc_gamma functions that use the proper
structure.
Add some missing UNUSED for function params.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83465
Christopher Michael [Wed, 30 Jan 2013 09:32:44 +0000 (09:32 +0000)]
Deprecate old ecore_x_randr_crtc_gamma functions.
Create new (proper) Ecore_X_Randr_Crtc_Gamma_Info structure.
Add new ecore_x_randr_crtc_gamma functions that use the proper
structure.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83464
Daniel Juyung Seo [Wed, 30 Jan 2013 09:30:46 +0000 (09:30 +0000)]
efl ChangeLog: fixed formatting season2. keep the sequence. we prepend for efl changelog not append.
SVN revision: 83463
Daniel Juyung Seo [Wed, 30 Jan 2013 09:30:39 +0000 (09:30 +0000)]
efl ChangeLog: Fixed formatting season 1.
SVN revision: 83462
Christopher Michael [Wed, 30 Jan 2013 07:25:43 +0000 (07:25 +0000)]
Add missing UNUSED to some function parameters.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83458
Sanjeev BA [Wed, 30 Jan 2013 00:27:28 +0000 (00:27 +0000)]
Remove redundant return statement.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 83454
Boris Faure [Tue, 29 Jan 2013 19:55:42 +0000 (19:55 +0000)]
ecore_x: randr: don't crash when launching e without second screen
SVN revision: 83449
Tom Hacohen [Tue, 29 Jan 2013 16:50:54 +0000 (16:50 +0000)]
Efl: revert committing that damned images.mk.
SVN revision: 83448
Tom Hacohen [Tue, 29 Jan 2013 16:36:01 +0000 (16:36 +0000)]
Eo dbg: Use eina_value as the debug info type.
SVN revision: 83443
Christopher Michael [Tue, 29 Jan 2013 14:48:18 +0000 (14:48 +0000)]
Remove ecore_x_randr.h file from Make. Not needed anymore.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83440
Christopher Michael [Tue, 29 Jan 2013 14:48:14 +0000 (14:48 +0000)]
Implement & fix ecore_x_randr code.
NB: All functions which are in the Ecore_X header have now been
implemented except for 2.
NB: No support yet for the RandR 1.4 functions.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83439
Christopher Michael [Tue, 29 Jan 2013 14:48:11 +0000 (14:48 +0000)]
Fix makefile for new randr code.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83438
Christopher Michael [Tue, 29 Jan 2013 14:48:08 +0000 (14:48 +0000)]
Remove old randr code.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83437
Christopher Michael [Tue, 29 Jan 2013 14:40:21 +0000 (14:40 +0000)]
Use palette mode none for conversion.
Comment out idle_flush (for now) as it is causing some segfaults with
elm_win_util_standard_add for some strange reason.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83436
Mike Blumenkrantz [Tue, 29 Jan 2013 13:52:22 +0000 (13:52 +0000)]
typos in NEWS files grind my gears
SVN revision: 83433
Carsten Haitzler [Tue, 29 Jan 2013 13:48:15 +0000 (13:48 +0000)]
fix edje cache miss
SVN revision: 83431
Carsten Haitzler [Tue, 29 Jan 2013 10:45:31 +0000 (10:45 +0000)]
also check priv->o before..
SVN revision: 83428
Carsten Haitzler [Tue, 29 Jan 2013 10:44:44 +0000 (10:44 +0000)]
emotion - be gooder. (use DEL callback not fREE and .. check priv->o!
SVN revision: 83427
Carsten Haitzler [Tue, 29 Jan 2013 08:24:21 +0000 (08:24 +0000)]
add @since.
SVN revision: 83419
Carsten Haitzler [Tue, 29 Jan 2013 08:23:40 +0000 (08:23 +0000)]
MINOR feature... not worth changelogging - add send event flag to
ecore-x-hide event.
SVN revision: 83418
Aharon Hillel [Tue, 29 Jan 2013 06:36:23 +0000 (06:36 +0000)]
Clouseau-Eo integration: Added debug info functions.
From now, classes implementing the Eo function with id
EO_BASE_SUB_ID_DBG_INFO_GET will be able to show in Clouseau their own
specific information.
Information contents is controlled by the class itself and no more
by Clouseau. Basic types and lists are supported..
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
SVN revision: 83410
Jihoon Kim [Tue, 29 Jan 2013 06:17:13 +0000 (06:17 +0000)]
efl/ecore_imf: remove trailing whitespace in Ecore_IMF.h
SVN revision: 83409
Cedric BAIL [Tue, 29 Jan 2013 06:01:42 +0000 (06:01 +0000)]
efl/edje: one less use of evas_object_type_get.
SVN revision: 83408
Jihoon Kim [Tue, 29 Jan 2013 04:41:23 +0000 (04:41 +0000)]
efl/ecore_imf: fix wrong commit. name, address type shouldn't be uploaded :(
SVN revision: 83403
Jihoon Kim [Tue, 29 Jan 2013 02:52:53 +0000 (02:52 +0000)]
efl/ecore_imf: fix typo in doxygen
SVN revision: 83397
Jihoon Kim [Tue, 29 Jan 2013 02:43:42 +0000 (02:43 +0000)]
efl/ecore_imf: supplement the document about ecore_imf_context_cursor_position_set and ecore_imf_context_reset
SVN revision: 83396
Cedric BAIL [Tue, 29 Jan 2013 02:29:34 +0000 (02:29 +0000)]
efl/edje: in fact we can now use eo_isa for that purpose.
SVN revision: 83395
ChunEon Park [Tue, 29 Jan 2013 00:07:17 +0000 (00:07 +0000)]
edje - [Edje: Bug fix] NULL check is added before strcmp() in _edje_real_part_swallow() function
Hi,
Can some one please verify and merge the attahed patch with open source svn Edje code.
[Issue details :]
NULL checking is not done before sending a string to strcmp().
In _edje_real_part_swallow() function of edje_util.c file, evas_object_type_get() API can return NULL and if
this NULL value is directly passed to strcmp(), it causes a crash.
[Issue fix :]
NULL check is added for obj_type before passing it to strcmp().
Thanks & Regards,
Sumanth
Signed-Off-By: Sumanth Krishna (sumanth.m@samsung.com)
SVN revision: 83393
Rafael Antognolli [Mon, 28 Jan 2013 20:28:19 +0000 (20:28 +0000)]
ecore_evas/wayland: Merge code from egl and shm engines into common.
Since the render code on both engines is using the frame callback, let's
merge it to avoid code duplication.
SVN revision: 83390
Rafael Antognolli [Mon, 28 Jan 2013 20:00:03 +0000 (20:00 +0000)]
evas/wayland_egl: Add do_async flag to this engine, but don't use it.
SVN revision: 83389
Rafael Antognolli [Mon, 28 Jan 2013 19:45:41 +0000 (19:45 +0000)]
ecore_evas/wayland: Add _ecore_evas_wl_common_render_updates back.
It shouldn't be removed, since it's still being used.
SVN revision: 83388
Rafael Antognolli [Mon, 28 Jan 2013 19:13:46 +0000 (19:13 +0000)]
ecore_evas/wayland_egl: Only render if last frame has been presented.
This avoids blocking in eglSwapBuffers and has the side effect of
avoiding doing unnecessary work - painting where a frame won't be
presented.
We do this by using the event that the wayland compositor will send us
to tell us that the frame has been presented. Due to the fact that
evas_render_updates() could do no work and not cause a eglSwapBuffers we
must always have a frame callback listener setup.
Original patch by: Rob Bradford <rob@linux.intel.com>
(I just adjusted the patch to the single efl tree)
SVN revision: 83387
Daniel Willmann [Mon, 28 Jan 2013 16:05:49 +0000 (16:05 +0000)]
edje-multisense: Don't fail if edje-multisense is not enabled
Ifdef all the functions that reference ecore_audio so this file can be
compiled without ecore_audio enabled.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83384
Daniel Juyung Seo [Mon, 28 Jan 2013 15:47:19 +0000 (15:47 +0000)]
ecore Ecore_Getopt.h: use one liner for function declaration like other apis.
SVN revision: 83383
Daniel Willmann [Mon, 28 Jan 2013 15:15:37 +0000 (15:15 +0000)]
edje-multisense: Get rid of the old files
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83382
Daniel Willmann [Mon, 28 Jan 2013 15:15:32 +0000 (15:15 +0000)]
efl: Add switch to enable edje-multisense
/vtorri NEWS and ChangeLog
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83381
Daniel Willmann [Mon, 28 Jan 2013 15:15:20 +0000 (15:15 +0000)]
edje-multisense: Replace sound handling with ecore_audio
The speed keyword is not yet implemented.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83380
Christopher Michael [Mon, 28 Jan 2013 08:31:22 +0000 (08:31 +0000)]
Free the swapper when we remove the Outbuf.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83378
Carsten Haitzler [Mon, 28 Jan 2013 04:00:36 +0000 (04:00 +0000)]
oops - forgot to free swapper on swapbuf free! :)
SVN revision: 83377
Cedric BAIL [Mon, 28 Jan 2013 00:28:53 +0000 (00:28 +0000)]
efl/evas: roll in Eina_Cow for Evas_Object_Image cur/prev.
This gave us back around 500KB at peak memory consumption in expedite.
More test to come.
SVN revision: 83376
Cedric BAIL [Mon, 28 Jan 2013 00:22:21 +0000 (00:22 +0000)]
efl/eina: fix some memleak and improve speed of eina_cow_memcpy.
SVN revision: 83375
Cedric BAIL [Sun, 27 Jan 2013 08:42:57 +0000 (08:42 +0000)]
efl/evas: make shutdown/init cycle work again.
SVN revision: 83368
Cedric BAIL [Sun, 27 Jan 2013 08:34:22 +0000 (08:34 +0000)]
efl/evas: use inheritance instead of strcmp and work around code running between destructor and free.
SVN revision: 83367
Cedric BAIL [Sun, 27 Jan 2013 06:31:11 +0000 (06:31 +0000)]
efl/evas: reduce commit to evas_object_image.
SVN revision: 83365
Jiyoun Park [Sat, 26 Jan 2013 09:47:21 +0000 (09:47 +0000)]
add info log related with mouse down/up
SVN revision: 83351
Jihoon Kim [Sat, 26 Jan 2013 03:30:16 +0000 (03:30 +0000)]
ecore_imf_example: add ecore_imf_context_reset in mouse down event callback
SVN revision: 83341
Jihoon Kim [Sat, 26 Jan 2013 03:01:12 +0000 (03:01 +0000)]
ecore_imf_example: add parameter NULL checking
SVN revision: 83340
Jihoon Kim [Sat, 26 Jan 2013 02:58:50 +0000 (02:58 +0000)]
ecore_imf_example: fix comment style
SVN revision: 83339
Jihoon Kim [Sat, 26 Jan 2013 02:49:39 +0000 (02:49 +0000)]
ecore_imf_example: add mouse down event handler
SVN revision: 83338
Carsten Haitzler [Sat, 26 Jan 2013 02:34:59 +0000 (02:34 +0000)]
paranoia++ -> if g->object is null - dont use it. :/
SVN revision: 83337
Boris Faure [Fri, 25 Jan 2013 22:21:37 +0000 (22:21 +0000)]
evas: make e start again…
SVN revision: 83336
Mike McCormack [Fri, 25 Jan 2013 21:30:54 +0000 (21:30 +0000)]
efl: Fix shadow warning
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83335
Mike McCormack [Fri, 25 Jan 2013 21:30:48 +0000 (21:30 +0000)]
efl: Fix unused parameter warning
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83334
Stefan Schmidt [Fri, 25 Jan 2013 16:03:47 +0000 (16:03 +0000)]
efl/eina: Fix strings to compare correctly and pass test suite.
This one is for Cedric.
SVN revision: 83332
Cedric BAIL [Fri, 25 Jan 2013 15:19:32 +0000 (15:19 +0000)]
efl/evas: prevent leak and over write.
SVN revision: 83331
Daniel Willmann [Fri, 25 Jan 2013 13:51:29 +0000 (13:51 +0000)]
efl: Actually install the ecore-audio.pc file
Seems this was lost during my rebase from ecore to the merged tree...
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83330
Jan Arne Petersen [Fri, 25 Jan 2013 12:34:10 +0000 (12:34 +0000)]
Add modules and module_arch variables to ecore_imf.pc
ecore_imf.pc should contain modules and module_arch variables (like
edje.pc, emotion.pc and ethumb.pc).
Patch by: Jan Arne Petersen <jpetersen@openismus.com>
SVN revision: 83327
Cedric BAIL [Fri, 25 Jan 2013 12:15:38 +0000 (12:15 +0000)]
efl/evas: roll in more cow, using a new macro per Eina_Cow.
SVN revision: 83325
Christopher Michael [Fri, 25 Jan 2013 07:19:48 +0000 (07:19 +0000)]
Let's do malloc the EFL way here.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83320
Cedric BAIL [Fri, 25 Jan 2013 06:16:33 +0000 (06:16 +0000)]
efl/eina: what the ?? Update text for magic test...
SVN revision: 83319
Jihoon Kim [Fri, 25 Jan 2013 05:15:46 +0000 (05:15 +0000)]
edje entry: move ecore_imf_context_cursor_position_set from mouse down event to mouse up event
SVN revision: 83318
Jihoon Kim [Fri, 25 Jan 2013 05:10:47 +0000 (05:10 +0000)]
edje entry: remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
SVN revision: 83317
Cedric BAIL [Fri, 25 Jan 2013 01:20:58 +0000 (01:20 +0000)]
eina: try to fix debug build typo.
SVN revision: 83315
U. Artie Eoff [Thu, 24 Jan 2013 22:03:22 +0000 (22:03 +0000)]
Cache wayland globals
Store the wayland registry globals in a list so that we can bind to them from a
user/test program. When a custom interface (protocol extension) is used in a
wayland compositor, this allows user/test program to use that interface. For
instance, one might provide a custom wayland test protocol that give access to
otherwise hidden/missing functionality that allows effective automated testing
(in wayland engines). See the Weston unit test suite for an example of this
concept.
Patch by: "U. Artie Eoff" <ullysses.a.eoff@intel.com>
SVN revision: 83312
Boris Faure [Thu, 24 Jan 2013 21:42:18 +0000 (21:42 +0000)]
efl: more valgrind related fixes on eina_cow
SVN revision: 83311
Eduardo de Barros Lima [Thu, 24 Jan 2013 21:35:06 +0000 (21:35 +0000)]
Move typedef enum declarations after the enum to make g++ happy.
When compiling a C++ program that includes Ecore_Wayland:
Ecore_Wayland.h:56:14: error: use of enum ‘_Ecore_Wl_Window_Type’ without previous declaration
Ecore_Wayland.h:56:56: error: invalid type in declaration before ‘;’ token
Ecore_Wayland.h:57:14: error: use of enum ‘_Ecore_Wl_Window_Buffer_Type’ without previous declaration
Ecore_Wayland.h:57:70: error: invalid type in declaration before ‘;’ token
This patch fixes ticket #2217.
SVN revision: 83310
Boris Faure [Thu, 24 Jan 2013 21:06:41 +0000 (21:06 +0000)]
efl: eina_cow: fix some valgrind instrumentation
SVN revision: 83308
Bruno Dilly [Thu, 24 Jan 2013 16:18:07 +0000 (16:18 +0000)]
efl: Support AM_PROG_AR in build sys when available
Patch by Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 83306
Stefan Schmidt [Thu, 24 Jan 2013 14:41:33 +0000 (14:41 +0000)]
efl/doc/images.mk: Lets not have all kind of images from .svn in here.
This breaks out of tree builds (buildbot) as well as setups without .svn
dirs (git-svn). The newly generated list should include all files but
drops all the entries from .svn.
SVN revision: 83302
Bruno Dilly [Thu, 24 Jan 2013 13:09:26 +0000 (13:09 +0000)]
edbus: implement edbus_proxy_data_{get, set, del}
The prototypes for those functions are defined in edbus_proxy.h, however
there's no implementation at all.
By Raphael Kubo <raphael.kubo.da.costa@intel.com>
SVN revision: 83299
Christopher Michael [Thu, 24 Jan 2013 12:15:11 +0000 (12:15 +0000)]
Add logging function macros
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83294
Christopher Michael [Thu, 24 Jan 2013 12:15:07 +0000 (12:15 +0000)]
Add logging functions
Remove dead commented out code
Do not call wl_surface_attach if the buffer is the same as the one
already attached.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83293
Christopher Michael [Thu, 24 Jan 2013 09:59:50 +0000 (09:59 +0000)]
Add code to delete the shm pool when we destroy the swapper.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83291
Christopher Michael [Thu, 24 Jan 2013 09:21:40 +0000 (09:21 +0000)]
Rewrite swapper code to use One shm pool and allocate buffers from
that pool.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83290
Christopher Michael [Thu, 24 Jan 2013 09:21:37 +0000 (09:21 +0000)]
Remove 'return' in idle_flush.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83289
Christopher Michael [Thu, 24 Jan 2013 09:21:34 +0000 (09:21 +0000)]
Use eina_rectangle_free
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83288
Christopher Michael [Thu, 24 Jan 2013 09:21:30 +0000 (09:21 +0000)]
Add onebuf field to Outbuf struct.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83287
Christopher Michael [Thu, 24 Jan 2013 09:21:27 +0000 (09:21 +0000)]
Reset Render_Engine onebuf if it was set previously.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83286
Christopher Michael [Thu, 24 Jan 2013 09:21:24 +0000 (09:21 +0000)]
Use eina_rectangle_free to free the rect.
Be sure to increment i here.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83285
Christopher Michael [Thu, 24 Jan 2013 09:21:21 +0000 (09:21 +0000)]
Add function prototype for swapper_idle_flush.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83284
Christopher Michael [Thu, 24 Jan 2013 09:21:18 +0000 (09:21 +0000)]
Add a swapper_buffer_idle_flush function to loop the Wl_Buffer
structures inside the swapper and release memory of any invalid ones.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83283
Christopher Michael [Thu, 24 Jan 2013 09:21:15 +0000 (09:21 +0000)]
Add code to handle idle_flush which will release memory that is unused
by invalid buffers.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83282
Christopher Michael [Thu, 24 Jan 2013 09:21:12 +0000 (09:21 +0000)]
Support an environment variable to set the number of buffers (double
buffer by default).
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83281
Christopher Michael [Thu, 24 Jan 2013 09:21:09 +0000 (09:21 +0000)]
Double buffer by default.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83280
Christopher Michael [Thu, 24 Jan 2013 09:21:06 +0000 (09:21 +0000)]
Rename the env variable that we will check for buffering support.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83279
Christopher Michael [Thu, 24 Jan 2013 09:21:04 +0000 (09:21 +0000)]
Set the engine's wl_shm reference during creation.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83278