diff options
Diffstat (limited to 'src/Shape.hh')
-rw-r--r-- | src/Shape.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Shape.hh b/src/Shape.hh index 1232117..0bc037f 100644 --- a/src/Shape.hh +++ b/src/Shape.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Shape.hh,v 1.2 2003/08/24 15:02:15 fluxgen Exp $ | 22 | // $Id: Shape.hh,v 1.3 2003/12/16 23:32:02 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef SHAPE_HH | 24 | #ifndef SHAPE_HH |
25 | #define SHAPE_HH | 25 | #define SHAPE_HH |
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | namespace FbTk { | 29 | namespace FbTk { |
30 | class FbWindow; | 30 | class FbWindow; |
31 | }; | 31 | } |
32 | 32 | ||
33 | /// creates round corners on windows | 33 | /// creates round corners on windows |
34 | class Shape { | 34 | class Shape { |
@@ -38,7 +38,7 @@ public: | |||
38 | BOTTOMRIGHT = 0x01, | 38 | BOTTOMRIGHT = 0x01, |
39 | TOPRIGHT = 0x02, | 39 | TOPRIGHT = 0x02, |
40 | BOTTOMLEFT = 0x04, | 40 | BOTTOMLEFT = 0x04, |
41 | TOPLEFT = 0x08, | 41 | TOPLEFT = 0x08 |
42 | }; | 42 | }; |
43 | 43 | ||
44 | Shape(FbTk::FbWindow &win, int shapeplaces); | 44 | Shape(FbTk::FbWindow &win, int shapeplaces); |