fixed some warnings

SVN revision: 16961
This commit is contained in:
tsauerbeck 2005-09-26 12:28:35 +00:00 committed by tsauerbeck
parent 45a8c5a55b
commit 414160668a
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ struct _E_App_Scan_Cache
};
static void _e_app_free (E_App *a);
static void _e_app_fields_fill (E_App *a, const char *path);
static E_App *_e_app_subapp_file_find (E_App *a, const char *file);
static void _e_app_change (E_App *a, E_App_Change ch);
static int _e_apps_cb_exit (void *data, int type, void *event);

View File

@ -103,7 +103,7 @@ e_maximize_border_dock_fit(E_Border *bd, int *x1, int *y1, int *x2, int *y2)
RIGHT,
BOTTOM,
LEFT
} edge;
} edge = TOP;
if ((bd2->zone != bd->zone) || (bd2 == bd) ||
(bd2->client.netwm.type != ECORE_X_WINDOW_TYPE_DOCK))