mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-04 07:45:48 +01:00
WINGs: actually assign variable
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c1031965e9
commit
3b71662011
@@ -3314,7 +3314,7 @@ WMGetTextBlockProperties(WMText * tPtr, void *vtb, unsigned int *first,
|
||||
if (script)
|
||||
*script = tb->script;
|
||||
if (margins)
|
||||
margins = &tPtr->margins[tb->marginN];
|
||||
*margins = tPtr->margins[tb->marginN];
|
||||
}
|
||||
|
||||
void WMPrependTextBlock(WMText * tPtr, void *vtb)
|
||||
|
||||
Reference in New Issue
Block a user