mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
cookbook: Made stage slightly smaller for scroll event example
Reduced the size of the stage to make for a smaller video.
This commit is contained in:
parent
f5db4943de
commit
1cfa87853a
@ -1,6 +1,6 @@
|
|||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
#define STAGE_HEIGHT 400
|
#define STAGE_HEIGHT 300
|
||||||
#define STAGE_WIDTH STAGE_HEIGHT
|
#define STAGE_WIDTH STAGE_HEIGHT
|
||||||
#define SCROLL_AMOUNT STAGE_HEIGHT * 0.125
|
#define SCROLL_AMOUNT STAGE_HEIGHT * 0.125
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user