mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
Make function static
This commit is contained in:
parent
a3bc875191
commit
6083142344
2 changed files with 1 additions and 2 deletions
|
@ -2525,7 +2525,7 @@ holdsPendingTile( BoardCtxt* board, XP_U16 pencol, XP_U16 penrow )
|
||||||
* return it to the tray. But don't do this in drag-and-drop case since it's
|
* return it to the tray. But don't do this in drag-and-drop case since it's
|
||||||
* too easy to accidentally tap and there are better ways.
|
* too easy to accidentally tap and there are better ways.
|
||||||
*/
|
*/
|
||||||
XP_Bool
|
static XP_Bool
|
||||||
tryReplaceTile( BoardCtxt* board, XP_U16 pencol, XP_U16 penrow )
|
tryReplaceTile( BoardCtxt* board, XP_U16 pencol, XP_U16 penrow )
|
||||||
{
|
{
|
||||||
XP_Bool result = XP_FALSE;
|
XP_Bool result = XP_FALSE;
|
||||||
|
|
|
@ -219,7 +219,6 @@ void invalDragObj( BoardCtxt* board, const DragObjInfo* di );
|
||||||
void invalTrayTilesAbove( BoardCtxt* board, XP_U16 tileIndex );
|
void invalTrayTilesAbove( BoardCtxt* board, XP_U16 tileIndex );
|
||||||
void invalTrayTilesBetween( BoardCtxt* board, XP_U16 tileIndex1,
|
void invalTrayTilesBetween( BoardCtxt* board, XP_U16 tileIndex1,
|
||||||
XP_U16 tileIndex2 );
|
XP_U16 tileIndex2 );
|
||||||
XP_Bool tryReplaceTile( BoardCtxt* board, XP_U16 pencol, XP_U16 penrow );
|
|
||||||
void moveTileInTray( BoardCtxt* board, XP_U16 moveTo, XP_U16 moveFrom );
|
void moveTileInTray( BoardCtxt* board, XP_U16 moveTo, XP_U16 moveFrom );
|
||||||
XP_UCHAR* getTileDrawInfo( const BoardCtxt* board, Tile tile, XP_Bool isBlank,
|
XP_UCHAR* getTileDrawInfo( const BoardCtxt* board, Tile tile, XP_Bool isBlank,
|
||||||
XP_Bitmap* bitmap, XP_S16* value,
|
XP_Bitmap* bitmap, XP_S16* value,
|
||||||
|
|
Loading…
Add table
Reference in a new issue