Skip to content

Commit

Permalink
Merge pull request #710 from RobLoach/enable-overview
Browse files Browse the repository at this point in the history
demo: Enable Overview by default
  • Loading branch information
riri authored Nov 17, 2024
2 parents a315d25 + b30d618 commit 01d7828
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 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
2 changes: 1 addition & 1 deletion demo/d3d11/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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/d3d12/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/d3d9/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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/gdi/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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/gdip/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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_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/rawfb/sdl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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/rawfb/wayland/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct nk_wayland {
/*#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/rawfb/x11/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sleep_for(long t)
/*#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/sdl_opengl2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/sdl_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/sdl_opengles2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/sdl_renderer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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/sfml_opengl2/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/sfml_opengl3/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/x11/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sleep_for(long t)
/*#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/x11_opengl2/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
2 changes: 1 addition & 1 deletion demo/x11_opengl3/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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/x11_xft/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sleep_for(long t)
/*#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/xcb_cairo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void die(const char *fmt, ...)
/*#define INCLUDE_ALL */
/*#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 01d7828

Please sign in to comment.