diff options
author | Kevin E Martin <kem@kem.org> | 2004-07-29 23:43:40 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-07-29 23:43:40 +0000 |
commit | 813d75f9d3c7b540977926e37310fa683daf12e1 (patch) | |
tree | 00c2764950a672f62f4919fe57d5d613b325feb7 /render/picturestr.h | |
parent | 274d5044ac41523ff23912c223177c429c710e09 (diff) |
Use LibraryTargetName when not building a loadable server
Move extern function declarations to window.h
Cleaned up code since client's saveSet is no longer defined as a pointer*
Added externs back in
Change #if to #ifdef to fix compiler warning
Add function declarations that were inadvertently removed by previous check
in
Disable extensions that are not (yet) supported by DMX
Diffstat (limited to 'render/picturestr.h')
-rw-r--r-- | render/picturestr.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/render/picturestr.h b/render/picturestr.h index f19fe9588..23bab63dc 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -303,6 +303,15 @@ extern RESTYPE GlyphSetType; } \ } \ +void +ResetPicturePrivateIndex (void); + +int +AllocatePicturePrivateIndex (void); + +Bool +AllocatePicturePrivate (ScreenPtr pScreen, int index2, unsigned int amount); + Bool PictureDestroyWindow (WindowPtr pWindow); |