equal
deleted
inserted
replaced
93 phdata->egl_initialized = SDL_TRUE; |
93 phdata->egl_initialized = SDL_TRUE; |
94 |
94 |
95 |
95 |
96 /* Setup amount of available displays and current display */ |
96 /* Setup amount of available displays and current display */ |
97 device->num_displays = 0; |
97 device->num_displays = 0; |
98 device->current_display = 0; |
|
99 |
98 |
100 /* Set device free function */ |
99 /* Set device free function */ |
101 device->free = PND_destroy; |
100 device->free = PND_destroy; |
102 |
101 |
103 /* Setup all functions which we can handle */ |
102 /* Setup all functions which we can handle */ |