The app_server now updates the kernel's blue screen frame buffer on mode changes

(only the accelerant HW interface does this for now).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-05-29 20:23:00 +00:00
parent f33c8020e2
commit c88974d026
4 changed files with 38 additions and 3 deletions
+3
View File
@@ -268,7 +268,10 @@ int sys_socket(int family, int type, int proto);
/* System informations */
extern status_t _kern_get_system_info(system_info *info, size_t size);
/* Debug output */
extern void _kern_debug_output(const char *message);
extern status_t _kern_frame_buffer_update(addr_t baseAddress, int32 width,
int32 height, int32 depth, int32 bytesPerRow);
/* messaging service */
extern area_id _kern_register_messaging_service(sem_id lockingSem,