Reformat .h files.
I did my best to exempt some of the bigger aligned blocks from the reformatting using the /* clang-format off */ and /* clang-format on */ tags. Probably some that shouldn't have been formatted were anyway; if you encounter them, please fix. The clang-format tags were left in on the basis that it's much easier to prune those out later than to put them back in, and it means that, modulo my custom version of clang-format, I should be able to run clang-format on the source tree again without changing anything, now that Pat has fixed the VA_DECL issues.
This commit is contained in:
@@ -55,40 +55,40 @@
|
||||
resizeCallback Callback Callback NULL
|
||||
*/
|
||||
|
||||
/* define any special resource names here that are not in <X11/StringDefs.h> */
|
||||
|
||||
#define XtNrows "rows"
|
||||
#define XtNcolumns "columns"
|
||||
#define XtNblack "black"
|
||||
#define XtNred "red"
|
||||
#define XtNgreen "green"
|
||||
#define XtNbrown "brown"
|
||||
#define XtNblue "blue"
|
||||
#define XtNmagenta "magenta"
|
||||
#define XtNcyan "cyan"
|
||||
#define XtNgray "gray"
|
||||
#define XtNorange "orange"
|
||||
#define XtNbright_green "bright_green"
|
||||
#define XtNyellow "yellow"
|
||||
#define XtNbright_blue "bright_blue"
|
||||
#define XtNbright_magenta "bright_magenta"
|
||||
#define XtNbright_cyan "bright_cyan"
|
||||
#define XtNwhite "white"
|
||||
#define XtNexposeCallback "exposeCallback"
|
||||
#define XtNresizeCallback "resizeCallback"
|
||||
/* define any special resource names here that are not in <X11/StringDefs.h>
|
||||
*/
|
||||
|
||||
#define XtNrows "rows"
|
||||
#define XtNcolumns "columns"
|
||||
#define XtNblack "black"
|
||||
#define XtNred "red"
|
||||
#define XtNgreen "green"
|
||||
#define XtNbrown "brown"
|
||||
#define XtNblue "blue"
|
||||
#define XtNmagenta "magenta"
|
||||
#define XtNcyan "cyan"
|
||||
#define XtNgray "gray"
|
||||
#define XtNorange "orange"
|
||||
#define XtNbright_green "bright_green"
|
||||
#define XtNyellow "yellow"
|
||||
#define XtNbright_blue "bright_blue"
|
||||
#define XtNbright_magenta "bright_magenta"
|
||||
#define XtNbright_cyan "bright_cyan"
|
||||
#define XtNwhite "white"
|
||||
#define XtNexposeCallback "exposeCallback"
|
||||
#define XtNresizeCallback "resizeCallback"
|
||||
|
||||
extern XFontStruct *WindowFontStruct(/* Widget */);
|
||||
extern Font WindowFont(/* Widget */);
|
||||
|
||||
#define XtCWindowResource "WindowResource"
|
||||
#define XtCRows "Rows"
|
||||
#define XtCColumns "Columns"
|
||||
#define XtCRows "Rows"
|
||||
#define XtCColumns "Columns"
|
||||
|
||||
/* declare specific WindowWidget class and instance datatypes */
|
||||
|
||||
typedef struct _WindowClassRec *WindowWidgetClass;
|
||||
typedef struct _WindowRec *WindowWidget;
|
||||
typedef struct _WindowClassRec *WindowWidgetClass;
|
||||
typedef struct _WindowRec *WindowWidget;
|
||||
|
||||
/* declare the class constant */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user