platform/upstream/enlightenment.git
10 years agoremove winlist dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:53:06 +0000 (14:53 -0400)]
remove winlist dead code

CID 1039873

10 years agobugfix: unify temp module temperature_get_bus_files() functions
Mike Blumenkrantz [Fri, 4 Apr 2014 18:51:21 +0000 (14:51 -0400)]
bugfix: unify temp module temperature_get_bus_files() functions

CID 1039874

10 years agobugfix: check notification icon size correctly
Mike Blumenkrantz [Fri, 4 Apr 2014 18:42:24 +0000 (14:42 -0400)]
bugfix: check notification icon size correctly

CID 1039875

10 years agoremove fileman dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:33:15 +0000 (14:33 -0400)]
remove fileman dead code

CID 1039878

10 years agosimplify/improve evry files dead code and maybe fix or add a bug
Mike Blumenkrantz [Fri, 4 Apr 2014 18:32:01 +0000 (14:32 -0400)]
simplify/improve evry files dead code and maybe fix or add a bug

CID 1039879

10 years agobugfix: correctly check evry trigger matches
Mike Blumenkrantz [Fri, 4 Apr 2014 18:15:13 +0000 (14:15 -0400)]
bugfix: correctly check evry trigger matches

CID 1039880

10 years agoremove transition config dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:11:24 +0000 (14:11 -0400)]
remove transition config dead code

CID 1039881

10 years agoremove font config dead code
Mike Blumenkrantz [Fri, 4 Apr 2014 18:10:09 +0000 (14:10 -0400)]
remove font config dead code

CID 1039882

10 years agoremove impossible/unnecessary randr rotation checks
Mike Blumenkrantz [Fri, 4 Apr 2014 18:06:59 +0000 (14:06 -0400)]
remove impossible/unnecessary randr rotation checks

CID 1039944

10 years agoremove unnecessary battery check
Mike Blumenkrantz [Fri, 4 Apr 2014 18:04:36 +0000 (14:04 -0400)]
remove unnecessary battery check

CID 1039945

10 years agoremove a bunch of unused e_util edje icon functions
Mike Blumenkrantz [Fri, 4 Apr 2014 18:02:02 +0000 (14:02 -0400)]
remove a bunch of unused e_util edje icon functions

CID 1039948, 1039946

removals: e_util_*edje_icon_list*

10 years agobugfix: comp config dialog correctly detects effects disabled/fast states
Mike Blumenkrantz [Fri, 4 Apr 2014 17:53:49 +0000 (13:53 -0400)]
bugfix: comp config dialog correctly detects effects disabled/fast states

CID 1039957, 1039956

10 years agocheck more pulse mixer returns
Mike Blumenkrantz [Fri, 4 Apr 2014 17:50:08 +0000 (13:50 -0400)]
check more pulse mixer returns

CID 1039959, 1039960

10 years agocheck import config dialog unlink() return value
Mike Blumenkrantz [Fri, 4 Apr 2014 17:40:47 +0000 (13:40 -0400)]
check import config dialog unlink() return value

CID 1039964

10 years agocheck rename() return value
Mike Blumenkrantz [Fri, 4 Apr 2014 17:38:38 +0000 (13:38 -0400)]
check rename() return value

CID 1039966

10 years agocheck pulse mixer fd dup return
Mike Blumenkrantz [Fri, 4 Apr 2014 17:36:11 +0000 (13:36 -0400)]
check pulse mixer fd dup return

CID 1040123

10 years agoremove unused ibar variable set
Mike Blumenkrantz [Fri, 4 Apr 2014 17:30:56 +0000 (13:30 -0400)]
remove unused ibar variable set

CID 1155291, 1058715

10 years agofix tiling memory corruption
Mike Blumenkrantz [Fri, 4 Apr 2014 17:29:34 +0000 (13:29 -0400)]
fix tiling memory corruption

CID 1186206

10 years agoe_bindings_key_allowed() handles NULL param
Mike Blumenkrantz [Fri, 4 Apr 2014 17:26:25 +0000 (13:26 -0400)]
e_bindings_key_allowed() handles NULL param

CID 1191998

10 years agonull check xkb parser
Mike Blumenkrantz [Fri, 4 Apr 2014 17:25:05 +0000 (13:25 -0400)]
null check xkb parser

