Removed some dependencies from old pattern-passing method

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4947 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-10-04 22:12:18 +00:00
parent b02917dae8
commit 5c26d5df06
2 changed files with 7 additions and 14 deletions
+1 -4
View File
@@ -49,6 +49,7 @@
#include "FontFamily.h"
#include "LayerData.h"
#include "PNGDump.h"
#include "PatternHandler.h"
#ifdef DEBUG_DRIVER_MODULE
# include <stdio.h>
@@ -68,10 +69,6 @@ SDWIN_MOVECURSOR,
SDWIN_SETCURSOR,
};
//TODO: Remove the need for these
int64 patsolidhigh64=0xFFFFFFFFLL;
int8 *patsolidhigh=(int8*)&patsolidhigh64;
extern RGBColor workspace_default_color;
FrameBuffer::FrameBuffer(const char *title, uint32 space, status_t *st,bool debug)