mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -15,10 +15,10 @@
|
|||
#include "resistance.h"
|
||||
#include "ssd.h"
|
||||
|
||||
static const char **cursor_names = NULL;
|
||||
static const char * const *cursor_names = NULL;
|
||||
|
||||
/* Usual cursor names */
|
||||
static const char *cursors_xdg[] = {
|
||||
static const char * const cursors_xdg[] = {
|
||||
NULL,
|
||||
"default",
|
||||
"grab",
|
||||
|
|
@ -33,7 +33,7 @@ static const char *cursors_xdg[] = {
|
|||
};
|
||||
|
||||
/* XCursor fallbacks */
|
||||
static const char *cursors_x11[] = {
|
||||
static const char * const cursors_x11[] = {
|
||||
NULL,
|
||||
"left_ptr",
|
||||
"grabbing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue