Moved CursorData.cpp into libappserver.so

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2005-01-18 22:31:08 +00:00
parent e32785759f
commit fe93751f01
2 changed files with 2 additions and 41 deletions

View File

@ -34,6 +34,7 @@
#include "RectUtils.h"
#include "Utils.h"
#include "ServerCursor.h"
#include "CursorData.h"
// TODO: Remove remnants of old API. Inplement all functions. Bounds checking needs to be
// handled by the public drawing functions.
@ -41,46 +42,6 @@
static Blitter blitter;
int8 default_cursor_data[] = {
16,1,0,0,
255,224, // ***********-----
128,16, // *----------*----
128,16, // *----------*----
128,96, // *--------**-----
128,16, // *----------*----
128,8, // *-----------*---
128,8, // *-----------*---
128,16, // *----------*----
128,32, // *---------*-----
144,64, // *--*-----*------
144,128, // *--*----*-------
105,0, // -**-*--*--------
6,0, // -----**---------
0,0, // ----------------
0,0, // ----------------
0,0, // ----------------
// default_cursor mask - black pixels are always opaque
255,224,
255,240,
255,240,
255,224,
255,240,
255,248,
255,248,
255,240,
255,224,
255,192,
255,128,
111,0,
6,0,
0,0,
0,0,
0,0
};
/*!
\brief Sets up internal variables needed by all DisplayDriver subclasses

View File

@ -13,6 +13,7 @@ SharedLibrary appserver :
BGet++.cpp
BitmapManager.cpp
ColorSet.cpp
CursorData.cpp
CursorHandler.cpp
Decorator.cpp
DisplayDriver.cpp
@ -41,7 +42,6 @@ LinkSharedOSLibs libappserver.so : root be
Server app_server :
# Misc. Sources
CursorData.cpp
FMWList.cpp
PicturePlayer.cpp
PNGDump.cpp