diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-15 23:43:38 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-15 23:43:38 -0700 |
commit | 26b42fa84328f02cbe0ff357b86d574fb918ae3e (patch) | |
tree | d8dab3cc33dd7531e6b9985c200063379d16e1f7 /xorg/X11R7.6/rdp/rdpdraw.h | |
parent | bdc2c51feed37532436f65e9bacd43c8732f1d14 (diff) | |
download | xrdp-proprietary-26b42fa84328f02cbe0ff357b86d574fb918ae3e.tar.gz xrdp-proprietary-26b42fa84328f02cbe0ff357b86d574fb918ae3e.zip |
xorg: work on offscreen bitmaps
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpdraw.h')
-rw-r--r-- | xorg/X11R7.6/rdp/rdpdraw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/X11R7.6/rdp/rdpdraw.h b/xorg/X11R7.6/rdp/rdpdraw.h index 0a1569e8..38d46ecc 100644 --- a/xorg/X11R7.6/rdp/rdpdraw.h +++ b/xorg/X11R7.6/rdp/rdpdraw.h @@ -41,5 +41,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. int rdp_get_clip(RegionPtr pRegion, DrawablePtr pDrawable, GCPtr pGC); +void +GetTextBoundingBox(DrawablePtr pDrawable, FontPtr font, int x, int y, + int n, BoxPtr pbox); #endif |