]> git.decadent.org.uk Git - ion3.git/blobdiff - de/style.h
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / de / style.h
index 90dfc07345bae0c619687b0f0909ca7707c8008f..172b509f8481a65ce00e4effe817d5f4ab32f287 100644 (file)
@@ -31,6 +31,12 @@ enum{
     DEBORDER_GROOVE       /* \_/xxxx\_/ */
 };
 
+enum{
+    DEBORDER_ALL=0, 
+    DEBORDER_TB,
+    DEBORDER_LR
+};
+
 
 enum{
     DEALIGN_LEFT=0,
@@ -42,6 +48,7 @@ enum{
 DECLSTRUCT(DEBorder){
     uint sh, hl, pad;
     uint style;
+    uint sides;
 };