common: Implementation starting point
authorTaekyun Kim <tkq.kim@samsung.com>
Mon, 2 Mar 2015 10:51:06 +0000 (19:51 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Fri, 19 Jun 2015 09:06:39 +0000 (18:06 +0900)
commitf2ff37c3e93a4979a0a81798fe4eeceafc9a88f7
tree6e9e62ac6a778c042629c9a6b2299f12de490563
parent14696bf65be86f8f7ce8ef394828977c502cf61d
common: Implementation starting point

APIs for pepper library are located in pepper.h
API implementations should go to their object files. (ex. output.c)
Utilities, macros and other stuffs should go to common.h
Internal structures and functions should go to pepper_internal.h

Change-Id: I6cf48d256cc3a2e5c4ac0424558ec3738e35688a
src/Makefile.am
src/client.c [new file with mode: 0644]
src/common.h [new file with mode: 0644]
src/compositor.c
src/output.c [new file with mode: 0644]
src/pepper.h
src/pepper_internal.h [new file with mode: 0644]
src/server/server.c
src/surface.c [new file with mode: 0644]