diff options
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 4 |
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); |