summaryrefslogtreecommitdiff
path: root/fb/fbpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fb/fbpixmap.c')
-rw-r--r--fb/fbpixmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fb/fbpixmap.c b/fb/fbpixmap.c
index fbcdca99c..4c356b666 100644
--- a/fb/fbpixmap.c
+++ b/fb/fbpixmap.c
@@ -80,6 +80,7 @@ fbCreatePixmapBpp(ScreenPtr pScreen, int width, int height, int depth, int bpp,
#endif
pPixmap->usage_hint = usage_hint;
+ pPixmap->drawable.ops = &fbDrawableOps;
return pPixmap;
}