E: Illume2: Quiet down some printfs wrt extra border types.

SVN revision: 60786
This commit is contained in:
Christopher Michael 2011-06-28 23:45:19 +00:00
parent 002f844940
commit f5fb0b38ed
1 changed files with 4 additions and 2 deletions

View File

@ -299,9 +299,10 @@ e_illume_border_is_splash(E_Border *bd)
/* check for transient flag */
// if (bd->client.icccm.transient_for != 0) return EINA_TRUE;
/* NB: may or may not need to handle these. Needs Testing */
/* NB: may or may not need to handle these. Needs Testing
if (bd->client.netwm.extra_types)
printf("\t\tBorder has extra types: %s\n", bd->client.icccm.class);
*/
/* return a fallback */
return EINA_FALSE;
@ -334,9 +335,10 @@ e_illume_border_is_dialog(E_Border *bd)
* not a dialog. */
// if (bd->client.icccm.client_leader) return EINA_TRUE;
/* NB: may or may not need to handle these. Needs Testing */
/* NB: may or may not need to handle these. Needs Testing
if (bd->client.netwm.extra_types)
printf("\t\tBorder has extra types: %s\n", bd->client.icccm.class);
*/
/* return a fallback */
return EINA_FALSE;