~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to mi/miwindow.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#include "pixmapstr.h"
60
60
#include "mivalidate.h"
61
61
 
62
 
void 
 
62
_X_EXPORT void 
63
63
miClearToBackground(pWin, x, y, w, h, generateExposures)
64
64
    WindowPtr pWin;
65
65
    int x,y;
447
447
 *    regions, translate the regions, restore any backing store,
448
448
 *    and then send any regions still exposed to the client
449
449
 *****/
450
 
void
 
450
_X_EXPORT void
451
451
miHandleValidateExposures(pWin)
452
452
    WindowPtr pWin;
453
453
{
981
981
 *    and send appropriate exposure events
982
982
 */
983
983
 
984
 
void
 
984
_X_EXPORT void
985
985
miSetShape(pWin)
986
986
    register WindowPtr  pWin;
987
987
{
1081
1081
 
1082
1082
/* Keeps the same inside(!) origin */
1083
1083
 
1084
 
void
 
1084
_X_EXPORT void
1085
1085
miChangeBorderWidth(pWin, width)
1086
1086
    register WindowPtr pWin;
1087
1087
    unsigned int width;
1165
1165
    }
1166
1166
}
1167
1167
 
1168
 
void
 
1168
_X_EXPORT void
1169
1169
miSegregateChildren(WindowPtr pWin, RegionPtr pReg, int depth)
1170
1170
{
1171
1171
    ScreenPtr pScreen;