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:
@@ -34,6 +34,7 @@
|
|||||||
#include "RectUtils.h"
|
#include "RectUtils.h"
|
||||||
#include "Utils.h"
|
#include "Utils.h"
|
||||||
#include "ServerCursor.h"
|
#include "ServerCursor.h"
|
||||||
|
#include "CursorData.h"
|
||||||
|
|
||||||
// TODO: Remove remnants of old API. Inplement all functions. Bounds checking needs to be
|
// TODO: Remove remnants of old API. Inplement all functions. Bounds checking needs to be
|
||||||
// handled by the public drawing functions.
|
// handled by the public drawing functions.
|
||||||
@@ -41,46 +42,6 @@
|
|||||||
|
|
||||||
static Blitter blitter;
|
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
|
\brief Sets up internal variables needed by all DisplayDriver subclasses
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ SharedLibrary appserver :
|
|||||||
BGet++.cpp
|
BGet++.cpp
|
||||||
BitmapManager.cpp
|
BitmapManager.cpp
|
||||||
ColorSet.cpp
|
ColorSet.cpp
|
||||||
|
CursorData.cpp
|
||||||
CursorHandler.cpp
|
CursorHandler.cpp
|
||||||
Decorator.cpp
|
Decorator.cpp
|
||||||
DisplayDriver.cpp
|
DisplayDriver.cpp
|
||||||
@@ -41,7 +42,6 @@ LinkSharedOSLibs libappserver.so : root be
|
|||||||
|
|
||||||
Server app_server :
|
Server app_server :
|
||||||
# Misc. Sources
|
# Misc. Sources
|
||||||
CursorData.cpp
|
|
||||||
FMWList.cpp
|
FMWList.cpp
|
||||||
PicturePlayer.cpp
|
PicturePlayer.cpp
|
||||||
PNGDump.cpp
|
PNGDump.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user