aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-04 21:31:02 (GMT)
committerfluxgen <fluxgen>2003-12-04 21:31:02 (GMT)
commit29beda2d6be3eb6ccf849d7454a804fb966e7ccb (patch)
treec807397e72080c570094dc2a63707ae51a82935b /src/Keys.cc
parenta8f39f0d7a97dc1a4438b7df3a667895fb23604d (diff)
downloadfluxbox-29beda2d6be3eb6ccf849d7454a804fb966e7ccb.zip
fluxbox-29beda2d6be3eb6ccf849d7454a804fb966e7ccb.tar.bz2
sync function
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index fb677aa..d5bf786 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22//$Id: Keys.cc,v 1.38 2003/10/05 07:19:30 rathnor Exp $ 22//$Id: Keys.cc,v 1.39 2003/12/04 21:31:02 fluxgen Exp $
23 23
24 24
25#include "Keys.hh" 25#include "Keys.hh"
@@ -111,7 +111,7 @@ bool Keys::load(const char *filename) {
111 //free memory of previous grabs 111 //free memory of previous grabs
112 deleteTree(); 112 deleteTree();
113 113
114 XSync(m_display, False); 114 FbTk::App::instance()->sync(false);
115 115
116 //open the file 116 //open the file
117 ifstream infile(filename); 117 ifstream infile(filename);