]> icculus.org git repositories - mikachu/openbox.git/commit
remove the client_remaximize function, and replace it with the client_reconfigure...
authorDana Jansens <danakj@orodu.net>
Wed, 4 Jun 2003 23:11:26 +0000 (23:11 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 4 Jun 2003 23:11:26 +0000 (23:11 +0000)
commit68cc6e30b8d985d95016668a29aa273a75ce6d44
tree774a24d8152781c1a8418086339b924790575009
parenta865fe603fb9843b2f7d7c4db259fd97dc3915b5
remove the client_remaximize function, and replace it with the client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.

add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
openbox/client.c
openbox/client.h
openbox/screen.c