Skip to content

Commit

Permalink
Syncing code with launchpad (rev 3253..3256 and rev 3257..3263).
Browse files Browse the repository at this point in the history
  • Loading branch information
gloob committed Jun 21, 2014
1 parent e370d16 commit d7cc4fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ezoom.cpp
Expand Up @@ -1996,7 +1996,7 @@ EZoomScreen::~EZoomScreen ()
pollHandle.stop ();

if (a11yHandle->active ())
a11yHandle->unregisterAll ();
a11yHandle->unregisterAll ();

if (zooms.size ())
zooms.clear ();
Expand Down
10 changes: 5 additions & 5 deletions src/ezoom.h
Expand Up @@ -185,7 +185,7 @@ class EZoomScreen :

MousePoller pollHandle; // mouse poller object

Accessibility *a11yHandle; // Accessibility object
Accessibility *a11yHandle; // Accessibility object

private:

Expand Down Expand Up @@ -215,8 +215,8 @@ class EZoomScreen :
void
handleEvent (XEvent *);

void
handleAccessibilityEvent (AccessibilityEvent *event);
void
handleAccessibilityEvent (AccessibilityEvent *event);

public:

Expand Down Expand Up @@ -256,8 +256,8 @@ class EZoomScreen :
void
enableMousePolling ();

void
enableAccessibility ();
void
enableAccessibility ();

void
setScale (int out, float value);
Expand Down

0 comments on commit d7cc4fe

Please sign in to comment.