diff options
Diffstat (limited to 'redo/sizing_unix.go')
| -rw-r--r-- | redo/sizing_unix.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/redo/sizing_unix.go b/redo/sizing_unix.go index caa9c8c..5b19f9e 100644 --- a/redo/sizing_unix.go +++ b/redo/sizing_unix.go @@ -35,11 +35,12 @@ func (w *window) beginResize() (d *sizing) { return d } -func (w *window) endResize(d *sizing) { - C.gtk_widget_queue_draw(w.widget) +func (c *container) endResize(d *sizing) { + // TODO +// C.gtk_widget_queue_draw(w.widget) } -func (w *window) translateAllocationCoords(allocations []*allocation, winwidth, winheight int) { +func (c *container) translateAllocationCoords(allocations []*allocation, winwidth, winheight int) { // no need for coordinate conversion with gtk+ } |
