Ran source code through "indent -nbfda -npcs -npsl -bli0".
This commit is contained in:
parent
51355bce43
commit
7716a05281
38 changed files with 10816 additions and 10710 deletions
16
src/cursor.c
16
src/cursor.c
|
|
@ -30,11 +30,11 @@
|
|||
#include "cursor.h"
|
||||
#include "debug.h"
|
||||
|
||||
#define UNUSED(arg) ((void)(arg))
|
||||
#define UNUSED(arg) ((void)(arg))
|
||||
|
||||
SDL_Cursor * cursor_hand, * cursor_arrow, * cursor_watch,
|
||||
* cursor_up, * cursor_down, * cursor_tiny, * cursor_crosshair,
|
||||
* cursor_brush, * cursor_wand, * cursor_insertion, * cursor_rotate;
|
||||
SDL_Cursor *cursor_hand, *cursor_arrow, *cursor_watch,
|
||||
*cursor_up, *cursor_down, *cursor_tiny, *cursor_crosshair,
|
||||
*cursor_brush, *cursor_wand, *cursor_insertion, *cursor_rotate;
|
||||
|
||||
int no_fancy_cursors;
|
||||
|
||||
|
|
@ -73,8 +73,8 @@ void do_setcursor(SDL_Cursor * c)
|
|||
void free_cursor(SDL_Cursor ** cursor)
|
||||
{
|
||||
if (*cursor)
|
||||
{
|
||||
SDL_FreeCursor(*cursor);
|
||||
*cursor = NULL;
|
||||
}
|
||||
{
|
||||
SDL_FreeCursor(*cursor);
|
||||
*cursor = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue