equal
deleted
inserted
replaced
91 device->driverdata = phdata; |
91 device->driverdata = phdata; |
92 |
92 |
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 */ |
97 device->num_displays = 0; |
97 device->num_displays = 0; |
98 |
98 |
99 /* Set device free function */ |
99 /* Set device free function */ |
100 device->free = PND_destroy; |
100 device->free = PND_destroy; |
101 |
101 |