mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Replace _ with - in source file names
This commit is contained in:
parent
48742163fd
commit
f1399fdfe4
29 changed files with 28 additions and 28 deletions
|
|
@ -1,19 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_RESIZE_INDICATOR_H
|
||||
#define LABWC_RESIZE_INDICATOR_H
|
||||
|
||||
struct server;
|
||||
struct view;
|
||||
|
||||
enum resize_indicator_mode {
|
||||
LAB_RESIZE_INDICATOR_NEVER = 0,
|
||||
LAB_RESIZE_INDICATOR_ALWAYS,
|
||||
LAB_RESIZE_INDICATOR_NON_PIXEL
|
||||
};
|
||||
|
||||
void resize_indicator_reconfigure(struct server *server);
|
||||
void resize_indicator_show(struct view *view);
|
||||
void resize_indicator_update(struct view *view);
|
||||
void resize_indicator_hide(struct view *view);
|
||||
|
||||
#endif /* LABWC_RESIZE_INDICATOR_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue