Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler warnings #743

Merged
merged 2 commits into from
Jan 28, 2016
Merged

Fix compiler warnings #743

merged 2 commits into from
Jan 28, 2016

Conversation

weberhofer
Copy link
Contributor

No description provided.

@weberhofer
Copy link
Contributor Author

Sorry, this fix is not working

@weberhofer weberhofer closed this Jan 25, 2016
@weberhofer
Copy link
Contributor Author

This fix is ok, had another issue here.

@weberhofer weberhofer reopened this Jan 26, 2016
@@ -799,6 +799,8 @@ static BOOL remmina_rdp_event_set_pointer_position(RemminaProtocolWidget *gp, gi
nw = gdk_device_get_window_at_position(dev, NULL, NULL);

if (nw == w) {
nx = 0;
nx = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this double nx = 0; ? After that,if you confirm, I can merge.

@antenore antenore merged commit 7a80187 into FreeRDP:next Jan 28, 2016
@antenore
Copy link
Member

Sorry @giox069 didn't see your comment, so I've done it myself

@antenore
Copy link
Member

Merged. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants