summaryrefslogtreecommitdiff
path: root/examples/cogl-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cogl-info.c')
-rw-r--r--examples/cogl-info.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/cogl-info.c b/examples/cogl-info.c
index 3eacdc39..9afd4a59 100644
--- a/examples/cogl-info.c
+++ b/examples/cogl-info.c
@@ -144,7 +144,9 @@ get_winsys_name_for_id (CoglWinsysID winsys_id)
case COGL_WINSYS_ID_WGL:
return "EGL + Windows WGL platform";
case COGL_WINSYS_ID_SDL:
- return "EGL + SDL platform";
+ return "SDL";
+ case COGL_WINSYS_ID_DRM:
+ return "DRM";
}
g_return_val_if_reached ("Unknown");
}