1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-02 12:02:30 +01:00

WPrefs appearance stuff update (shows preview)

This commit is contained in:
kojima
1999-03-16 11:27:01 +00:00
parent 6d7e5a338d
commit 5298849122
9 changed files with 270 additions and 76 deletions

View File

@@ -36,9 +36,8 @@
#include "WPrefs.h"
//#include "TexturePanel.h"
#include "TexturePanel.h"
typedef struct _TexturePanel TexturePanel;
#define MAX_SECTION_PARTS 4
@@ -1012,7 +1011,7 @@ SetTexturePanelPixmapPath(TexturePanel *panel, proplist_t array)
TexturePanel*
CreateTexturePanel(WMWindow *keyWindow)
//CreateTexturePanel(WMScreen *scr)
/*CreateTexturePanel(WMScreen *scr)*/
{
TexturePanel *panel;
WMScreen *scr = WMWidgetScreen(keyWindow);