Skip to content

Commit b30d618

Browse files
committed
demo: Enable Overview by default
1 parent fa9f257 commit b30d618

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

demo/allegro5/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/*#define INCLUDE_STYLE */
4242
/*#define INCLUDE_CALCULATOR */
4343
/*#define INCLUDE_CANVAS */
44-
/*#define INCLUDE_OVERVIEW */
44+
#define INCLUDE_OVERVIEW
4545
/*#define INCLUDE_NODE_EDITOR */
4646

4747
#ifdef INCLUDE_ALL

demo/d3d11/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/*#define INCLUDE_STYLE */
3838
/*#define INCLUDE_CALCULATOR */
3939
/*#define INCLUDE_CANVAS */
40-
/*#define INCLUDE_OVERVIEW */
40+
#define INCLUDE_OVERVIEW
4141
/*#define INCLUDE_NODE_EDITOR */
4242

4343
#ifdef INCLUDE_ALL

demo/d3d12/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/*#define INCLUDE_STYLE */
4141
/*#define INCLUDE_CALCULATOR */
4242
/*#define INCLUDE_CANVAS */
43-
/*#define INCLUDE_OVERVIEW */
43+
#define INCLUDE_OVERVIEW
4444
/*#define INCLUDE_NODE_EDITOR */
4545

4646
#ifdef INCLUDE_ALL

demo/d3d9/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*#define INCLUDE_STYLE */
3535
/*#define INCLUDE_CALCULATOR */
3636
/*#define INCLUDE_CANVAS */
37-
/*#define INCLUDE_OVERVIEW */
37+
#define INCLUDE_OVERVIEW
3838
/*#define INCLUDE_NODE_EDITOR */
3939

4040
#ifdef INCLUDE_ALL

demo/gdi/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/*#define INCLUDE_STYLE */
3030
/*#define INCLUDE_CALCULATOR */
3131
/*#define INCLUDE_CANVAS */
32-
/*#define INCLUDE_OVERVIEW */
32+
#define INCLUDE_OVERVIEW
3333
/*#define INCLUDE_NODE_EDITOR */
3434

3535
#ifdef INCLUDE_ALL

demo/gdip/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/*#define INCLUDE_STYLE */
3030
/*#define INCLUDE_CALCULATOR */
3131
/*#define INCLUDE_CANVAS */
32-
/*#define INCLUDE_OVERVIEW */
32+
#define INCLUDE_OVERVIEW
3333
/*#define INCLUDE_NODE_EDITOR */
3434

3535
#ifdef INCLUDE_ALL

demo/glfw_opengl3/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/*#define INCLUDE_STYLE */
4343
/*#define INCLUDE_CALCULATOR */
4444
/*#define INCLUDE_CANVAS */
45-
/*#define INCLUDE_OVERVIEW */
45+
#define INCLUDE_OVERVIEW
4646
/*#define INCLUDE_NODE_EDITOR */
4747

4848
#ifdef INCLUDE_ALL

demo/glfw_opengl4/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/*#define INCLUDE_STYLE */
4343
/*#define INCLUDE_CALCULATOR */
4444
/*#define INCLUDE_CANVAS */
45-
/*#define INCLUDE_OVERVIEW */
45+
#define INCLUDE_OVERVIEW
4646
/*#define INCLUDE_NODE_EDITOR */
4747

4848
#ifdef INCLUDE_ALL

demo/rawfb/sdl/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/*#define INCLUDE_STYLE */
3434
/*#define INCLUDE_CALCULATOR */
3535
/*#define INCLUDE_CANVAS */
36-
/*#define INCLUDE_OVERVIEW */
36+
#define INCLUDE_OVERVIEW
3737
/*#define INCLUDE_NODE_EDITOR */
3838

3939
#ifdef INCLUDE_ALL

