Implement, to be used to detect if the window is currently being moved

2007-06-16  Richard Hult  <richard@imendio.com>

	* gdk/quartz/GdkQuartzWindow.c: (isInMove): Implement, to be used
	to detect if the window is currently being moved with the mouse.

svn path=/trunk/; revision=18159
This commit is contained in:
Richard Hult
2007-06-16 15:41:27 +00:00
committed by Richard Hult
parent f55096fc74
commit 48a45ff672
3 changed files with 46 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2007-06-16 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzWindow.c: (isInMove): Implement, to be used
to detect if the window is currently being moved with the mouse.
2007-06-16 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c (gdk_window_set_transient_for):