Clouseau: Minor cosmetic changes.

SVN revision: 83534
This commit is contained in:
Tom Hacohen 2013-01-31 18:05:32 +00:00
parent 5f9e775820
commit e9fe6cb2c0
3 changed files with 16 additions and 6 deletions

12
src/lib/Clouseau.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef _CLOUSEAU_H
#define _CLOUSEAU_H
/* FIXME: This doesn't include anything yet.
* Still need to expose stuff for clouseaud and clouseau_client. Those will be
* added once the whole interface will be better defined.
* These functions will probably need to be renamed/change as well.
* We'll also remove the private include once things are done. */
#include "clouseau_private.h"
#endif

View File

@ -1,4 +1,6 @@
#include "clouseau_private2.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <dlfcn.h>
#include <execinfo.h>
@ -8,7 +10,7 @@
#include <Elementary.h>
#include <Ecore_X.h>
#include "clouseau_private.h"
#include "Clouseau.h"
static Eina_Bool _elm_is_init = EINA_FALSE;
static const char *_my_app_name = NULL;

View File

@ -7,10 +7,6 @@
* We will "whitelist" parts from here to the public header when we'll need
* it. */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Elementary.h>
typedef struct _Clouseau_Evas_Props Clouseau_Evas_Props;