]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.hh
some cleanups and such.
[chaz/openbox] / util / epist / epist.hh
index 755fec8cd8a705958d40ab0c9ff50b7070abaac1..cf5df3f028755ef828192be4023d1ac4a0410c63 100644 (file)
@@ -1,5 +1,5 @@
 // -*- mode: C++; indent-tabs-mode: nil; -*-
-// epist.hh for Epistory - a key handler for NETWM/EWMH window managers.
+// epist.hh for Epistophy - a key handler for NETWM/EWMH window managers.
 // Copyright (c) 2002 - 2002 Ben Jansens <ben at orodu.net>
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
@@ -67,7 +67,7 @@ public:
   void removeWindow(XWindow *window);
   XWindow *findWindow(Window window) const;
 
-  list<Action> actions(void) { return _actions; }
+  ActionList actions(void) { return _actions; }
 };
 
 #endif // __epist_hh
This page took 0.021975 seconds and 4 git commands to generate.