indenting
This commit is contained in:
parent
38ed4331b1
commit
6dddd86975
1 changed files with 9 additions and 9 deletions
|
@ -28,16 +28,16 @@ int xerror_handler(Display *d, XErrorEvent *e)
|
||||||
xerror_occured = TRUE;
|
xerror_occured = TRUE;
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (!xerror_ignore) {
|
if (!xerror_ignore) {
|
||||||
char errtxt[128];
|
char errtxt[128];
|
||||||
|
|
||||||
/*if (e->error_code != BadWindow) */
|
/*if (e->error_code != BadWindow) */
|
||||||
{
|
{
|
||||||
XGetErrorText(d, e->error_code, errtxt, 127);
|
XGetErrorText(d, e->error_code, errtxt, 127);
|
||||||
if (e->error_code == BadWindow)
|
if (e->error_code == BadWindow)
|
||||||
/*g_warning("X Error: %s", errtxt)*/;
|
/*g_warning("X Error: %s", errtxt)*/;
|
||||||
else
|
else
|
||||||
g_error("X Error: %s", errtxt);
|
g_error("X Error: %s", errtxt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
(void)d; (void)e;
|
(void)d; (void)e;
|
||||||
|
|
Loading…
Reference in a new issue