Change e_shell_surface_new function to accept the parent E_Surface.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 13:42:57 +01:00
parent 4be041e97b
commit d7256d965d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct _E_Shell_Surface
void *ping_timer;
};
EAPI E_Shell_Surface *e_shell_surface_new(unsigned int id);
EAPI E_Shell_Surface *e_shell_surface_new(E_Surface *surface, unsigned int id);
# endif
#endif