diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 347a668..46c6a7c 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -236,6 +236,10 @@ public: | |||
236 | /// assuming window is an event window that was generated for this frame. | 236 | /// assuming window is an event window that was generated for this frame. |
237 | bool insideTitlebar(Window win) const; | 237 | bool insideTitlebar(Window win) const; |
238 | 238 | ||
239 | /// @returns context for window, | ||
240 | /// assuming window is an event window that was generated for this frame. | ||
241 | int getContext(Window win, int x=0, int y=0, int last_x=0, int last_y=0, bool doBorders=false); | ||
242 | |||
239 | //@} | 243 | //@} |
240 | 244 | ||
241 | private: | 245 | private: |