projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0026b39
)
Added missing header for clearShape, which was breaking compilation
author
Marius Nita
<marius@cs.pdx.edu>
Tue, 27 Aug 2002 06:59:57 +0000
(06:59 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Tue, 27 Aug 2002 06:59:57 +0000
(06:59 +0000)
src/Window.hh
patch
|
blob
|
history
diff --git
a/src/Window.hh
b/src/Window.hh
index 74a562a014da317b517bde260b0ab7779a88505b..0f10cfbcd17ec137dd7fb10f903be41ae659b113 100644
(file)
--- a/
src/Window.hh
+++ b/
src/Window.hh
@@
-417,6
+417,7
@@
public:
#ifdef SHAPE
void configureShape(void);
+ void clearShape(void);
void shapeEvent(XShapeEvent * /*unused*/);
#endif // SHAPE