Commit d6f48927 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d8: Rename abort_stateblock() to delete_stateblock() in the stateblock tests.

parent 3cb7e872
......@@ -317,7 +317,7 @@ static int end_stateblock(IDirect3DDevice8 *device, struct event_data *event_dat
return EVENT_OK;
}
static int abort_stateblock(IDirect3DDevice8 *device, struct event_data *event_data)
static int delete_stateblock(IDirect3DDevice8 *device, struct event_data *event_data)
{
IDirect3DDevice8_DeleteStateBlock(device, event_data->stateblock);
return EVENT_OK;
......@@ -367,7 +367,7 @@ static void execute_test_chain_all(IDirect3DDevice8 *device, struct state_test *
{
{begin_stateblock, SB_DATA_NONE, SB_DATA_TEST_IN},
{end_stateblock, SB_DATA_NONE, SB_DATA_NONE},
{abort_stateblock, SB_DATA_DEFAULT, SB_DATA_NONE},
{delete_stateblock, SB_DATA_DEFAULT, SB_DATA_NONE},
};
struct event apply_stateblock_events[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment