Skip to content

Commit

Permalink
simple-border: add 8 border effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
hejiann committed Aug 12, 2012
1 parent 4423abc commit 53fa1b6
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -49,9 +49,9 @@ CHANGELOG
===================

2012-08-12
simple-border: add 8 simple border effects.
Make 0.5.3 release.
simple-border: add the effect ID display.
simple-border: add 16 simple border effects.

2012-08-11
add the Simple Border plug-in.
Expand Down
17 changes: 17 additions & 0 deletions simple-border-textures.list
Expand Up @@ -62,3 +62,20 @@ texture_111013
./textures/simple-border/111013.png
texture_114575
./textures/simple-border/114575.png
texture_111017
./textures/simple-border/111017.png
texture_114573
./textures/simple-border/114573.png
texture_111027
./textures/simple-border/111027.png
texture_111021
./textures/simple-border/111021.png
texture_114572
./textures/simple-border/114572.png
texture_114570
./textures/simple-border/114570.png
texture_22753
./textures/simple-border/22753.png
texture_20130
./textures/simple-border/20130.png

8 changes: 8 additions & 0 deletions simple-border.c
Expand Up @@ -141,6 +141,14 @@ static const Border textures[] =
{"114576", 0, 0, 0, 0, 10, texture_114576},
{"111013", 35,35,35,35,10, texture_111013},
{"114575", 0, 0, 0, 0, 10, texture_114575},
{"111017", 31,31,31,31,10, texture_111017},
{"114573", 10,10,10,10,10, texture_114573},
{"111027", 17,16,16,19,10, texture_111027},
{"111021", 18,18,21,22,22, texture_111021},
{"114572", 16,16,14,14,10, texture_114572},
{"114570", 20,22,21,19,21, texture_114570},
{"22753", 34,36,34,36,53, texture_22753},
{"20130", 59,59,0, 0, 10, texture_20130},
};

static GArray *textures_timestamps = NULL;
Expand Down
Binary file added textures/simple-border/111017.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/111021.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/111027.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/114570.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/114572.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/114573.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/20130.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/22753.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53fa1b6

Please sign in to comment.