Home
last modified time | relevance | path

Searched refs:PMinSize (Results 1 – 5 of 5) sorted by relevance

/external/libpng/contrib/gregbook/
Drpng-x.c572 size_hints->flags = PMinSize | PMaxSize; in rpng_x_create_window()
Drpng2-x.c930 size_hints->flags = PMinSize | PMaxSize; in rpng2_x_create_window()
/external/libvncserver/x11vnc/
Dgui.c195 xszh->flags = PMinSize; in tray_embed()
Dnox11.h5722 #define PMinSize (1L << 4) /* program specified minimum size */ macro
5730 #define PAllHints (PPosition|PSize|PMinSize|PMaxSize|PResizeInc|PAspect)
Dconnections.c1248 hints.flags = PPosition | PSize | PMinSize; in ugly_window()