/* $Id$ G N O K I I A Linux/Unix toolset and driver for Nokia mobile phones. Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml. Released under the terms of the GNU GPL, see file COPYING for more details. Functions for common bitmap operations. $Log$ Revision 1.1.1.4 2002/04/03 00:08:17 short Found in "gnokii-working" directory, some November-patches version Revision 1.3 2001/06/28 00:28:45 pkot Small docs updates (Pawel Kot) */ void GSM_SetPointBitmap(GSM_Bitmap *bmp, int x, int y); void GSM_ClearPointBitmap(GSM_Bitmap *bmp, int x, int y); bool GSM_IsPointBitmap(GSM_Bitmap *bmp, int x, int y); void GSM_ClearBitmap(GSM_Bitmap *bmp); void GSM_ResizeBitmap(GSM_Bitmap *bitmap, GSM_Bitmap_Types target, GSM_Information *info); void GSM_PrintBitmap(GSM_Bitmap *bitmap); /* SMS bitmap functions */ GSM_Error GSM_ReadSMSBitmap(GSM_SMSMessage *message, GSM_Bitmap *bitmap); int GSM_SaveSMSBitmap(GSM_SMSMessage *message, GSM_Bitmap *bitmap);