Replace tabs with spaces
This commit is contained in:
@@ -214,7 +214,7 @@ struct _XDisplay; /* Forward declare before use for C++ */
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *ext_data; /* hook for extension to hang data */
|
void *ext_data; /* hook for extension to hang data */
|
||||||
struct _XDisplay *display;/* back pointer to display structure */
|
struct _XDisplay *display; /* back pointer to display structure */
|
||||||
Window root; /* Root window id. */
|
Window root; /* Root window id. */
|
||||||
int width, height; /* width and height of screen */
|
int width, height; /* width and height of screen */
|
||||||
int mwidth, mheight; /* width and height of in millimeters */
|
int mwidth, mheight; /* width and height of in millimeters */
|
||||||
@@ -257,7 +257,7 @@ typedef struct {
|
|||||||
Screen *screen; /* back pointer to correct screen */
|
Screen *screen; /* back pointer to correct screen */
|
||||||
} XWindowAttributes;
|
} XWindowAttributes;
|
||||||
|
|
||||||
typedef int (*XErrorHandler) ( /* WARNING, this type not in Xlib spec */
|
typedef int (*XErrorHandler) (/* WARNING, this type not in Xlib spec */
|
||||||
Display* /* display */,
|
Display* /* display */,
|
||||||
XErrorEvent* /* error_event */
|
XErrorEvent* /* error_event */
|
||||||
);
|
);
|
||||||
|
@@ -57,8 +57,6 @@ static int CalculateUIEventMaskFromEventCategory(wxEventCategory cat)
|
|||||||
NSOtherMouseUpMask = 1 << NSOtherMouseUp,
|
NSOtherMouseUpMask = 1 << NSOtherMouseUp,
|
||||||
NSOtherMouseDraggedMask = 1 << NSOtherMouseDragged,
|
NSOtherMouseDraggedMask = 1 << NSOtherMouseDragged,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NSKeyDownMask = 1 << NSKeyDown,
|
NSKeyDownMask = 1 << NSKeyDown,
|
||||||
NSKeyUpMask = 1 << NSKeyUp,
|
NSKeyUpMask = 1 << NSKeyUp,
|
||||||
NSFlagsChangedMask = 1 << NSFlagsChanged,
|
NSFlagsChangedMask = 1 << NSFlagsChanged,
|
||||||
|
Reference in New Issue
Block a user