This commit is contained in:
commit
2c61ee9c6c
3 changed files with 3 additions and 5 deletions
|
|
@ -498,7 +498,7 @@ configure_file(
|
|||
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc
|
||||
DESTINATION $ENV{MINGW_PREFIX}/${CMAKE_INSTALL_DATADIR}/pkgconfig
|
||||
DESTINATION $ENV{MINGW_PREFIX}/${CMAKE_INSTALL_FULL_DATADIR}/pkgconfig
|
||||
)
|
||||
|
||||
if(MW_INSTALL_HEADERS)
|
||||
|
|
|
|||
|
|
@ -442,8 +442,6 @@ struct _MwLLWayland {
|
|||
|
||||
MwLLPixmap icon_pixmap;
|
||||
|
||||
MwU64 time_test;
|
||||
|
||||
MwI64 keyboard_rate;
|
||||
MwI32 keyboard_delay;
|
||||
int last_pressed_key;
|
||||
|
|
|
|||
|
|
@ -514,7 +514,7 @@ static void layout(MwWidget handle) {
|
|||
{
|
||||
int t = MwTextWidth(handle, TOPFONT, l->text);
|
||||
|
||||
if(x > 0) x += MwTextWidth(handle, TOPFONT, " ");
|
||||
if(x > 0) x += MwTextWidth(handle, TOPFONT, ".");
|
||||
|
||||
if((x + t) >= w) {
|
||||
x = 0;
|
||||
|
|
@ -543,7 +543,7 @@ static void layout(MwWidget handle) {
|
|||
}
|
||||
case MwDOCUMENT_SPACE:
|
||||
{
|
||||
x += MwTextWidth(handle, TOPFONT, " ");
|
||||
x += MwTextWidth(handle, TOPFONT, ".");
|
||||
break;
|
||||
}
|
||||
case MwDOCUMENT_NEWLINE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue