*Europapean lobster warbles, snips a claw off*
This commit is contained in:
parent
1197783a70
commit
086cd2ae62
1 changed files with 6 additions and 0 deletions
|
@ -412,7 +412,12 @@ int main(int argc, char **argv) {
|
|||
*/
|
||||
cluster_draw_bg(bg, width, height);
|
||||
|
||||
/*
|
||||
* Present the background layer
|
||||
*/
|
||||
hexagram_window_refresh_bg(window);
|
||||
hexagram_window_show(window);
|
||||
hexagram_window_swap_buffer(window);
|
||||
|
||||
/*
|
||||
* Set up file descriptors to monitor
|
||||
|
@ -435,6 +440,7 @@ int main(int argc, char **argv) {
|
|||
switch (e.type) {
|
||||
case Expose:
|
||||
hexagram_window_refresh_bg(window);
|
||||
hexagram_window_swap_buffer(window);
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue