old C (gcc 2.95) fix -- no statements before variable declarations
svn path=/trunk/kdebase/kwin/; revision=392038
This commit is contained in:
parent
7eff49ed22
commit
d3cf27c20c
1 changed files with 1 additions and 1 deletions
|
@ -2727,8 +2727,8 @@ main (int argc, char **argv)
|
||||||
}
|
}
|
||||||
else if (ev.xproperty.atom == titleHeightAtom)
|
else if (ev.xproperty.atom == titleHeightAtom)
|
||||||
{
|
{
|
||||||
printf("titleheight changed\n");
|
|
||||||
win * w = find_win(dpy, ev.xproperty.window);
|
win * w = find_win(dpy, ev.xproperty.window);
|
||||||
|
printf("titleheight changed\n");
|
||||||
if (w)
|
if (w)
|
||||||
{
|
{
|
||||||
printf("titleheight window found\n");
|
printf("titleheight window found\n");
|
||||||
|
|
Loading…
Reference in a new issue