@@ -118,7 +118,7 @@ drawn the cursor every time an update is sent. LibVNCServer handles
118118all the details. Just set the cursor and don't bother any more.
119119
120120To set the mouse coordinates (or emulate mouse clicks), call
121- defaultPtrAddEvent (buttonMask,x,y,cl);
121+ rfbDefaultPtrAddEvent (buttonMask,x,y,cl);
122122IMPORTANT: do this at the end of your function, because this actually draws
123123the cursor if no cursor encoding is active.
124124
@@ -184,7 +184,7 @@ kbdReleaseAllKeys(rfbClientPtr cl)
184184ptrAddEvent(int buttonMask,int x,int y,rfbClientPtr cl)
185185 is called when the mouse moves or a button is pressed.
186186 WARNING: if you want to have proper cursor handling, call
187- defaultPtrAddEvent (buttonMask,x,y,cl)
187+ rfbDefaultPtrAddEvent (buttonMask,x,y,cl)
188188 in your own function. This sets the coordinates of the cursor.
189189setXCutText(char* str,int len,rfbClientPtr cl)
190190 is called when the selection changes.
@@ -248,7 +248,7 @@ the original code from ORL/AT&T.
248248
249249When I began hacking with computers, my first interest was speed. So, when I
250250got around assembler, I programmed the floppy to do much of the work, because
251- it's clock rate was higher than that of my C64. This was my first experience
251+ its clock rate was higher than that of my C64. This was my first experience
252252with client/server techniques.
253253
254254When I came around Xwindows (much later), I was at once intrigued by the
@@ -259,7 +259,7 @@ modem from home, it was no longer that much fun.
259259When I started working with ASP (Application Service Provider) programs, I
260260tumbled across Tarantella and Citrix. Being a security fanatic, the idea of
261261running a server on windows didn't appeal to me, so Citrix went down the
262- basket. However, Tarantella has it's own problems (security as well as the
262+ basket. However, Tarantella has its own problems (security as well as the
263263high price). But at the same time somebody told me about this "great little
264264administrator's tool" named VNC. Being used to windows programs' sizes, the
265265surprise was reciprocal inverse to the size of VNC!
@@ -326,7 +326,7 @@ I am always amazed how people react whenever Microsoft(tm) puts in some
326326features into their products which were around for a long time. Especially
327327reporters seem to not know dick about what they are reporting about! But
328328what is every time annoying again, is that they don't do it right. Every
329- concept has it's new name (remember what enumerators used to be until
329+ concept has its new name (remember what enumerators used to be until
330330Mickeysoft(tm) claimed that enumerators are what we thought were iterators.
331331Yeah right, enumerators are also containers. They are not separated. Muddy.)
332332
@@ -393,7 +393,7 @@ The people at AT&T worked really well to produce something as clean and lean
393393as VNC. The managers decided that for their fame, they would release the
394394program for free. But not only that! They realized that by releasing also
395395the code for free, VNC would become an evolving little child, conquering
396- new worlds, making it's parents very proud. As well they can be! To protect
396+ new worlds, making its parents very proud. As well they can be! To protect
397397this innovation, they decided to make it GPL, not BSD. The principal
398398difference is: You can make closed source programs deriving from BSD, not
399399from GPL. You have to give proper credit with both.
0 commit comments