mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-19 20:07:42 +08:00
x11: Clean up trailing whitespace in SDL_x11toolkit.[ch]
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Özkan Sezer
parent
2a96bddebf
commit
f7f33cbd36
File diff suppressed because it is too large
Load Diff
@@ -105,7 +105,7 @@ typedef struct SDL_ToolkitWindowX11
|
||||
/* Window and pixmap sizes */
|
||||
int window_width; // Window width.
|
||||
int window_height; // Window height.
|
||||
int pixmap_width;
|
||||
int pixmap_width;
|
||||
int pixmap_height;
|
||||
int window_x;
|
||||
int window_y;
|
||||
@@ -131,10 +131,10 @@ typedef struct SDL_ToolkitWindowX11
|
||||
|
||||
/* Control list */
|
||||
bool has_focus;
|
||||
struct SDL_ToolkitControlX11 *focused_control;
|
||||
struct SDL_ToolkitControlX11 *focused_control;
|
||||
struct SDL_ToolkitControlX11 *fiddled_control;
|
||||
struct SDL_ToolkitControlX11 **controls;
|
||||
size_t controls_sz;
|
||||
size_t controls_sz;
|
||||
struct SDL_ToolkitControlX11 **dyn_controls;
|
||||
size_t dyn_controls_sz;
|
||||
|
||||
@@ -157,7 +157,7 @@ typedef struct SDL_ToolkitWindowX11
|
||||
bool draw;
|
||||
bool close;
|
||||
long event_mask;
|
||||
|
||||
|
||||
#ifdef HAVE_FRIBIDI_H
|
||||
/* BIDI engine */
|
||||
SDL_FriBidi *fribidi;
|
||||
@@ -184,7 +184,7 @@ typedef struct SDL_ToolkitControlX11
|
||||
bool is_default_enter;
|
||||
bool is_default_esc;
|
||||
bool do_size;
|
||||
|
||||
|
||||
/* User data */
|
||||
void *data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user