Haiku: fixed uninitialized variable.
--HG-- extra : rebase_source : c5f25703a87bb8090bfa567cd3af215901c15a69
This commit is contained in:
parent
34944dab6b
commit
1da87eaef8
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ class SDL_BWin:public BDirectWindow
|
||||||
_trash_window_buffer = false;
|
_trash_window_buffer = false;
|
||||||
_buffer_locker = new BLocker();
|
_buffer_locker = new BLocker();
|
||||||
_bitmap = NULL;
|
_bitmap = NULL;
|
||||||
|
_clips = NULL;
|
||||||
|
|
||||||
#ifdef DRAWTHREAD
|
#ifdef DRAWTHREAD
|
||||||
_draw_thread_id = spawn_thread(BE_DrawThread, "drawing_thread",
|
_draw_thread_id = spawn_thread(BE_DrawThread, "drawing_thread",
|
||||||
B_NORMAL_PRIORITY, (void*) this);
|
B_NORMAL_PRIORITY, (void*) this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue