move netatom localy

This commit is contained in:
Julien Danjou 2007-09-16 17:29:40 +02:00
parent 8f8d603227
commit 360488ec18
1 changed files with 2 additions and 3 deletions

View File

@ -45,9 +45,6 @@ Client *sel = NULL;
Client *stack = NULL; Client *stack = NULL;
DC *dc; DC *dc;
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
Atom netatom[NetWMName];
/* static */ /* static */
static int (*xerrorxlib) (Display *, XErrorEvent *); static int (*xerrorxlib) (Display *, XErrorEvent *);
@ -268,6 +265,8 @@ main(int argc, char *argv[])
awesome_config *awesomeconf; awesome_config *awesomeconf;
int shape_event, randr_event_base; int shape_event, randr_event_base;
int screen; int screen;
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
Atom netatom[NetLast];
if(argc == 2 && !strcmp("-v", argv[1])) if(argc == 2 && !strcmp("-v", argv[1]))
eprint("awesome-" VERSION " © 2007 Julien Danjou\n"); eprint("awesome-" VERSION " © 2007 Julien Danjou\n");