diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-08-07 11:21:48 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-08-07 11:21:48 -0600 |
commit | d681a844e448712a9a419d2a4dca81930d39a80a (patch) | |
tree | 09079ad5f93174e991a1da09a38d2aad53515cf9 /src/lx_exa.c | |
parent | e98927f2c60acd9262cfb6fca2491fe0decc7aa5 (diff) |
[LX] - Add RandR 1.2 support
A wholesale update to Randr 1.2 for LX accompanied by massive
cleanup.
Diffstat (limited to 'src/lx_exa.c')
-rw-r--r-- | src/lx_exa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lx_exa.c b/src/lx_exa.c index f6978d8..e686cec 100644 --- a/src/lx_exa.c +++ b/src/lx_exa.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 Advanced Micro Devices, Inc. + * Copyright (c) 2007-2008 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -285,6 +285,7 @@ lx_prepare_solid(PixmapPtr pxMap, int alu, Pixel planemask, Pixel fg) exaScratch.op = op; gp_set_solid_source(fg); + gp_set_strides(pitch, pitch); gp_write_parameters(); return TRUE; |