libvisual  0.5.0
Public Attributes | List of all members
VisEventResize Struct Reference

Resize event. More...

#include <libvisual/lv_event.h>

Public Attributes

int width
 Width of the surface. More...
 
int height
 Height of the surface. More...
 

Detailed Description

Resize event.

See Also
visual_event_new_resize()

Definition at line 96 of file lv_event.h.

Member Data Documentation

int VisEventResize::height

Height of the surface.

Definition at line 98 of file lv_event.h.

int VisEventResize::width

Width of the surface.

Definition at line 97 of file lv_event.h.


The documentation for this struct was generated from the following file: