[client] use cmake to generate renderers/fonts/clipboards headers/code

This is in preperation of cmake options to enable/disable various
functionallity.
This commit is contained in:
Geoffrey McRae
2019-03-28 19:56:14 +11:00
parent b524c077a4
commit 3e021f3a6b
52 changed files with 176 additions and 168 deletions

View File

@@ -42,8 +42,8 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "kb.h"
#include "ll.h"
#include "lg-renderers.h"
#include "lg-clipboards.h"
#include "dynamic/renderers.h"
#include "dynamic/clipboards.h"
struct AppState
{
@@ -1097,7 +1097,7 @@ int run()
1
);
state.lgc = &LGC_X11;
state.lgc = LG_Clipboards[0];
}
} else {
DEBUG_ERROR("Could not get SDL window information %s", SDL_GetError());