CID 1193251

10 years agocheck pixmap_size_get() return in e_pointer
Mike Blumenkrantz [Fri, 4 Apr 2014 17:19:24 +0000 (13:19 -0400)]
check pixmap_size_get() return in e_pointer

CID 1195448

10 years agofix crash when access pager_config which is null.
Seunghun Lee [Thu, 3 Apr 2014 10:23:57 +0000 (19:23 +0900)]
fix crash when access pager_config which is null.

Summary:
crash was happend when user do logout the enlightenment with pager16.
pager_config was freed in e_modapi_shutdown(),
but after that, there was accessing pager_config again in _gc_shutdown() by called gadman_shutdown().

Reviewers: zmike, raster, cedric, seoz

CC: cedric
Differential Revision: https://phab.enlightenment.org/D694

10 years agounify comp object stacking
Mike Blumenkrantz [Wed, 2 Apr 2014 18:16:34 +0000 (14:16 -0400)]
unify comp object stacking

these were nearly identical, and sooner or later there was going to be an unfortunate c/p error

10 years agocomp docs part 1: comp objects
Mike Blumenkrantz [Wed, 2 Apr 2014 17:06:28 +0000 (13:06 -0400)]
comp docs part 1: comp objects

10 years agofix frame size calc check to account for themes with 0 height
Mike Blumenkrantz [Wed, 2 Apr 2014 16:31:33 +0000 (12:31 -0400)]
fix frame size calc check to account for themes with 0 height

10 years agofix client layer marker detection/usage in wayland
Mike Blumenkrantz [Wed, 2 Apr 2014 15:07:22 +0000 (11:07 -0400)]
fix client layer marker detection/usage in wayland

this is the correct fix for D687

10 years agoremove unused comp object variable use and function call in show helper
Seunghun Lee [Wed, 2 Apr 2014 13:27:13 +0000 (09:27 -0400)]
remove unused comp object variable use and function call in show helper

Reviewers: zmike

Differential Revision: https://phab.enlightenment.org/D686

10 years agowl pointer configure: fix typo
Gwanglim Lee [Wed, 2 Apr 2014 09:39:07 +0000 (10:39 +0100)]
wl pointer configure: fix typo

Summary: ews->geometry.y needs to be set.

Test Plan: N/A

Reviewers: raster, devilhorns, zmike

Reviewed By: devilhorns

CC: cedric
Differential Revision: https://phab.enlightenment.org/D688

10 years agopo: Remove files for disabled wallpaper2 module to fix make distcheck
Stefan Schmidt [Tue, 1 Apr 2014 13:52:50 +0000 (15:52 +0200)]
po: Remove files for disabled wallpaper2 module to fix make distcheck

The wallpaper2 module got disabled by not includng its makefile anymore
which confused gettext as it still had two files listed for it.

10 years agoFix client border changing issues
Tom Hacohen [Mon, 31 Mar 2014 14:16:19 +0000 (15:16 +0100)]
Fix client border changing issues

The code was zeroing the flag that tells e to change the border after
the callbacks about frame changes. This means that one couldn't change
the border from within those callbacks. This commit fixes this issue.

10 years agodisable wp2 module
Carsten Haitzler (Rasterman) [Mon, 31 Mar 2014 10:04:20 +0000 (19:04 +0900)]
disable wp2 module

fixes T954

10 years agoItalian translation for Tiling profile
maxerba [Sun, 30 Mar 2014 17:48:22 +0000 (19:48 +0200)]
Italian translation for Tiling profile

10 years agobugfix: efm current .desktop fetching now returns the right .desktop
Mike Blumenkrantz [Fri, 28 Mar 2014 16:17:35 +0000 (12:17 -0400)]
bugfix: efm current .desktop fetching now returns the right .desktop

fix T792

10 years agobugfix: swallow efm background objects after applying theme
Mike Blumenkrantz [Fri, 28 Mar 2014 16:17:00 +0000 (12:17 -0400)]
bugfix: swallow efm background objects after applying theme

fix T792

10 years agostringshare_replace in fwin: it exists for a reason, stop using macros ffs
Mike Blumenkrantz [Fri, 28 Mar 2014 13:43:05 +0000 (09:43 -0400)]
stringshare_replace in fwin: it exists for a reason, stop using macros ffs

