forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Graphics: Improve clip region handling
Previously FreeJ2ME was not consistent in regards to the clip region that it has set, and what it would send to jars when they requested data about the clip region and position... it also wasn't following the MIDP spec too closely. These new changes improve it by cleaning up the older clip code, and using a single, consistent Rectangle object to keep track of the clip bounds. Fixes #62 and probably many others that rely on clip region information.
- Loading branch information
1 parent
e48d23b
commit ad129a8
Showing
2 changed files
with
19 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters