1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Fix various typos

Fixes misc. typos
This commit is contained in:
Kunda Ki
2025-09-13 10:57:14 +00:00
committed by Alexey Minnekhanov
parent 47f0fd573f
commit ff96bc1c62
2 changed files with 3 additions and 3 deletions

4
NOTES
View File

@@ -1,7 +1,7 @@
Comments on various aspects of KRfb: Comments on various aspects of KRfb:
- KRfb has been designed for three use cases: - KRfb has been designed for three use cases:
* a user who needs help from an administrator or friend. The adminstrator can * a user who needs help from an administrator or friend. The administrator can
connect to the user and change settings and so on while both are talking connect to the user and change settings and so on while both are talking
on the telephone or using VoIP. on the telephone or using VoIP.
* a user who wants to show something to a friend, so he lets his friend * a user who wants to show something to a friend, so he lets his friend
@@ -12,7 +12,7 @@ Comments on various aspects of KRfb:
so KRfb is pre-configured for them. Case 3 is for advanced users and so KRfb is pre-configured for them. Case 3 is for advanced users and
therefore a little bit more difficult to configure. therefore a little bit more difficult to configure.
- design goal of KRfb is to make it as easy to use as possible. I tried to - design goal of KRfb is to make it as easy to use as possible. I tried to
limit functionality whereever possible. limit functionality wherever possible.
- the new-connection-dialog is extra large and has the pixmap on the left - the new-connection-dialog is extra large and has the pixmap on the left
side to capture the attention of the user before allowing a connection. side to capture the attention of the user before allowing a connection.
- the RFBController class is a mess. The interactions between the threaded, - the RFBController class is a mess. The interactions between the threaded,

View File

@@ -551,7 +551,7 @@ QList<QRect> XCBFrameBuffer::modifiedTiles() {
// get image data into shared memory segment // get image data into shared memory segment
// now rects are positioned relative to framebufferImage, // now rects are positioned relative to framebufferImage,
// but we need to get image from the whole screen, so // but we need to get image from the whole screen, so
// translate whe coordinates // translate the coordinates
xcb_shm_get_image_cookie_t sgi_cookie = xcb_shm_get_image( xcb_shm_get_image_cookie_t sgi_cookie = xcb_shm_get_image(
QX11Info::connection(), QX11Info::connection(),
d->win, d->win,