I love my whitespace!~
This commit is contained in:
parent
066312e843
commit
68fc2ac160
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ cdef handle_xevents(hexagram_window *window,
|
||||||
|
|
||||||
while XPending(display) > 0:
|
while XPending(display) > 0:
|
||||||
XNextEvent(display, &e)
|
XNextEvent(display, &e)
|
||||||
|
|
||||||
if e.type == MapNotify or e.type == Expose:
|
if e.type == MapNotify or e.type == Expose:
|
||||||
hexagram_window_refresh_bg(window)
|
hexagram_window_refresh_bg(window)
|
||||||
cluster.draw_fg(fg)
|
cluster.draw_fg(fg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue