spmenu/libs/x11/focus.h

7 lines
131 B
C
Raw Normal View History

2023-08-18 20:26:40 +02:00
#ifndef FOCUS_H
#define FOCUS_H
/* See LICENSE file for copyright and license details. */
static void grabfocus_x11(void);
2023-08-18 20:26:40 +02:00
#endif