all repos — fluxbox @ e8a5ea3532215d4f8119e465d9059d676a831557

custom fork of the fluxbox windowmanager

using FbTk App eventLoop
fluxgen fluxgen
commit

e8a5ea3532215d4f8119e465d9059d676a831557

parent

02352e9f8162940e70cbf49ecb97a6a4608fb322

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

jump to
M util/fbrun/main.ccutil/fbrun/main.cc

@@ -19,7 +19,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: main.cc,v 1.6 2002/11/26 17:04:23 fluxgen Exp $ +// $Id: main.cc,v 1.7 2002/11/27 21:54:11 fluxgen Exp $ #include "FbRun.hh" #include "App.hh"

@@ -156,13 +156,7 @@

if (set_pos) fbrun.move(x, y); - XEvent ev; - - // main loop - while (!fbrun.end()) { - XNextEvent(disp, &ev); - fbrun.handleEvent(&ev); - } + application.eventLoop(); } catch (string errstr) { cerr<<"Error: "<<errstr<<endl;