Searched refs:mbkgnd (Results 1 – 6 of 6) sorted by relevance
/dports/games/ltris/ltris-1.2.1/src/ |
H A D | manager.c | 39 SDL_Surface *mbkgnd = 0; /* menu background */ variable 254 mbkgnd = load_surf( "menuback.bmp", SDL_SWSURFACE ); in manager_create() 255 SDL_SetColorKey( mbkgnd, 0, 0 ); in manager_create() 256 draw_3dframe( mbkgnd, menu_x, menu_y, menu_w, menu_h, 5 ); in manager_create() 257 draw_3dframe( mbkgnd, cx, cy, cw, ch, 5 ); in manager_create() 258 draw_3dframe( mbkgnd, vx, vy, vw, vh, 5 ); in manager_create() 274 hint_set_bkgnd( mbkgnd ); in manager_create() 479 free_surf( &mbkgnd ); in manager_delete() 520 FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); in manager_run() 541 FULL_DEST( sdl.screen ); FULL_SOURCE( mbkgnd ); blit_surf(); in manager_run() [all …]
|
H A D | item.c | 21 extern SDL_Surface *mbkgnd; 160 SOURCE( mbkgnd, item->x, item->y ); in item_hide()
|
/dports/games/lbreakout2/lbreakout2-2.6.5/client/ |
H A D | theme.c | 109 SDL_Surface *mbkgnd = 0; /* menu background */ variable 536 mbkgnd = theme_load_surf( "menuback.png" ); in theme_load() 537 SDL_SetColorKey( mbkgnd, 0, 0 ); in theme_load() 548 …stk_font_write( mfont, mbkgnd, mbkgnd->w - 4, stk_display->h - 4 - mfont->height, STK_OPAQUE, aux … in theme_load() 549 …stk_font_write( mfont, mbkgnd, mbkgnd->w - 4, stk_display->h - 4, STK_OPAQUE, "http://lgames.sf.ne… in theme_load() 659 stk_surface_free( &mbkgnd ); in theme_delete()
|
H A D | manager.c | 34 extern SDL_Surface *mbkgnd; /* menu background */ 386 hint_set_bkgnd( mbkgnd ); in cb_change_theme() 390 menu_set_bkgnd( menu, mbkgnd ); in cb_change_theme() 393 stk_surface_blit( mbkgnd, 0,0,-1,-1, stk_display, 0,0 ); in cb_change_theme() 500 hint_set_bkgnd( mbkgnd ); in manager_create() 741 stk_surface_blit( mbkgnd, 0,0,-1,-1, stk_display, 0,0 ); in manager_run() 767 stk_surface_blit( mbkgnd, 0,0,-1,-1, stk_display, 0,0 ); in manager_fade() 778 stk_surface_blit( mbkgnd, 0,0,-1,-1, stk_display, 0,0 ); in manager_show()
|
H A D | item.c | 21 extern SDL_Surface *mbkgnd; 58 item->bkgnd = mbkgnd; in item_create_basic()
|
H A D | main.c | 50 extern SDL_Surface *mbkgnd, *cr_bkgnd;
|