all repos — fluxbox @ c25795a91051c3dbaee4e5d2d891f1a9c5ea2060

custom fork of the fluxbox windowmanager

typedef ScreenList
fluxgen fluxgen
commit

c25795a91051c3dbaee4e5d2d891f1a9c5ea2060

parent

e82cf2fae58ad736cac43775ed137b5054ffed7d

1 files changed, 3 insertions(+), 2 deletions(-)

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

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.15 2002/04/09 12:09:03 cout Exp $ +// $Id: fluxbox.hh,v 1.16 2002/04/12 13:02:12 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -217,7 +217,8 @@ # endif//KDE

#endif // SLIT std::list<MenuTimestamp *> menuTimestamps; - std::list<BScreen *> screenList; + typedef std::list<BScreen *> ScreenList; + ScreenList screenList; FluxboxWindow *focused_window, *masked_window; BTimer timer;