mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Initial commit!
This commit is contained in:
16
style.h
Normal file
16
style.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef STYLE_H
|
||||
#define STYLE_H
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "icon.h"
|
||||
|
||||
typedef struct _Style {
|
||||
struct _Style *next;
|
||||
char *style_class, *style_title, *style_icon_title;
|
||||
struct IconPixmaps icon_pms;
|
||||
unsigned int icon_pm_w, icon_pm_h;
|
||||
char *icon_name;
|
||||
} Style;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user