diff options
author | Carsten Haitzler <raster@rasterman.com> | 2007-04-29 15:46:06 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2007-04-29 15:46:06 +0000 |
commit | af2460a361f73d3e4c9f7b960be8ad1628e716e2 (patch) | |
tree | 4b972037887f1bafc058af2c79216af6b5fec7f0 /src/bin/main.h | |
parent | 10d35a33186d40ef3aaef0f5594b42238c596818 (diff) |
support software_16_x11 engine - if it is built.
SVN revision: 29771
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 3a59cc6..0a03df6 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #include "engine_software_x11.h" | 13 | #include "engine_software_x11.h" |
14 | #include "engine_gl_x11.h" | 14 | #include "engine_gl_x11.h" |
15 | #include "engine_xrender_x11.h" | 15 | #include "engine_xrender_x11.h" |
16 | #include "engine_software_16_x11.h" | ||
16 | #include "ui.h" | 17 | #include "ui.h" |
17 | #include "about.h" | 18 | #include "about.h" |
18 | 19 | ||