diff options
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ uint windowFor(uint id) { window->thresh = windowThreshold; } window->buffer = bufferAlloc(); - cacheInsertColor(false, None, idNames[id], idColors[id]); + cacheInsert(false, None, idNames[id])->color = idColors[id]; return windowPush(window); } |