]> Dogcows Code - chaz/openbox/blobdiff - otk/application.cc
in synch mode, chew up 100% cpu, cuz we cant select on the display's fd
[chaz/openbox] / otk / application.cc
index 70f9e24b7565339beccd5e52822679e1a473ddae..dedefaef4b527a4fb9930a377fc229e0b09633a8 100644 (file)
@@ -60,12 +60,12 @@ void OtkApplication::loadStyle(void)
   _style->load(*_style_conf);
 }
 
-void OtkApplication::exec(void)
+void OtkApplication::run(void)
 {
   if (_appwidget_count <= 0) {
     std::cerr << "ERROR: No main widgets exist. You must create and show() " <<
       "an OtkAppWidget for the OtkApplication before calling " <<
-      "OtkApplication::exec().\n";
+      "OtkApplication::run().\n";
     ::exit(1);
   }
 
This page took 0.021563 seconds and 4 git commands to generate.