Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 19, 2024
1 parent 210a91f commit 44c58dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions client/src/gui/friendchatboard/chatitemcontainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
extern PNGTexDB *g_progUseDB;
extern SDLDevice *g_sdlDevice;

ChatItemContainer::BackgroundWrapper::BackgroundWrapper(dir8_t argDir,
int argX,
int argY,
ChatItemContainer::BackgroundWrapper::BackgroundWrapper(
Widget::VarDir argDir,
Widget::VarOff argX,
Widget::VarOff argY,

int argMargin,
int argCorner,
Expand Down
8 changes: 5 additions & 3 deletions client/src/gui/friendchatboard/chatitemcontainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ struct ChatItemContainer: public Widget
Widget * const gfxWidget;
ShapeClipBoard background;

BackgroundWrapper(dir8_t,
int, // x
int, // y
BackgroundWrapper(
Widget::VarDir,
Widget::VarOff, // x
Widget::VarOff, // y

int, // margin
int, // corner

Expand Down

0 comments on commit 44c58dc

Please sign in to comment.