X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/e4143920ea3bffef43cd27f671a1f498107d758a..8f12a0ff07ea6a101e778c09218d5efaf319d950:/gdk/gdk.lisp diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 7a5f641..48b2237 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gdk.lisp,v 1.37 2007-05-10 16:58:45 espen Exp $ +;; $Id: gdk.lisp,v 1.38 2007-06-01 09:17:17 espen Exp $ (in-package "GDK") @@ -1057,9 +1057,8 @@ ;; (cr cairo:context) ;; (region region)) - (defbinding (cairo-xlib-surface-get-window - "clg_gdk_cairo_xlib_surface_get_window") () window - (surface cairo:xlib-surface)) + (defbinding (cairo-surface-get-window "clg_gdk_cairo_surface_get_window") () window + (surface cairo:surface)) )