From 7fd7dca37526ecc43a05cb152778f116f74fa91c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 23 May 2016 22:59:11 +0200 Subject: [PATCH] Remove completed todo --- src/x11_window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index 19b9d246..d638be85 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -393,10 +393,7 @@ static GLFWbool createWindow(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, Visual* visual, int depth) { - // Every window needs a colormap - // Create one based on the visual used by the current context - // TODO: Decouple this from context creation - + // Create a colormap based on the visual used by the current context window->x11.colormap = XCreateColormap(_glfw.x11.display, _glfw.x11.root, visual,