Sponsored Content
Top Forums Web Development Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Post 302868443 by Neo on Sunday 27th of October 2013 07:01:27 PM
Old 10-27-2013
Yes, vBSEO going out of business caused damage to our forum's SEO and caused a lot of other performance problems for us. In addition, decommissioning vBSEO and doing all the mod_rewrites to "do the best possible" to keep our SEO and index ranking in good shape took a lot of miserable and sometimes quite stressful work.

I understand your pain!
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

vbulletin addon for ads?

i'm wondering what vbulletin addon is used here to manage ads if the admin could let me know :) (1 Reply)
Discussion started by: disgust
1 Replies
XkbComputeShapeTop(3)						   XKB FUNCTIONS					     XkbComputeShapeTop(3)

NAME
XkbComputeShapeTop - Determines the bounding box of the top surface of a shape SYNOPSIS
Bool XkbComputeShapeTop (XkbShapePtr shape, XkbBoundsPtr bounds_rtrn); ARGUMENTS
- shape shape to be examined - bounds_rtrn backfilled with the bounding box for the shape DESCRIPTION
Xkb provides a number of convenience functions to help use a keyboard geometry. These include functions to return the bounding box of a shape's top surface and to update the bounding box of a shape row or section. A shape is made up of a number of outlines. Each outline is a polygon made up of a number of points. The bounding box of a shape is a rec- tangle that contains all the outlines of that shape. XkbComputeShapeTop returns a BoundsRec that contains two x and y coordinates. These coordinates describe the corners of a rectangle that contains the outline that describes the top surface of the shape. The top surface is defined to be the approximating outline if the approx field of shape is not NULL. If approx is NULL, the top surface is defined as the last outline in the shape's array of outlines. XkbCom- puteShapeTop returns False if shape is NULL or if there are no outlines for the shape; otherwise, it returns True. STRUCTURES
typedef struct _XkbBounds { short x1,y1; /* upper left corner of the bounds, in mm/10 */ short x2,y2; /* lower right corner of the bounds, in mm/10 */ } XkbBoundsRec, *XkbBoundsPtr; X Version 11 libX11 1.6.0 XkbComputeShapeTop(3)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy