File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 9
9
# define _NBL_COMPILE_WITH_X11_DEVICE_
10
10
#endif
11
11
12
- #ifdef _NBL_SERVER_
13
- # define NO_NBL_LINUX_X11_RANDR_
14
- #endif
15
-
16
12
//! VidMode is ANCIENT
17
13
//#define NO_NBL_LINUX_X11_VIDMODE_
18
14
22
18
#if defined(_NBL_PLATFORM_LINUX_ ) && defined(_NBL_COMPILE_WITH_X11_ )
23
19
# define _NBL_LINUX_X11_VIDMODE_
24
20
# define _NBL_LINUX_X11_RANDR_
25
- # ifdef NO_NBL_LINUX_X11_VIDMODE_
26
- # undef _NBL_LINUX_X11_VIDMODE_
27
- # endif
28
- # ifdef NO_NBL_LINUX_X11_RANDR_
29
- # undef _NBL_LINUX_X11_RANDR_
30
- # endif
31
21
#endif
32
22
33
23
//! Define _NBL_COMPILE_WITH_X11_ to compile the Irrlicht engine with X11 support.
@@ -37,8 +27,5 @@ define out. */
37
27
///#ifndef _NBL_SERVER_
38
28
#define _NBL_COMPILE_WITH_X11_
39
29
///#endif
40
- #ifdef NO_NBL_COMPILE_WITH_X11_
41
- # undef _NBL_COMPILE_WITH_X11_
42
- #endif
43
30
44
31
#endif
Original file line number Diff line number Diff line change 5
5
#ifndef __NBL_VIDEO_COMPILE_CONFIG_H_INCLUDED__
6
6
#define __NBL_VIDEO_COMPILE_CONFIG_H_INCLUDED__
7
7
8
- #if defined(_NBL_SERVER_ )
9
- # define NO_NBL_COMPILE_WITH_VULKAN_
10
- # define NO_NBL_COMPILE_WITH_OPENGL_
11
- #endif
12
-
13
- #ifdef NO_NBL_COMPILE_WITH_OPENGL_
14
- # undef _NBL_COMPILE_WITH_OPENGL_
15
- #endif
16
-
17
8
#endif
You can’t perform that action at this time.
0 commit comments