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
|
/** Setup everything before running
|
||||||
* \param disp Display ref
|
* \param disp Display ref
|
||||||
* \param awesomeconf awesome config ref
|
* \param awesomeconf awesome config ref
|
||||||
* \todo clean things...
|
* \todo clean things...
|
||||||
*/
|
*/
|
||||||
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
|
|
||||||
Atom netatom[NetWMName];
|
|
||||||
static void
|
static void
|
||||||
setup(Display *disp, awesome_config *awesomeconf)
|
setup(Display *disp, awesome_config *awesomeconf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue