haiku/headers
Axel Dörfler b66d753712 * Prepared the BScreen and BPrivateScreen class to be used with multiple monitors.
* BPrivateScreen now buffers its frame for 0.1 seconds (so that calling it several
  times in a row is both consistent and cheap).
* Added GetFrameBufferConfig() call to the HW interface (and implemented it).
* Added server commands AS_VALID_SCREEN_ID, AS_GET_NEXT_SCREEN_ID, and
  AS_GET_FRAME_BUFFER_CONFIG.
* BPrivateScreen::BaseAddress() and BPrivateScreen::BytesPerRow() are now working.
* minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14915 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-14 14:36:12 +00:00
..
build Moved the declaration of roundf() to HaikuBuildCompatibility.h - it's missing from 2005-11-13 19:43:42 +00:00
cpp commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers 2005-03-10 19:56:11 +00:00
glibc Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
gnu
libs update third party lib : zlib-1.2.3 2005-10-19 08:31:31 +00:00
os * Forgot to update Screen.h with the last commit... 2005-11-14 12:08:21 +00:00
posix That work-around for R5 build targets should no longer be necessary. 2005-11-13 17:54:18 +00:00
private * Prepared the BScreen and BPrivateScreen class to be used with multiple monitors. 2005-11-14 14:36:12 +00:00
tools