Skip to content

Commit

Permalink
align picture data on page boundaries
Browse files Browse the repository at this point in the history
this is needed for the userland buffering scheme to work
  • Loading branch information
asquared committed Feb 2, 2011
1 parent b563475 commit d9799af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/picture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


/* 16 works out nicely on scanline boundaries but we can go higher*/
#define ALIGN_ON 64
#define ALIGN_ON 4096

#define FREELIST_MAX 16

Expand Down

0 comments on commit d9799af

Please sign in to comment.