mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-19 16:25:50 +01:00
bug fix for balloons and some other minor things
This commit is contained in:
@@ -366,8 +366,8 @@ showText(Balloon *bPtr, int x, int y, int h, int w, char *text)
|
||||
{
|
||||
int w;
|
||||
char *ptr, *ptr2;
|
||||
|
||||
ptr = text;
|
||||
|
||||
ptr2 = ptr = text;
|
||||
width = 0;
|
||||
while (ptr && ptr2) {
|
||||
ptr2 = strchr(ptr, '\n');
|
||||
|
||||
Reference in New Issue
Block a user