export netatom or we die

This commit is contained in:
Julien Danjou 2007-09-11 10:17:38 +02:00
parent 26c2d2795d
commit f726e475e3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ scan(Display *disp, awesome_config *awesomeconf)
* \todo clean things...
*/
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
static Atom netatom[NetWMName];
Atom netatom[NetWMName];
static void
setup(Display *disp, awesome_config *awesomeconf)
{