10 years agobugfix: ibar now scrolls correctly during drags
Mike Blumenkrantz [Fri, 28 Mar 2014 13:32:51 +0000 (09:32 -0400)]
bugfix: ibar now scrolls correctly during drags

fix T794

10 years agomusic-control: Do not leak the allocated metadata strings
Stefan Schmidt [Fri, 28 Mar 2014 09:51:29 +0000 (10:51 +0100)]
music-control: Do not leak the allocated metadata strings

Fix for ca07e7d505274377635fda2a79d8ac8c61877ea6

Thanks are going to Davide Andreoli for spotting it.

10 years agomodules/ibar: Fix condition check for edje emits
Stefan Schmidt [Fri, 28 Mar 2014 09:14:37 +0000 (10:14 +0100)]
modules/ibar: Fix condition check for edje emits

This fixes a copy and paste error which sneaked into
daa98e867d5340fac9ee087e637be38f653b01fe

CID 1194780

10 years agonever use new clients for stacking
Mike Blumenkrantz [Fri, 28 Mar 2014 01:27:51 +0000 (21:27 -0400)]
never use new clients for stacking

fix Tcedric

10 years agogreatly improve child dialog placement, FIXME--
Mike Blumenkrantz [Thu, 27 Mar 2014 23:47:31 +0000 (19:47 -0400)]
greatly improve child dialog placement, FIXME--

fix T980

10 years agoRevert "move comp object tiler creation to helper function to catch retries"
Mike Blumenkrantz [Thu, 27 Mar 2014 21:01:22 +0000 (17:01 -0400)]
Revert "move comp object tiler creation to helper function to catch retries"

This reverts commit f4e4b2fc4f0e9a1741f11bc945fb72c4b137ff9c.

testing commit that wasn't supposed to go upstream

10 years agofix access module build
Mike Blumenkrantz [Thu, 27 Mar 2014 20:54:58 +0000 (16:54 -0400)]
fix access module build

if nobody noticed this was even broken for 3 months, why is it still in the tree?

10 years agoensure minimum X parent window size of 1x1
Mike Blumenkrantz [Thu, 27 Mar 2014 20:42:23 +0000 (16:42 -0400)]
ensure minimum X parent window size of 1x1

fix T1098

10 years agomove comp object tiler creation to helper function to catch retries
Mike Blumenkrantz [Thu, 27 Mar 2014 20:19:16 +0000 (16:19 -0400)]
move comp object tiler creation to helper function to catch retries

10 years agodon't refocus hidden clients on desk flip
Mike Blumenkrantz [Thu, 27 Mar 2014 20:05:21 +0000 (16:05 -0400)]
don't refocus hidden clients on desk flip

probably fix T1083

10 years agonull check _evry_items_sort_func() for users with broken systems
Mike Blumenkrantz [Thu, 27 Mar 2014 20:02:27 +0000 (16:02 -0400)]
null check _evry_items_sort_func() for users with broken systems

fix T1125

10 years agocheck key events for both key and keyname bindings
Mike Blumenkrantz [Thu, 27 Mar 2014 19:58:39 +0000 (15:58 -0400)]
check key events for both key and keyname bindings

fix T1119

10 years agoignore mouse movements on client during keyboard actions
Mike Blumenkrantz [Thu, 27 Mar 2014 19:50:48 +0000 (15:50 -0400)]
ignore mouse movements on client during keyboard actions

fix T1097

10 years agoignore X layer window mouse events
Mike Blumenkrantz [Thu, 27 Mar 2014 19:45:45 +0000 (15:45 -0400)]
ignore X layer window mouse events

fix T1130

10 years agoalways unclip/uneffect clients when changing desks
Mike Blumenkrantz [Thu, 27 Mar 2014 19:38:37 +0000 (15:38 -0400)]
always unclip/uneffect clients when changing desks

probably fix T1126

10 years agoredo input rects after comp effect layer changes
Mike Blumenkrantz [Thu, 27 Mar 2014 19:31:18 +0000 (15:31 -0400)]
redo input rects after comp effect layer changes

fix T1070

