Bugzilla – Attachment 53976 Details for
Bug 103040
XEmacs shrinks in a loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
testapp
a.cpp (text/x-c++src), 330 bytes, created by
Lubos Lunak
on 2005-10-13 19:45:18 UTC
(
hide
)
Description:
testapp
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2005-10-13 19:45:18 UTC
Size:
330 bytes
patch
obsolete
>#include <X11/Xlib.h> >#include <stdlib.h> > >int main( int argc, char* argv[] ) > { > if( argc != 4 ) > return 1; > Window win = atol( argv[ 1 ] ); > int w = atol( argv[ 2 ] ); > int h = atol( argv[ 3 ] ); > Display* dpy = XOpenDisplay( NULL ); > XResizeWindow( dpy, win, w, h ); > XCloseDisplay( dpy ); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 103040
: 53976 |
67664