From b2c925e360e2c366526de15b44603f855f94139c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 19 Sep 2011 13:23:24 +0200 Subject: xtrans libX11 libXext libXdmcp libXau libXft libXinerama libXmu libfontenc mesa git update 19 sept 2011 --- libXmu/src/CloseHook.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libXmu/src/CloseHook.c') diff --git a/libXmu/src/CloseHook.c b/libXmu/src/CloseHook.c index ca9d9def6..01a1beb4b 100644 --- a/libXmu/src/CloseHook.c +++ b/libXmu/src/CloseHook.c @@ -1,4 +1,4 @@ -/* +/* Copyright 1989, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -28,27 +28,27 @@ in this Software without prior written authorization from The Open Group. * * * * Author: Jim Fulton, MIT X Consortium - * - * + * + * * Public Entry Points - * + * * CloseHook XmuAddCloseDisplayHook (dpy, func, arg) * Display *dpy; * XmuCloseHookProc func; * XPointer arg; - * + * * Bool XmuRemoveCloseDisplayHook (dpy, hook, func, arg) * Display *dpy; * CloseHook hook; * XmuCloseHookProc func; * XPointer arg; - * + * * Bool XmuLookupCloseDisplayHook (dpy, hook, func, arg) * Display *dpy; * CloseHook hook; * XmuCloseHookProc func; * XPointer arg; - * + * */ #ifdef HAVE_CONFIG_H @@ -188,8 +188,8 @@ XmuRemoveCloseDisplayHook(Display *dpy, CloseHook handle, /* - * Lookup - see whether or not a handle has been installed. If handle is - * non-NULL, look for an entry that matches it; otherwise look for an entry + * Lookup - see whether or not a handle has been installed. If handle is + * non-NULL, look for an entry that matches it; otherwise look for an entry * with the same function/argument pair. */ Bool -- cgit v1.2.3