Skip to content

Commit

Permalink
Standardize INCLUDE_OVERVIEW defines
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 25, 2024
1 parent 86da26f commit 7f5c642
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/allegro5/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
#define INCLUDE_OVERVIEW
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */

#ifdef INCLUDE_ALL
Expand Down
3 changes: 2 additions & 1 deletion demo/glfw_opengl2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/* #define INCLUDE_ALL */
/* #define INCLUDE_STYLE */
/* #define INCLUDE_CALCULATOR */
#define INCLUDE_CANVAS
/* #define INCLUDE_CANVAS */
/* #define INCLUDE_FILE_BROWSER */
/* #define INCLUDE_OVERVIEW */
/* #define INCLUDE_NODE_EDITOR */
Expand All @@ -49,6 +49,7 @@
#define INCLUDE_STYLE
#define INCLUDE_CALCULATOR
#define INCLUDE_CANVAS
#define INCLUDE_FILE_BROWSER
#define INCLUDE_OVERVIEW
#define INCLUDE_NODE_EDITOR
#endif
Expand Down
2 changes: 1 addition & 1 deletion demo/glfw_opengl3/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
#define INCLUDE_OVERVIEW
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */

#ifdef INCLUDE_ALL
Expand Down
2 changes: 1 addition & 1 deletion demo/glfw_opengl4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
#define INCLUDE_OVERVIEW
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */

#ifdef INCLUDE_ALL
Expand Down
2 changes: 1 addition & 1 deletion demo/glfw_vulkan/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* ===============================================================*/
/* This are some code examples to provide a small overview of what can be
* done with this library. To try out an example uncomment the defines */
#define INCLUDE_ALL
/*#define INCLUDE_ALL */
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
Expand Down
2 changes: 1 addition & 1 deletion demo/sdl_renderer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
/*#define INCLUDE_ALL */
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */
/*#define INCLUDE_STYLE */

#ifdef INCLUDE_ALL
#define INCLUDE_STYLE
Expand Down
4 changes: 2 additions & 2 deletions demo/xcb_cairo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ static void die(const char *fmt, ...)
* done with this library. To try out an example uncomment the defines */

/*#define INCLUDE_ALL */
#define INCLUDE_STYLE
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
#define INCLUDE_OVERVIEW
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */
/*#define INCLUDE_CANVAS */

Expand Down

0 comments on commit 7f5c642

Please sign in to comment.