10 years agoremove invalid shelf autohide window check which would always be wrong
Mike Blumenkrantz [Thu, 27 Mar 2014 14:45:49 +0000 (10:45 -0400)]
remove invalid shelf autohide window check which would always be wrong

10 years agodisable comp object animation hooks if animations are disabled
Mike Blumenkrantz [Thu, 27 Mar 2014 14:45:27 +0000 (10:45 -0400)]
disable comp object animation hooks if animations are disabled

10 years agofix lots of edje emits on non-edje objects
Mike Blumenkrantz [Thu, 27 Mar 2014 13:59:48 +0000 (09:59 -0400)]
fix lots of edje emits on non-edje objects

10 years ago+e_icon_edje_get()
Mike Blumenkrantz [Thu, 27 Mar 2014 13:29:56 +0000 (09:29 -0400)]
+e_icon_edje_get()

10 years agotiling: Free allocated memory on error path.
Stefan Schmidt [Thu, 27 Mar 2014 15:06:06 +0000 (16:06 +0100)]
tiling: Free allocated memory on error path.

We don't use new_node in this code path. Free before returning.

CID 1186205

10 years agobugfix: music_control: Use correct markup for metadata text.
Stefan Schmidt [Thu, 27 Mar 2014 11:47:21 +0000 (12:47 +0100)]
bugfix: music_control: Use correct markup for metadata text.

We piped the plain metadata text to edje TEXTBLOCK which might interpret
some of the characters as markup. Better convert it to the correct markup
first. The actual bug case was a & in the metadata cut off the rest of
the text. Now we get the correct &amp before sending it of to edje.

Fixes T1061

10 years agoAdded a '--disable-wl-x11' to avoid build break since wl-x11 module has a dependency...
Gwanglim Lee [Thu, 27 Mar 2014 07:37:39 +0000 (07:37 +0000)]
Added a '--disable-wl-x11' to avoid build break since wl-x11 module has a dependency to ECORE_X_EVENT_XKB_STATE_NOTIFY

Summary: Resolved a build break when building e with wayland only options

Test Plan: building e with wayland only options

Reviewers: raster, devilhorns

Reviewed By: devilhorns

CC: cedric
Differential Revision: https://phab.enlightenment.org/D670

10 years agodon't delete client objects when _e_client_hook_call returns false.
Carsten Haitzler (Rasterman) [Wed, 26 Mar 2014 06:32:53 +0000 (15:32 +0900)]
don't delete client objects when _e_client_hook_call returns false.

_e_client_hook_call() returns false when object refcount hit 0... ie..
it's been deleted. it's simply invalid memory access to then del the
object thats already gone to 0 refcount and been deleted/freed.

10 years agotasks - fix tasks on other screens to properly show all window content
Carsten Haitzler (Rasterman) [Tue, 25 Mar 2014 13:44:04 +0000 (22:44 +0900)]
tasks - fix tasks on other screens to properly show all window content

this fixes T1120

10 years agobump efl req version
Mike Blumenkrantz [Mon, 24 Mar 2014 16:36:29 +0000 (12:36 -0400)]
bump efl req version

10 years agouse eo to shut up harmless eo menu errors
Mike Blumenkrantz [Mon, 24 Mar 2014 16:33:48 +0000 (12:33 -0400)]
use eo to shut up harmless eo menu errors

10 years agoadd eo headers, aka Captain #define
Mike Blumenkrantz [Mon, 24 Mar 2014 16:32:06 +0000 (12:32 -0400)]
add eo headers, aka Captain #define

10 years agoilist: Remove unused assignment
Sebastian Dransfeld [Mon, 24 Mar 2014 12:26:20 +0000 (13:26 +0100)]
ilist: Remove unused assignment

CID 1039758

10 years agofm: Check return of strrchr
Sebastian Dransfeld [Mon, 24 Mar 2014 12:23:39 +0000 (13:23 +0100)]
fm: Check return of strrchr

strrchr can return NULL, so we need to check the return value.

CID 1039861

10 years agofm: Fix weird test
Sebastian Dransfeld [Mon, 24 Mar 2014 12:20:25 +0000 (13:20 +0100)]
fm: Fix weird test

ic is always true for this function, else dereference would fail. So the
only valid thing to check is whether we already have a drop_icon.

CID 1039829

