Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264240
b: refs/heads/master
c: b356fe0
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Miell authored and Dave Airlie committed Oct 3, 2011
1 parent 748ca02 commit 4eba13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ba7ddf81634bfdf32d09261d2959e3f5b7c4263
refs/heads/master: b356fe0afe9aa2cfdc7be0bae22ea1c93afc2451
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ int radeon_crtc_cursor_move(struct drm_crtc *crtc,
int w = radeon_crtc->cursor_width;

if (x < 0)
xorigin = -x + 1;
xorigin = -x;
if (y < 0)
yorigin = -y + 1;
yorigin = -y;
if (xorigin >= CURSOR_WIDTH)
xorigin = CURSOR_WIDTH - 1;
if (yorigin >= CURSOR_HEIGHT)
Expand Down

0 comments on commit 4eba13e

Please sign in to comment.