mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
rainbow: linux compile
git-svn-id: svn://ultimatepp.org/upp/trunk@3608 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0c95fb07d9
commit
e2e255105b
5 changed files with 11 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ void FBInit(const String& fbdevice)
|
|||
Ctrl::SetFramebufferSize(Size(vinfo.xres, vinfo.yres));
|
||||
}
|
||||
|
||||
void FBDeInit();
|
||||
void FBDeInit()
|
||||
{
|
||||
munmap(fbp, screensize);
|
||||
close(fbfd);
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include <Framebuffer/Framebuffer.h>
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
#include <CtrlCore/stdids.h>
|
||||
#endif
|
||||
|
||||
//make keysym known to K_ enum in CtrlCore.h
|
||||
#include "SDLWrap.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ uses
|
|||
PdfDraw,
|
||||
plugin\jpg;
|
||||
|
||||
uses(WINFB) Framebuffer;
|
||||
uses(WINFB | SDLFB) Framebuffer;
|
||||
|
||||
uses(SKELETON) Skeleton;
|
||||
|
||||
|
|
@ -14,6 +14,8 @@ uses(WINFB) WinFb;
|
|||
|
||||
uses(WINALT) WinAlt;
|
||||
|
||||
uses(SDLFB) SDLFb;
|
||||
|
||||
file
|
||||
UWord.cpp,
|
||||
UWord.iml;
|
||||
|
|
@ -21,5 +23,6 @@ file
|
|||
mainconfig
|
||||
"" = "GUI WINFB",
|
||||
"" = "GUI WINALT",
|
||||
"" = "GUI SKELETON";
|
||||
"" = "GUI SKELETON",
|
||||
"" = "GUI SDLFB";
|
||||
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@
|
|||
#include "Skeleton/init"
|
||||
#include "WinFb/init"
|
||||
#include "WinAlt/init"
|
||||
#include "SDLFb/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue