summaryrefslogtreecommitdiff
path: root/LEDP.h
diff options
context:
space:
mode:
authorChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:39:58 +0900
committerChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:46:42 +0900
commitb94d0d98ecc1d1c54ea28807971e1e06031f1fd5 (patch)
tree69e70a677b936b3a86c9f73b01be30463943bfca /LEDP.h
parent8af8be009664eb1fb5179833b8b22b8dea5ce4c8 (diff)
parentd4ae73a746b08170c8337b997f6d87d051876b7d (diff)
downloadxkbutils-b94d0d98ecc1d1c54ea28807971e1e06031f1fd5.tar.gz
xkbutils-b94d0d98ecc1d1c54ea28807971e1e06031f1fd5.tar.bz2
xkbutils-b94d0d98ecc1d1c54ea28807971e1e06031f1fd5.zip
Change-Id: I3f420dbf5face7fb158162acde8bf37fe377875c Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
Diffstat (limited to 'LEDP.h')
-rw-r--r--LEDP.h39
1 files changed, 20 insertions, 19 deletions
diff --git a/LEDP.h b/LEDP.h
index 4f5f50c..8326f8b 100644
--- a/LEDP.h
+++ b/LEDP.h
@@ -1,4 +1,3 @@
-/* $Xorg: LEDP.h,v 1.3 2000/08/17 19:54:51 cpqbld Exp $ */
/************************************************************
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
@@ -32,13 +31,15 @@
/* New fields for the Label widget class record */
-typedef struct {int foo;} LEDClassPart;
+typedef struct {
+ int foo;
+} LEDClassPart;
/* Full class record declaration */
typedef struct _LEDClassRec {
- CoreClassPart core_class;
- SimpleClassPart simple_class;
- LEDClassPart led_class;
+ CoreClassPart core_class;
+ SimpleClassPart simple_class;
+ LEDClassPart led_class;
} LEDClassRec;
extern LEDClassRec ledClassRec;
@@ -46,18 +47,18 @@ extern LEDClassRec ledClassRec;
/* New fields for the LED widget record */
typedef struct {
/* resources */
- Pixel foreground;
- Pixel on_color;
- Pixel off_color;
- Pixel top_color;
- Pixel bottom_color;
- Dimension bevel;
- Dimension led_width;
- Dimension led_height;
- Boolean on;
+ Pixel foreground;
+ Pixel on_color;
+ Pixel off_color;
+ Pixel top_color;
+ Pixel bottom_color;
+ Dimension bevel;
+ Dimension led_width;
+ Dimension led_height;
+ Boolean on;
/* private state */
- Pixmap on_pixmap;
+ Pixmap on_pixmap;
Pixmap off_pixmap;
} LEDPart;
@@ -68,9 +69,9 @@ typedef struct {
****************************************************************/
typedef struct _LEDRec {
- CorePart core;
- SimplePart simple;
- LEDPart led;
+ CorePart core;
+ SimplePart simple;
+ LEDPart led;
} LEDRec;
-#endif /* _XawLEDP_h */
+#endif /* _XawLEDP_h */