aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 253ea3a..5e09261 100644
--- a/src/window.c
+++ b/src/window.c
@@ -72,7 +72,6 @@ int mgl_window_create_with_params(mgl_window *self, const char *title, int width
return -1;
}
- /* TODO: Test utf8 */
XStoreName(context->connection, self->window, title);
XMapWindow(context->connection, self->window);
XFlush(context->connection);