Skip to content

Commit

Permalink
Haiku: fixed uninitialized variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 14, 2013
1 parent f9f064d commit e899f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/haiku/SDL_BWin.h
Expand Up @@ -83,6 +83,8 @@ class SDL_BWin:public BDirectWindow
_trash_window_buffer = false;
_buffer_locker = new BLocker();
_bitmap = NULL;
_clips = NULL;

#ifdef DRAWTHREAD
_draw_thread_id = spawn_thread(BE_DrawThread, "drawing_thread",
B_NORMAL_PRIORITY, (void*) this);
Expand Down

0 comments on commit e899f0c

Please sign in to comment.