I give up. vim is too big and too stupid for me to fight

SVN revision: 51880
This commit is contained in:
Mike Blumenkrantz 2010-09-04 06:24:49 +00:00
parent 88e5bb4ff1
commit 015e43980c
1 changed files with 182 additions and 182 deletions

View File

@ -276,7 +276,7 @@ e_border_new(E_Container *con, Ecore_X_Window win, int first_map, int internal)
att = &bd->client.initial_attributes;
if ((!ecore_x_window_attributes_get(win, att)) || (att->input_only))
{
// printf("##- ATTR FETCH FAILED/INPUT ONLY FOR 0x%x - ABORT MANAGE\n", win);
// printf("##- ATTR FETCH FAILED/INPUT ONLY FOR 0x%x - ABORT MANAGE\n", win);
e_canvas_del(bd->bg_ecore_evas);
ecore_evas_free(bd->bg_ecore_evas);
ecore_x_window_free(bd->client.shell_win);