comparison src/video/directfb/SDL_DirectFB_video.c @ 3040:62d4992e5a92

indent
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jan 2009 04:25:32 +0000
parents d72a0dd80e8b
children 4b594623401b
comparison
equal deleted inserted replaced
3039:829043b363d1 3040:62d4992e5a92
252 devdata->initialized = 1; 252 devdata->initialized = 1;
253 253
254 /* simple window manager support */ 254 /* simple window manager support */
255 stemp = SDL_getenv(DFBENV_USE_WM); 255 stemp = SDL_getenv(DFBENV_USE_WM);
256 if (stemp) 256 if (stemp)
257 devdata->has_own_wm = atoi(stemp); 257 devdata->has_own_wm = atoi(stemp);
258 else 258 else
259 devdata->has_own_wm = 0; 259 devdata->has_own_wm = 0;
260 260
261 devdata->dfb = dfb; 261 devdata->dfb = dfb;
262 devdata->firstwin = NULL; 262 devdata->firstwin = NULL;
263 263
264 _this->driverdata = devdata; 264 _this->driverdata = devdata;