Displaying 5 results from an estimated 5 matches for "getcapture".
Did you mean:
setcapture
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi.
This is the error I''m getting when I try to start Lighttpd :
============
[getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start
Starting Lighttpd
2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for:
/home/getcapture/application/public/dispatch.fcgi No such file or
directory
[getcapture@alpha getcapture]$ 2006-04-15 11:27:24:
(mod_fastcgi.c.1048) the fastcgi-backend
/ho...
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...0a7df8:Ret x11drv.SetCursor() retval=00000001 ret=4094abc6
080a7df8:Ret USER.69: SETCURSOR() retval=0x147e ret=055f:02d3 ds=01ef
080a7df8:Call KERNEL.5: LOCALALLOC(0x0040,0x0010) ret=0597:001f ds=133f
080a7df8:Ret KERNEL.5: LOCALALLOC() retval=0x0508 ret=0597:001f ds=133f
080a7df8:Call USER.236: GETCAPTURE() ret=0547:1152 ds=01ef
080a7df8:Ret USER.236: GETCAPTURE() retval=0x2274 ret=0547:1152 ds=01ef
080a7df8:Call KERNEL.335: ISBADWRITEPTR(0x145f0d63,0x0008) ret=0d87:5890
ds=0d9f
080a7df8:Ret KERNEL.335: ISBADWRITEPTR() retval=0x0000 ret=0d87:5890
ds=0d9f
080a7df8:Call KERNEL.334: ISBADREADPTR(0x14...
2007 Mar 18
0
[895] branches/wxruby2/wxwidgets_282/swig/classes: Fix Window::GetChildren method for changes in 2.6 -> 2.8 API
...anches/wxruby2/wxwidgets_282/swig/classes/include/wxWindow.h        2007-03-18 10:29:32 UTC (rev 895)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> static wxWindow * GetCapture() ;
</span><span class="cx"> virtual int GetCharHeight() const;
</span><span class="cx"> virtual int GetCharWidth() const;
</span><del>- wxList& GetChildren() ;
</del><ins>+ wxWindowList& GetChildren() ;
</ins>&...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...nbsp       /**
-         * \brief
-        */
-
</del><span class="cx"> static wxWindow * GetCapture() ;
</span><del>-        /**
-         * \brief Returns the character height for this window.
-       ...
2009 Jan 16
0
Wine release 1.1.13
...ion outside of control.
richedit: Pressing enter adds newline on WM_KEYDOWN rather than WM_CHAR.
richedit: Set bEmulateVersion10 initially to avoid retroactive changes.
richedit: Prevent an unsigned integer underflow.
richedit: Store mouse captured state rather than calling GetCapture.
richedit: Added tests for zooming.
richedit: Zoom in and out with mouse wheel with control held.
richedit: Correct limitations on values for setting zoom ratio.
richedit: Clip painting to formatting rectangle.
richedit: Implemented the horizontal scrollbar.
rich...