10 years agodialog: allow setting of NULL icon
Sebastian Dransfeld [Mon, 24 Mar 2014 12:13:53 +0000 (13:13 +0100)]
dialog: allow setting of NULL icon

If NULL is passed as icon, icon should be disabled.

CID 1039951

10 years agocomp: no need to assign pointer before return
Sebastian Dransfeld [Mon, 24 Mar 2014 12:02:56 +0000 (13:02 +0100)]
comp: no need to assign pointer before return

As we return after the list free, no need to set the pointer.

CID 1087717

10 years agosystray: deref pointer after check
Sebastian Dransfeld [Mon, 24 Mar 2014 11:59:14 +0000 (12:59 +0100)]
systray: deref pointer after check

CID 1193253

10 years agoset wayland display socket based on e_ipc_socket name
Mike Blumenkrantz [Thu, 20 Mar 2014 18:06:19 +0000 (14:06 -0400)]
set wayland display socket based on e_ipc_socket name

10 years agoexport e_ipc_socket filename as extern variable
Mike Blumenkrantz [Thu, 20 Mar 2014 17:29:02 +0000 (13:29 -0400)]
export e_ipc_socket filename as extern variable

10 years agoTiling: start migrating the code to use smart callbacks.
Tom Hacohen [Thu, 20 Mar 2014 16:10:24 +0000 (16:10 +0000)]
Tiling: start migrating the code to use smart callbacks.

Those are meant to be better than the e hooks.

10 years agohook sticky smart callbacks properly inside comp object
Mike Blumenkrantz [Thu, 20 Mar 2014 15:38:58 +0000 (11:38 -0400)]
hook sticky smart callbacks properly inside comp object

10 years agoadd stick/unstick client smart callbacks
Mike Blumenkrantz [Thu, 20 Mar 2014 15:29:28 +0000 (11:29 -0400)]
add stick/unstick client smart callbacks

10 years agoe_pointer: Fix missing if for else if condition
Stefan Schmidt [Thu, 20 Mar 2014 14:50:51 +0000 (15:50 +0100)]
e_pointer: Fix missing if for else if condition

Fixing devilhorns commit and run commit. If we have a condition we want
to check we need an else if not a simple else. Always compile before push.
Especially the small and simple changes. :)

10 years agobugfix: Properly hide/show pointer_image & pointer_object based on if
Chris Michael [Thu, 20 Mar 2014 14:15:47 +0000 (14:15 +0000)]
bugfix: Properly hide/show pointer_image & pointer_object based on if
the pointer is located on an existing canvas

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agobugfix: Set pass_events and layer of the pointer image if we are
Chris Michael [Thu, 20 Mar 2014 14:14:31 +0000 (14:14 +0000)]
bugfix: Set pass_events and layer of the pointer image if we are
creating a new one.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoe: let's just completely blacklist NVidia driver for Wayland.
Cedric BAIL [Thu, 20 Mar 2014 11:46:54 +0000 (20:46 +0900)]
e: let's just completely blacklist NVidia driver for Wayland.

10 years agobugfix: Fix crash on eglTerminate with buggy Nvidia blob driver
Chris Michael [Thu, 20 Mar 2014 10:17:46 +0000 (10:17 +0000)]
bugfix: Fix crash on eglTerminate with buggy Nvidia blob driver

NB: Thanks for the report cedric ;)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoDon't leak the allocated client object if we are returning null from
Chris Michael [Wed, 19 Mar 2014 08:36:34 +0000 (08:36 +0000)]
Don't leak the allocated client object if we are returning null from
e_client_new

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoUse ecore_wl functions to return the pointer location if we are
Chris Michael [Wed, 19 Mar 2014 08:16:54 +0000 (08:16 +0000)]
Use ecore_wl functions to return the pointer location if we are
running as wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agorandr: Update lid status when outputs change
Sebastian Dransfeld [Wed, 19 Mar 2014 12:35:37 +0000 (13:35 +0100)]
randr: Update lid status when outputs change

If we only have lid, it will be active even though lid is closed. If we
connect a monitor we want the lid to deactivate.

