It's brown.

This commit is contained in:
XANTRONIX Development 2019-05-28 00:36:07 -05:00
parent 0fb807b2b9
commit d7b6afbceb
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ int hexagram_window_display_fd(hexagram_window *window);
int hexagram_window_show(hexagram_window *window);
int hexagram_window_repaint_bg(hexagram_window *window);
int hexagram_window_refresh_bg(hexagram_window *window);
int hexagram_window_swap_buffer(hexagram_window *window);

View file

@ -190,7 +190,7 @@ error_x:
return -1;
}
int hexagram_window_repaint_bg(hexagram_window *window) {
int hexagram_window_refresh_bg(hexagram_window *window) {
return XCopyArea(window->display,
window->bg,
window->buf,