mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
Fix trivial coding style breaches
This commit is contained in:
parent
8e1f115486
commit
5b34c81768
22 changed files with 151 additions and 91 deletions
|
|
@ -15,6 +15,6 @@
|
|||
* For example, the xml structure <a><b><c></c></b></a> would return the
|
||||
* name c.b.a
|
||||
*/
|
||||
char *nodename(xmlNode *node, char *buf, int len);
|
||||
char *nodename(xmlNode * node, char *buf, int len);
|
||||
|
||||
#endif /* __LABWC_NODENAME_H */
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
#include "theme.h"
|
||||
|
||||
struct rcxml {
|
||||
|
||||
/* core */
|
||||
bool xdg_shell_server_side_deco;
|
||||
int gap;
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@ struct server {
|
|||
};
|
||||
|
||||
#define LAB_NR_LAYERS (4)
|
||||
|
||||
struct output {
|
||||
struct wl_list link; /* server::outputs */
|
||||
struct server *server;
|
||||
|
|
@ -229,6 +230,7 @@ struct output {
|
|||
struct wl_listener destroy;
|
||||
struct wl_listener frame;
|
||||
};
|
||||
|
||||
#undef LAB_NR_LAYERS
|
||||
|
||||
enum view_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue