mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
move things away from doc
This commit is contained in:
parent
60c33390a8
commit
2b5141b05a
1 changed files with 2 additions and 2 deletions
|
@ -136,13 +136,13 @@ scan(Display *disp, awesome_config *awesomeconf)
|
|||
|
||||
|
||||
|
||||
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
|
||||
Atom netatom[NetWMName];
|
||||
/** Setup everything before running
|
||||
* \param disp Display ref
|
||||
* \param awesomeconf awesome config ref
|
||||
* \todo clean things...
|
||||
*/
|
||||
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
|
||||
Atom netatom[NetWMName];
|
||||
static void
|
||||
setup(Display *disp, awesome_config *awesomeconf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue