summaryrefslogtreecommitdiff
path: root/xserver/glx/rensize.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-09-16 19:10:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-09-16 19:10:27 +0000
commit4f2941d7bdfb60a6b2ca49d7e2ee50dd5eb11ddd (patch)
tree5f7f0cf3d5aeb655a950fae516224a3d61a820cf /xserver/glx/rensize.c
parentc84734bf28ef1ec0ce3cc7d1c45dfb920484e68e (diff)
Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@
Diffstat (limited to 'xserver/glx/rensize.c')
-rw-r--r--xserver/glx/rensize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/glx/rensize.c b/xserver/glx/rensize.c
index a53246731..6bfe99b2a 100644
--- a/xserver/glx/rensize.c
+++ b/xserver/glx/rensize.c
@@ -121,12 +121,12 @@ __glXMap2fReqSize(const GLbyte * pc, Bool swap, int reqlen)
/**
* Calculate the size of an image.
- *
+ *
* The size of an image sent to the server from the client or sent from the
* server to the client is calculated. The size is based on the dimensions
* of the image, the type of pixel data, padding in the image, and the
* alignment requirements of the image.
- *
+ *
* \param format Format of the pixels. Same as the \c format parameter
* to \c glTexImage1D
* \param type Type of the pixel data. Same as the \c type parameter