summaryrefslogtreecommitdiff
path: root/src/video/directfb/SDL_DirectFB_WM.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/directfb/SDL_DirectFB_WM.c')
-rw-r--r--src/video/directfb/SDL_DirectFB_WM.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video/directfb/SDL_DirectFB_WM.c b/src/video/directfb/SDL_DirectFB_WM.c
index c9f683cce1..83912bdeda 100644
--- a/src/video/directfb/SDL_DirectFB_WM.c
+++ b/src/video/directfb/SDL_DirectFB_WM.c
@@ -131,7 +131,7 @@ DirectFB_WM_RedrawLayout(_THIS, SDL_Window * window)
SDL_DFB_CHECK(s->SetBlittingFlags(s, DSBLIT_NOFX));
LoadFont(_this, window);
- /*s->SetDrawingFlags(s, DSDRAW_BLEND); */
+ /* s->SetDrawingFlags(s, DSDRAW_BLEND); */
s->SetColor(s, COLOR_EXPAND(t->frame_color));
/* top */
for (i = 0; i < t->top_size; i++)
@@ -203,7 +203,7 @@ DirectFB_WM_AdjustWindowLayout(SDL_Window * window, int flags, int w, int h)
if (!windata->is_managed)
windata->theme = theme_none;
else if (flags & SDL_WINDOW_BORDERLESS)
- /*desc.caps |= DWCAPS_NODECORATION;) */
+ /* desc.caps |= DWCAPS_NODECORATION;) */
windata->theme = theme_none;
else if (flags & SDL_WINDOW_FULLSCREEN) {
windata->theme = theme_none;