Esempio n. 1
0
void xapi_sletterbox(void *d) {
	int action=2;
	if (!strcmp(d,"on") || atoi(d)==1) action=1;
	else if (!strcmp(d,"off")) action=0;
	Xletterbox (action);
	xapi_pletterbox(NULL);
}
Esempio n. 2
0
static void ui_letterbox()  { Xletterbox(2); }