You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ShareableBitmapHaiku not depend on SharedMemoryHaiku
This lets us use UNIX's or Haiku's implementation of shared memory.
SharedMemoryHaiku is not fully implemented at present and this
allows us to avoid using it.
Unfortunately, we lose the method of uniquely identifying bitmaps that
we used previously, since the previous method relies on Haiku's
implementation of shared memory to store the id. This will have to be
implemented in some way in the future.
0 commit comments