uniform pointer type to return type. low importance. diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index 9904ac6..970b841 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -352,7 +352,7 @@ PanoramiXRes * PanoramiXFindIDByScrnum(RESTYPE type, XID id, int screen) { PanoramiXSearchData data; - pointer p; + PanoramiXRes *p; if(!screen) { dixLookupResource((pointer) &p, id, type, NullClient, DixUnknownAccess);