Re: [i3] A_WM_TAKE_FOCUS ???

  • From: Michael Stapelberg <michael+i3@xxxxxxxxxxxxx>
  • To: dcoppa <dcoppa@xxxxxxxxx>
  • Date: Wed, 06 Apr 2011 13:06:59 +0200

Hi David,

Excerpts from David Coppa's message of 2011-04-06 13:00:44 +0200:

cc -O2 -pipe -Wall -std=c99 -pipe -Wall -Wunused-value -Iinclude
-I/usr/local/include -DI3_VERSION=\""3.e-bf2 (2011-01-19)"\"
-I/usr/X11R6/include -gdwarf-2 -g3 -DLOGLEVEL="(1 << 16)" -c -o src/manage.o
src/manage.c
src/manage.c: In function 'reparent_window':
src/manage.c:480: error: 'A_WM_TAKE_FOCUS' undeclared (first use in this
function)
src/manage.c:480: error: (Each undeclared identifier is reported only once
src/manage.c:480: error: for each function it appears in.)

Shouldn't it be "WM_TAKE_FOCUS"? Where am I wrong?
It shouldn’t (since commit 86117db4345190302b73ca4e95e8431459b3868b). Are you
sure you did 'make clean' before making? Compilation works fine for me here.

Best regards,
Michael

Other related posts: