Only copy the double-buffer on expose-events
This commit is contained in:
@ -48,6 +48,12 @@ void reconfig_windows();
|
||||
*/
|
||||
void draw_bars();
|
||||
|
||||
/*
|
||||
* Redraw the bars, i.e. simply copy the buffer to the barwindow
|
||||
*
|
||||
*/
|
||||
void redraw_bars();
|
||||
|
||||
/*
|
||||
* Calculate the rendered width of a string with the configured font.
|
||||
* The string has to be encoded in ucs2 and glyph_len has to be the length
|
||||
|
Reference in New Issue
Block a user