Skip to content

Commit

Permalink
updated Pictures;
Browse files Browse the repository at this point in the history
some fixes;
  • Loading branch information
F1ash committed May 5, 2016
1 parent ffdd34e commit 0a78325
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified Pictures/snapshot13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Pictures/snapshot18.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/vm_viewer/qspice_widgets/qspice-display-channel.h
Expand Up @@ -37,18 +37,18 @@ class QSpiceDisplayChannel : public QSpiceChannel

signals:
void displayPrimaryCreated(
int format,
int width,
int height,
int stride,
int shmid,
void * imgdata);

void displayInvalidated(
int x,
int y,
int format,
int width,
int height);
int height,
int stride,
int shmid,
void* imgdata);

//void displayInvalidated(
// int x,
// int y,
// int width,
// int height);

void displayPrimaryDestroyed();

Expand Down

0 comments on commit 0a78325

Please sign in to comment.