demo/rawfb/wayland/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct nk_wayland {
6262
/*#define INCLUDE_STYLE */
6363
/*#define INCLUDE_CALCULATOR */
6464
/*#define INCLUDE_CANVAS */
65-
/*#define INCLUDE_OVERVIEW */
65+
#define INCLUDE_OVERVIEW
6666
/*#define INCLUDE_NODE_EDITOR */
6767

6868
#ifdef INCLUDE_ALL

demo/rawfb/x11/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sleep_for(long t)
114114
/*#define INCLUDE_STYLE */
115115
/*#define INCLUDE_CALCULATOR */
116116
/*#define INCLUDE_CANVAS */
117-
/*#define INCLUDE_OVERVIEW */
117+
#define INCLUDE_OVERVIEW
118118
/*#define INCLUDE_NODE_EDITOR */
119119

120120
#ifdef INCLUDE_ALL

demo/sdl_opengl2/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/*#define INCLUDE_STYLE */
3939
/*#define INCLUDE_CALCULATOR */
4040
/*#define INCLUDE_CANVAS */
41-
/*#define INCLUDE_OVERVIEW */
41+
#define INCLUDE_OVERVIEW
4242
/*#define INCLUDE_NODE_EDITOR */
4343

4444
#ifdef INCLUDE_ALL

demo/sdl_opengl3/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/*#define INCLUDE_STYLE */
4343
/*#define INCLUDE_CALCULATOR */
4444
/*#define INCLUDE_CANVAS */
45-
/*#define INCLUDE_OVERVIEW */
45+
#define INCLUDE_OVERVIEW
4646
/*#define INCLUDE_NODE_EDITOR */
4747

4848
#ifdef INCLUDE_ALL

demo/sdl_opengles2/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/*#define INCLUDE_STYLE */
4444
/*#define INCLUDE_CALCULATOR */
4545
/*#define INCLUDE_CANVAS */
46-
/*#define INCLUDE_OVERVIEW */
46+
#define INCLUDE_OVERVIEW
4747
/*#define INCLUDE_NODE_EDITOR */
4848

4949
#ifdef INCLUDE_ALL

demo/sdl_renderer/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/*#define INCLUDE_STYLE */
3838
/*#define INCLUDE_CALCULATOR */
3939
/*#define INCLUDE_CANVAS */
40-
/*#define INCLUDE_OVERVIEW */
40+
#define INCLUDE_OVERVIEW
4141
/*#define INCLUDE_NODE_EDITOR */
4242

4343
#ifdef INCLUDE_ALL

demo/sfml_opengl2/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/*#define INCLUDE_STYLE */
3939
/*#define INCLUDE_CALCULATOR */
4040
/*#define INCLUDE_CANVAS */
41-
/*#define INCLUDE_OVERVIEW */
41+
#define INCLUDE_OVERVIEW
4242
/*#define INCLUDE_NODE_EDITOR */
4343

4444
#ifdef INCLUDE_ALL

demo/sfml_opengl3/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/*#define INCLUDE_STYLE */
4141
/*#define INCLUDE_CALCULATOR */
4242
/*#define INCLUDE_CANVAS */
43-
/*#define INCLUDE_OVERVIEW */
43+
#define INCLUDE_OVERVIEW
4444
/*#define INCLUDE_NODE_EDITOR */
4545

4646
#ifdef INCLUDE_ALL

demo/x11/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sleep_for(long t)
8080
/*#define INCLUDE_STYLE */
8181
/*#define INCLUDE_CALCULATOR */
8282
/*#define INCLUDE_CANVAS */
83-
/*#define INCLUDE_OVERVIEW */
83+
#define INCLUDE_OVERVIEW
8484
/*#define INCLUDE_NODE_EDITOR */
8585

8686
#ifdef INCLUDE_ALL

demo/x11_opengl2/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/*#define INCLUDE_STYLE */
4242
/*#define INCLUDE_CALCULATOR */
4343
/*#define INCLUDE_CANVAS */
44-
/*#define INCLUDE_OVERVIEW */
44+
#define INCLUDE_OVERVIEW
4545
/*#define INCLUDE_NODE_EDITOR */
4646

4747
#ifdef INCLUDE_ALL

demo/x11_opengl3/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/*#define INCLUDE_STYLE */
4040
/*#define INCLUDE_CALCULATOR */
4141
/*#define INCLUDE_CANVAS */
42-
/*#define INCLUDE_OVERVIEW */
42+
#define INCLUDE_OVERVIEW
4343
/*#define INCLUDE_NODE_EDITOR */
4444

4545
#ifdef INCLUDE_ALL

demo/x11_xft/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sleep_for(long t)
8080
/*#define INCLUDE_STYLE */
8181
/*#define INCLUDE_CALCULATOR */
8282
/*#define INCLUDE_CANVAS */
83-
/*#define INCLUDE_OVERVIEW */
83+
#define INCLUDE_OVERVIEW
8484
/*#define INCLUDE_NODE_EDITOR */
8585

8686
#ifdef INCLUDE_ALL

demo/xcb_cairo/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void die(const char *fmt, ...)
4141
/*#define INCLUDE_ALL */
4242
/*#define INCLUDE_STYLE */
4343
/*#define INCLUDE_CALCULATOR */
44-
/*#define INCLUDE_OVERVIEW */
44+
#define INCLUDE_OVERVIEW
4545
/*#define INCLUDE_NODE_EDITOR */
4646
/*#define INCLUDE_CANVAS */
4747

0 commit comments

Comments
 (0)