s/shape/window

This commit is contained in:
Murilo Pereira
2011-05-09 00:50:56 -03:00
parent 9ecf0acec8
commit d2950f95ce
4 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ void test_initialize_frame() {
allocate_frame(&frame);
initialize_frame(frame);
assert(frame->shape == NULL);
assert(frame->window == NULL);
assert(frame->begin_y == 0);
assert(frame->begin_x == 0);