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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user