Compiler warnings

SVN revision: 14728
This commit is contained in:
sebastid 2005-05-12 13:13:53 +00:00 committed by sebastid
parent 8da20b8d47
commit afc500f550
5 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@ struct _E_Border
} mwm; } mwm;
struct { struct {
pid_t pid; pid_t pid;
int desktop; unsigned int desktop;
struct { struct {
unsigned int pid : 1; unsigned int pid : 1;
unsigned int desktop : 1; unsigned int desktop : 1;

View File

@ -36,7 +36,7 @@ struct _E_Container
E_Manager *manager; E_Manager *manager;
E_Gadman *gadman; E_Gadman *gadman;
int num; unsigned int num;
char *name; char *name;
Ecore_Evas *bg_ecore_evas; Ecore_Evas *bg_ecore_evas;

View File

@ -41,3 +41,4 @@
#include "e_moveresize.h" #include "e_moveresize.h"
#include "e_actions.h" #include "e_actions.h"
#include "e_popup.h" #include "e_popup.h"
#include "e_test.h"

View File

@ -645,7 +645,6 @@ _e_int_menus_themes_pre_cb(void *data, E_Menu *m)
static void static void
_e_int_menus_themes_edit_mode_cb(void *data, E_Menu *m, E_Menu_Item *mi) _e_int_menus_themes_edit_mode_cb(void *data, E_Menu *m, E_Menu_Item *mi)
{ {
char *theme;;
E_Config_Theme *et; E_Config_Theme *et;
Evas_List *l; Evas_List *l;

View File

@ -21,7 +21,7 @@ struct _E_Zone
char *name; char *name;
/* num matches the id of the xinerama screen /* num matches the id of the xinerama screen
* this zone belongs to. */ * this zone belongs to. */
int num; unsigned int num;
E_Container *container; E_Container *container;
Evas_Object *bg_object; Evas_Object *bg_object;