diff options
author | Dave Airlie <airlied@redhat.com> | 2020-07-06 07:00:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-07-10 06:17:44 +1000 |
commit | ea47af87f692b291a988834c6f14d73a08cb1d75 (patch) | |
tree | 59de9a428349deb2f920d94048eb11e7ab6633ee /include/pixmap.h | |
parent | 15b7738389b36ec2739d4f599539bcb7c2be89a1 (diff) |
xserver/output: rename some badly named variables/APIs.
This is an API and ABI break
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/pixmap.h')
-rw-r--r-- | include/pixmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pixmap.h b/include/pixmap.h index f79c41549..7144bfb30 100644 --- a/include/pixmap.h +++ b/include/pixmap.h @@ -113,10 +113,10 @@ extern _X_EXPORT PixmapPtr AllocatePixmap(ScreenPtr /*pScreen */ , extern _X_EXPORT void FreePixmap(PixmapPtr /*pPixmap */ ); extern _X_EXPORT PixmapPtr -PixmapShareToSlave(PixmapPtr pixmap, ScreenPtr slave); +PixmapShareToSecondary(PixmapPtr pixmap, ScreenPtr secondary); extern _X_EXPORT void -PixmapUnshareSlavePixmap(PixmapPtr slave_pixmap); +PixmapUnshareSecondaryPixmap(PixmapPtr secondary_pixmap); #define HAS_DIRTYTRACKING_ROTATION 1 #define HAS_DIRTYTRACKING_DRAWABLE_SRC 1 |