mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Fix coding style following 824282dd
This commit is contained in:
parent
824282dd2e
commit
a9042e3cde
5 changed files with 59 additions and 49 deletions
|
|
@ -382,11 +382,11 @@ void action(struct server *server, const char *action, const char *command);
|
|||
/* update onscreen display 'alt-tab' texture */
|
||||
void osd_update(struct server *server);
|
||||
|
||||
/* wlroots "input inhibitor" extension (required for swaylock) blocks
|
||||
/*
|
||||
* wlroots "input inhibitor" extension (required for swaylock) blocks
|
||||
* any client other than the requesting client from receiving events
|
||||
*/
|
||||
bool input_inhibit_blocks_surface(struct seat *seat,
|
||||
struct wl_resource *resource);
|
||||
|
||||
struct wl_resource *resource);
|
||||
|
||||
#endif /* __LABWC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue