]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.c
make it possible to temporarily raise a window to the top, and restore it. also...
[chaz/openbox] / openbox / window.c
index 19b39c0912d4174650dcd3bcc12f5603cbed0caa..c5e6a4ea9c81eb63e89e1806b1ea690c5dc2cbe6 100644 (file)
@@ -63,7 +63,7 @@ Window window_top(ObWindow *self)
     return None;
 }
 
-Window window_layer(ObWindow *self)
+ObStackingLayer window_layer(ObWindow *self)
 {
     switch (self->type) {
     case Window_Menu:
This page took 0.021415 seconds and 4 git commands to generate.