Simplified initial APIs and some cleanups
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 11 Mar 2015 04:57:03 +0000 (13:57 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Fri, 19 Jun 2015 09:06:39 +0000 (18:06 +0900)
commitc9cdfe4bcc87e3b9bc6e36c0f9f425003a2b8b57
tree22eb9da88fcfbac7c39b3c9f87a1b4e25eea1392
parent7287f422b3e52a198f0684cb5e8988a9cec49d7b
Simplified initial APIs and some cleanups

Let's start with minimal APIs. Just create a compositor and run.
APIs for output, client, input and surfaces will be added later.

Moved typedefs into internal header which should not be exposed to the user
at the moment.

Change-Id: I8f08ca00a2305d79b2278bf3a5a9ffaa61cc596d
src/client.c
src/compositor.c
src/output.c
src/pepper.h
src/pepper_internal.h
src/server/server.c