X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fxerror.h;h=29573b0a2d207828a2f76609d8ca89cffac6caf1;hb=9d1949f0b168650e38dcb9adf1ad93e8b90a9b44;hp=bfa93ba91385234dd36fe72f5fca45f8125c538a;hpb=f154f7b548e1c3ec668d07940905b37a4938bb09;p=chaz%2Fopenbox diff --git a/openbox/xerror.h b/openbox/xerror.h index bfa93ba9..29573b0a 100644 --- a/openbox/xerror.h +++ b/openbox/xerror.h @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + xerror.h for the Openbox window manager + Copyright (c) 2003 Ben 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef __xerror_h #define __xerror_h @@ -7,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);