all repos — openbox @ 07e619ebbb7c43b22f3bcb5672413d343cf66d24

openbox fork - make it a bit more like ryudo

Added missing header for clearShape, which was breaking compilation
Marius Nita marius@cs.pdx.edu
commit

07e619ebbb7c43b22f3bcb5672413d343cf66d24

parent

0026b391d68422ed574c85dc73fc6419a9fa0002

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -417,6 +417,7 @@ void leaveNotifyEvent(const XCrossingEvent* /*unused*/);

#ifdef SHAPE void configureShape(void); + void clearShape(void); void shapeEvent(XShapeEvent * /*unused*/); #endif // SHAPE