Cruft removal and a tweak to prevent crashes when LayerData is used by things other than the server
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4948 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
extern FTC_Manager ftmanager;
|
extern FTC_Manager ftmanager;
|
||||||
FT_Library ftlib;
|
FT_Library ftlib;
|
||||||
FontServer *fontserver;
|
FontServer *fontserver=NULL;
|
||||||
|
|
||||||
//#define PRINT_FONT_LIST
|
//#define PRINT_FONT_LIST
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
#ifndef PNGDUMP_H
|
#ifndef PNGDUMP_H
|
||||||
#define PNGDUMP_H
|
#define PNGDUMP_H
|
||||||
|
|
||||||
void Int32ToRGBColor(const uint32 *color32, const rgb_color *rgb);
|
|
||||||
void SaveToPNG(const char *filename, const BRect &bounds, color_space space,
|
void SaveToPNG(const char *filename, const BRect &bounds, color_space space,
|
||||||
const void *bits, const int32 &bitslength, const int32 bytesperrow);
|
const void *bits, const int32 &bitslength, const int32 bytesperrow);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user