#include "libFireBird.h"Go to the source code of this file.
Functions | |
| void | ShowMessageWindow (char **content, dword pos_x, dword pos_y, byte fntSize, byte align, dword bdcolor, dword titlecolor, dword msgcolor, dword bgcolor, dword delay) |
Variables | |
| dword | fbl_rgn = 0 |
| void ShowMessageWindow | ( | char ** | content, |
| dword | pos_x, | ||
| dword | pos_y, | ||
| byte | fntSize, | ||
| byte | align, | ||
| dword | bdcolor, | ||
| dword | titlecolor, | ||
| dword | msgcolor, | ||
| dword | bgcolor, | ||
| dword | delay | ||
| ) |
Definition at line 5 of file ShowMessageWindow.c.
References EndMessageWin(), fbl_rgn, TAP_Osd_Copy_Chk(), TAP_Osd_Create_Chk(), TAP_Osd_FillBox_Chk(), TRACEENTER, and TRACEEXIT.
Referenced by ShowMessageWin().
| dword fbl_rgn = 0 |
Definition at line 3 of file ShowMessageWindow.c.
Referenced by EndMessageWin(), and ShowMessageWindow().