1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-09 10:05:49 +01:00

Update for 0.51.2-pre2

This commit is contained in:
dan
1999-03-09 14:58:01 +00:00
parent 60980735fe
commit 088c0ac230
108 changed files with 2998 additions and 2770 deletions

View File

@@ -511,7 +511,7 @@ paintButton(Button *bPtr)
if (bPtr->flags.selected) {
if (bPtr->flags.stateLight)
gc = W_GC(scrPtr->white);
gc = WMColorGC(scrPtr->white);
if (bPtr->flags.stateChange) {
if (bPtr->altCaption) {
@@ -533,7 +533,7 @@ paintButton(Button *bPtr)
offset = 1;
}
if (bPtr->flags.pushLight)
gc = W_GC(scrPtr->white);
gc = WMColorGC(scrPtr->white);
if (bPtr->flags.pushChange) {
if (bPtr->altCaption) {
@@ -546,9 +546,9 @@ paintButton(Button *bPtr)
if (bPtr->flags.enabled)
textGC = W_GC(scrPtr->black);
textGC = WMColorGC(scrPtr->black);
else
textGC = W_GC(scrPtr->darkGray);
textGC = WMColorGC(scrPtr->darkGray);
W_PaintTextAndImage(bPtr->view, True, textGC,
(bPtr->font!=NULL ? bPtr->font : scrPtr->normalFont),