mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Fix minor style violations
This commit is contained in:
parent
bca57213a0
commit
d50c2f2eac
5 changed files with 22 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef __LABWC_H
|
||||
#define __LABWC_H
|
||||
#include "config.h"
|
||||
|
|
@ -395,8 +396,7 @@ void foreign_toplevel_handle_create(struct view *view);
|
|||
void desktop_raise_view(struct view *view);
|
||||
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
|
||||
|
||||
enum lab_cycle_dir
|
||||
{
|
||||
enum lab_cycle_dir {
|
||||
LAB_CYCLE_DIR_NONE,
|
||||
LAB_CYCLE_DIR_FORWARD,
|
||||
LAB_CYCLE_DIR_BACKWARD,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue