what does view->get_wm_geometry().x represent. #1568
Unanswered
navneetankur
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Normally it seems to give the x coordinate of view on the screen. But inside the "view-change-workspace" signal handler, it's a number greater than the width of the monitor. What does it represent there? And how do I get the x coordinate of view on the screen there?
I am getting view by
get_signaled_view(data)
.Beta Was this translation helpful? Give feedback.
All reactions