Send a request to the composition manager to add new buffers to a window.
#include <screen/screen.h>
int screen_create_window_buffers(screen_window_t win,
int count)
BlackBerry 10.0.0
The handle of the window for which the new buffers must be allocated.
The number of buffers to be created for this window.
Function Type: Flushing Execution
This function adds buffers to a window. Windows need at least one buffer in order to be visible. Buffers are created with the size of SCREEN_PROPERTY_BUFFER_SIZE as set for the window.
0 if new buffers were created for the specified window, or -1 if an error occurred (errno is set).