On 06/ 2/13 02:36 PM, Thomas Klausner wrote:
--- src/ast_vgatool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index 513cf7b..378822a 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.c @@ -2709,7 +2709,7 @@ void vGetDefaultSettings(ScrnInfoPtr pScrn) Bool InitVGA(ScrnInfoPtr pScrn, ULONG Flags) { ASTRecPtr pAST; - ULONG ulData; + uint32_t ulData; pAST = ASTPTR(pScrn); @@ -3005,7 +3005,7 @@ GetVGAEDID(ScrnInfoPtr pScrn, unsigned char *pEDIDBuffer) Bool bInitAST1180(ScrnInfoPtr pScrn) { ASTRecPtr pAST; - ULONG ulData; + uint32_t ulData; pAST = ASTPTR(pScrn);
Reviewed-by: Alan Coopersmith <[email protected]> and pushed: To ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ast 0833e00..414341b master -> master -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