10 years agoFix the "Fix more wayland crashes" commit so that we can build for
Chris Michael [Wed, 19 Mar 2014 07:47:20 +0000 (07:47 +0000)]
Fix the "Fix more wayland crashes" commit so that we can build for
wayland-only again

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agofix more wayland crashes
Mike Blumenkrantz [Tue, 18 Mar 2014 22:15:24 +0000 (18:15 -0400)]
fix more wayland crashes

10 years agoenabling drm output module should NOT require X-less build.
Mike Blumenkrantz [Tue, 18 Mar 2014 20:14:04 +0000 (16:14 -0400)]
enabling drm output module should NOT require X-less build.

these defines all need to be changed from HAVE_WAYLAND_ONLY to something like WITH_X or we're going to have lots of problems with xwayland later on

10 years agosystray stop crashing in wayland!!!!
Mike Blumenkrantz [Tue, 18 Mar 2014 17:22:11 +0000 (13:22 -0400)]
systray stop crashing in wayland!!!!

10 years agoMerge branch 'devs/devilhorns/drm'
Chris Michael [Tue, 18 Mar 2014 09:14:58 +0000 (09:14 +0000)]
Merge branch 'devs/devilhorns/drm'

10 years agoAdd a README for Wayland-only support
Chris Michael [Tue, 18 Mar 2014 09:11:28 +0000 (09:11 +0000)]
Add a README for Wayland-only support

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Set ecore_wayland into 'server mode' before we call init so
Chris Michael [Tue, 18 Mar 2014 07:41:47 +0000 (07:41 +0000)]
@bugfix: Set ecore_wayland into 'server mode' before we call init so
that it does not stall and we end up sitting forever.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Check return of e_comp_wl_init and initialize ecore_wl library
Chris Michael [Mon, 17 Mar 2014 13:57:56 +0000 (13:57 +0000)]
@bugfix: Check return of e_comp_wl_init and initialize ecore_wl library

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Create window pointer for wayland clients
Chris Michael [Mon, 17 Mar 2014 13:56:35 +0000 (13:56 +0000)]
@bugfix: Create window pointer for wayland clients

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Initialize the module idler even If we are wayland-only
Chris Michael [Mon, 17 Mar 2014 13:55:38 +0000 (13:55 +0000)]
@bugfix: Initialize the module idler even If we are wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Only load external compositing modules if we are wayland-only
Chris Michael [Mon, 17 Mar 2014 13:52:12 +0000 (13:52 +0000)]
@bugfix: Only load external compositing modules if we are wayland-only
@bugfix: Initialize e_comp_wl if we are wayland-only OR supporting
wayland clients.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Build the wayland desktop shell module if we are Either
Chris Michael [Mon, 17 Mar 2014 13:49:51 +0000 (13:49 +0000)]
@bugfix: Build the wayland desktop shell module if we are Either
building for wayland clients, or building for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Fix e_win elm window trapping for wayland-only
Chris Michael [Mon, 17 Mar 2014 09:07:06 +0000 (09:07 +0000)]
@bugfix: Fix e_win elm window trapping for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoSimplify e_canvas_new code slightly for wayland-only and
Chris Michael [Mon, 17 Mar 2014 08:41:20 +0000 (08:41 +0000)]
Simplify e_canvas_new code slightly for wayland-only and
wayland-client support.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Fix pointer to work in drm and also fix some formatting
Chris Michael [Mon, 17 Mar 2014 08:38:15 +0000 (08:38 +0000)]
@bugfix: Fix pointer to work in drm and also fix some formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Fix building for WAYLAND_ONLY by using the proper define
Chris Michael [Tue, 11 Mar 2014 11:24:41 +0000 (11:24 +0000)]
@bugfix: Fix building for WAYLAND_ONLY by using the proper define

sed -i 's/WAYLAND_ONLY/HAVE_WAYLAND_ONLY/g'

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@bugfix: Fix configure.ac to define HAVE_WAYLAND_ONLY
Chris Michael [Tue, 11 Mar 2014 11:22:51 +0000 (11:22 +0000)]
@bugfix: Fix configure.ac to define HAVE_WAYLAND_ONLY

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years ago@feature: Add new drm compositing module
Chris Michael [Tue, 11 Mar 2014 09:01:01 +0000 (09:01 +0000)]
@feature: Add new drm compositing module

Signed-off-by: Chris Michael <cp.michael@samsung.com>