Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
commit9174db096b7c114552a9c61d12701509da00fa09 (patch)
tree32c098c5e232294754ec219f560152cd031a4f71 /source/blender/src/mywindow.c
parent53999bd80b1e7a1a51e2470fde038ad5aaecc888 (diff)
LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
Diffstat (limited to 'source/blender/src/mywindow.c')
-rw-r--r--source/blender/src/mywindow.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/src/mywindow.c b/source/blender/src/mywindow.c
index fd09a4623f4..7f3e2af70b4 100644
--- a/source/blender/src/mywindow.c
+++ b/source/blender/src/mywindow.c
@@ -28,9 +28,11 @@
* Contributor(s): none yet.
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
- * vervanging voor een aantal fie's zoals swinopen, winset, (zie onder)
- * dit alles omdat GL en X te traag zijn
- * feb: Opengl en toch maar naar X!
+ *
+ *
+ * for compatibility with old iris code, replacement of swinopen, winset, etc
+ * btw: subwindows in X are way too slow, tried it, and choose for my own system... (ton)
+ *
*/
#include <string.h>
@@ -110,8 +112,6 @@ void mywindow_init_mainwin(Window *win, int orx, int ory, int sizex, int sizey)
/* XXXXXXXXXXXXXXXX very hacky, not allowed to release
* again after 2.24
- *
- * Nah ha! And you thought you'd be in business that long!
*/
void mywindow_build_and_set_renderwin(void)
{
@@ -405,7 +405,7 @@ void mywinclose(int winid)
if (curswin==winid) curswin= 0;
}
-void mywinposition(int winid, int xmin, int xmax, int ymin, int ymax) /* let op: andere syntax */
+void mywinposition(int winid, int xmin, int xmax, int ymin, int ymax) /* watch: syntax differs from iris */
{
bWindow *win= bwin_from_winid(winid);
@@ -564,7 +564,7 @@ void myswapbuffers(void)
}
-/* *********************** PATTERNS ENZO ***************** */
+/* *********************** PATTERNS ETC ***************** */
void setlinestyle(int nr)
{
@@ -610,7 +610,7 @@ void my_get_frontbuffer_image(int x, int y, int sx, int sy)
}
#ifdef WIN32
- /* ander coordinatensysteem! */
+ /* different coord system! */
y= (G.curscreen->sizey-y);
if(curswin>3) {