search for: movewindow

Displaying 6 results from an estimated 6 matches for "movewindow".

2007 Mar 19
1
Screen not changing from 640x480 to 800x600 - "Shogun - Total War"
Wine 9.30 Slackware 11 ATI FireGL 5200 (Propriatory drivers) I found Shogun in a shop as a 'Classic' game and I've been trying to get it to work using Wine. Shogun uses Safedisc and so does not work in it's, ahem, original form. However it can, shall we say, be persuaded to get over it's difficulties and at least run. This is where I am now. I have the game running and
2007 Apr 19
0
[PATCH] Make focusDefaultWindow () take a CompScreen as argument
...a/plugins/rotate.c +++ b/plugins/rotate.c @@ -521,7 +521,7 @@ rotatePreparePaintScreen (CompScreen *s, /* only focus default window if switcher isn't active */ if (i == s->maxGrab) - focusDefaultWindow (s->display); + focusDefaultWindow (s); } rs->moveWindow = 0; diff --git a/src/display.c b/src/display.c index 220b982..e804bbb 100644 --- a/src/display.c +++ b/src/display.c @@ -2527,7 +2527,7 @@ addDisplay (char *name) if (focus == None || focus == PointerRoot) { - focusDefaultWindow (d); + focusDefaultWindow (d->screens); } el...
2007 Apr 12
2
Bug with kde applications and damageWindowRect wrapping...
Here is a bug that make me insane since a lot of time. Randomly, when launching an kde application, i can see it appear on screen and then being placed by place plugin. I look at place plugin code and everything looks ok... http://hibbert.univ-lille3.fr/~cbellegarde/PlacementBug.png Here a screenshot of the bug, as you can see, window first appear at this "non placed" position, then, it
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...IVERSION due to warpPointer() changes. Update decoration on map request before core handles the request. Added PlaceWindowProc function. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Added an Y viewport parameter to the function moveWindowToViewportPosition. Remove unneeded code. Update zoom plugin to use new metadata system. Update wobbly plugin to use new metadata system. Update water plugin to use new metadata system. Update video plugin to use new metadata system. Fix typo. Make all optio...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...an insufficient size of an allocated buffer. Fixed string length calculations. Bump ABIVERSION due to warpPointer() changes. Update decoration on map request before core handles the request. Added PlaceWindowProc function. Added an Y viewport parameter to the function moveWindowToViewportPosition. Remove unneeded code. Update zoom plugin to use new metadata system. Update wobbly plugin to use new metadata system. Update water plugin to use new metadata system. Update video plugin to use new metadata system. Fix typo. Make all optio...
2008 Feb 20
1
Compilation error on installing rgl package
...pe osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::setTitle(const char*)?: osxgui.cpp:111: error: ?SetWindowTitleWithCFString? was not declared in this scope osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::setWindowRect(int, int, int, int)?: osxgui.cpp:119: error: ?MoveWindow? was not declared in this scope osxgui.cpp:120: error: ?SizeWindow? was not declared in this scope osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::getWindowRect(int*, int*, int*, int*)?: osxgui.cpp:126: error: ?GetWindowBounds? was not declared in this scope osxgui.cpp: In member f...