X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fxerror.h;h=de1aa5a8e8f855d36be5aa943ddad3a699fa7a2b;hb=c313b219a226c3b968ff312b96120eef0c527d91;hp=c9c902cdc195304a4338e8fc7196a5334a1db301;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox diff --git a/openbox/xerror.h b/openbox/xerror.h index c9c902cd..de1aa5a8 100644 --- a/openbox/xerror.h +++ b/openbox/xerror.h @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- xerror.h for the Openbox window manager - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ /* can be used to track errors */ extern gboolean xerror_occured; -int xerror_handler(Display *, XErrorEvent *); +gint xerror_handler(Display *, XErrorEvent *); void xerror_set_ignore(gboolean ignore);