diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-27 06:59:57 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-27 06:59:57 +0000 |
| commit | 07e619ebbb7c43b22f3bcb5672413d343cf66d24 (patch) | |
| tree | b0fc2d876768e0bacbb029b6a9a9fb498338b8b1 | |
| parent | 0026b391d68422ed574c85dc73fc6419a9fa0002 (diff) | |
Added missing header for clearShape, which was breaking compilation
| -rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 74a562a0..0f10cfbc 100644 --- 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 |
