~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to src/geomview.h

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
typedef struct W_GeometryView WGeometryView;
 
4
 
 
5
 
 
6
WGeometryView *WCreateGeometryView(WMScreen *scr);
 
7
 
 
8
void WSetGeometryViewShownPosition(WGeometryView *gview, int x, int y);
 
9
 
 
10
void WSetGeometryViewShownSize(WGeometryView *gview,
 
11
                               unsigned width, unsigned height);
 
12
 
 
13
 
 
14
 
 
15
 
 
16