diff options
Diffstat (limited to 'client/deKoratorclient.h')
-rw-r--r-- | client/deKoratorclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/deKoratorclient.h b/client/deKoratorclient.h index aef01b9..b9f9474 100644 --- a/client/deKoratorclient.h +++ b/client/deKoratorclient.h @@ -126,9 +126,11 @@ enum ButtonType { enum pixType { normal = 0, + inAct, actCol, inActCol, orig, + inActOrig, pixTypeCount }; @@ -155,6 +157,7 @@ public: private: bool readConfig(); bool loadBorderPixmap(decoType borderPart, const TQString& oldName, const TQString& newName); + void loadButtonPixmap(buttonTypeAll btnType, buttonState btnState, const TQString& imageName); void loadPixmaps(); void colorizeDecoPixmaps( bool isActive ); void colorizeButtonsPixmaps( bool isActive ); |