It's brown.
This commit is contained in:
parent
0fb807b2b9
commit
d7b6afbceb
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue