aboutsummaryrefslogtreecommitdiff
path: root/src/Shape.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-16 23:36:06 (GMT)
committerfluxgen <fluxgen>2003-12-16 23:36:06 (GMT)
commit90ff80f89b990fcdf98d8c28b4d85a4420a8e213 (patch)
tree0761fc0b38fd787e988ea673f48f0740075c9b2e /src/Shape.hh
parent72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (diff)
downloadfluxbox-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.zip
fluxbox-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.tar.bz2
cleaning
Diffstat (limited to 'src/Shape.hh')
-rw-r--r--src/Shape.hh6
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
29namespace FbTk { 29namespace FbTk {
30class FbWindow; 30class FbWindow;
31}; 31}
32 32
33/// creates round corners on windows 33/// creates round corners on windows
34class Shape { 34class 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);