mirror of
https://abf.rosa.ru/djam/xlockmore.git
synced 2025-02-22 16:32:48 +00:00
14 lines
494 B
Diff
14 lines
494 B
Diff
diff -Naur xlockmore-5.30/modes/glx/text3d2.cc xlockmore-5.30.tpg//modes/glx/text3d2.cc
|
|
--- xlockmore-5.30/modes/glx/text3d2.cc 2010-02-02 20:44:28.000000000 +0000
|
|
+++ xlockmore-5.30.tpg//modes/glx/text3d2.cc 2011-06-19 11:58:52.000000000 +0000
|
|
@@ -82,8 +82,8 @@
|
|
#include "FTGL/FTGLExtrdFont.h"
|
|
#include "FTGL/FTGLOutlineFont.h"
|
|
#else
|
|
- #include "FTGLExtrdFont.h"
|
|
- #include "FTGLOutlineFont.h"
|
|
+ #include "FTGL/FTGLExtrdFont.h"
|
|
+ #include "FTGL/FTGLOutlineFont.h"
|
|
#endif
|
|
#endif
|
|
|