add warning about get_current_tag()
This commit is contained in:
parent
4577c64ec4
commit
48ac631f41
1
layout.c
1
layout.c
|
@ -51,6 +51,7 @@ const NameFuncLink LayoutsList[] =
|
||||||
* \param screen the screen to search
|
* \param screen the screen to search
|
||||||
* \return tag
|
* \return tag
|
||||||
*/
|
*/
|
||||||
|
#warning this function is bugged and should be replaced
|
||||||
Tag *
|
Tag *
|
||||||
get_current_tag(int screen)
|
get_current_tag(int screen)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue