Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. reviewed X11Lib.XLock/UnlockDisplay() usage: (details)
  2. Merge branch 'master' of github.com:mbien/jogl (details)
Commit ca6818d87ee86b2cc9961e47ad9f899e1fd90f78 by Michael Bien
reviewed X11Lib.XLock/UnlockDisplay() usage:
- added lock(); try{foo();}finally{unlock();} where missing
- made sure lock is called outside the try block
- fixed nesting in situations with two independent locks
Commit d5b392ac40d8f7c65e76aca5673748cf24b8a1e8 by Michael Bien
Merge branch 'master' of github.com:mbien/jogl