diff options
Diffstat (limited to 'afb/afb.h')
-rw-r--r-- | afb/afb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -483,7 +483,8 @@ extern PixmapPtr afbCreatePixmap( ScreenPtr /*pScreen*/, int /*width*/, int /*height*/, - int /*depth*/ + int /*depth*/, + unsigned /*usage_hint*/ ); extern Bool afbDestroyPixmap( |